/*
================================================================================
Terai Katsuyuki Oficial -- http://www.terai-katsuyuki.jp/
--------------------------------------------------------------------------------
name    : news.css
version : 20050905
auther  : nets
This file defines a site News section style.
================================================================================
*/

/*
--------------------------------------------------------------------------------
Inport CSS files
--------------------------------------------------------------------------------
*/

@import url("default.css");


#Contents #Main h1 {
	height: 25px;
	text-indent: -5000px;
	background: url("../images/head-news.gif") no-repeat;
	}

#Contents #Main .Date {
	margin-right: 10px;
	}

#Contents #Main .NewsBlock {
	margin-top: 15px;
	padding: 5px 5px 5px 26px;
	background: url("../images/icon-news.gif") 5px 5px no-repeat;
	border: 1px solid #CCC;
	}

#Contents #Main h4 {
	font-size: 14px;
	color: #2273C9;
	border-bottom: 1px solid #CCC;
	}

#Contents #Main .Date {
	margin-bottom: 10px;
	font-weight: bold;
	}

#Contents #Main p {
	margin-top: 5px;
	}

/*
--------------------------------------------------------------------------------
Menu decoration
--------------------------------------------------------------------------------
*/
#News a,
#News a:link,
#News a:visited,
#News a:focus,
#News a:hover,
#News a:active {
	background-position: 0 -60px;
	}

/*
--------------------------------------------------------------------------------
Inport CSS files for Internetexplorer 5 Windows
--------------------------------------------------------------------------------
*/

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"ﾂ";/*" "*/}} @import url('default-ie5win.css'); /*";}
}/* */

