@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */

#body{

}
/* SubMenu */
.m01s,.m04s,.m05s,.m06s{
	display:none;
}
/* PageTitle */
h2{
	width:755px;
	height:30px;
	font-size:0;
	line-height:100%;
	background:url(../images/title_news.gif) no-repeat 0 0;
	text-indent:-9999px;
	padding:5px 5px 0 0;
	margin:0 0 20px;
}
h2 a{
	width:89px;
	height:22px;
	display:block;
	background:url(../images/btn_more.gif) no-repeat;
	margin:0 0 0 auto;
}
h2 a:hover{
	background-position:0 -22px;
}
/* Main */
.news{
	height:100%;
	margin:0 10px;
}
.news dt{
	background:url(../../shared/images/icon01.gif) no-repeat 0 0;
	padding:0 15px 4px 20px;
	float:left;
}
.news dd{
	float:left;
	width:620px;
	padding:0 0 4px;
}

