@charset "utf-8";
@import"base.css";

/* --- Top CSS --- */

#wrapper  h1{
	margin: 40px auto 0 auto;
	padding: 0;
	width: 364px;
	height: 59px;
	text-indent: -99999px;
	background: url(../image/common/top-title.gif) no-repeat top center;
}

#wrapper #contents-top{
	display: block;
	width: 650px;
	margin: 15px auto 0 auto;
	padding: 0 0 30px 0;
	text-align: center;
	line-height: 2em;
}

#contents-top p{
	margin: 0 10px 15px 0;
}

#contents-top .title-img{ margin: 0 18px 15px 18px;}

#contents-top .news{
	margin: 0 auto;
	padding: 0;
	width: 400px;
	text-align: left;
}

#contents-top .news dl{
	margin: 10px 0 0 0;
	padding: 0 10px;
}

#contents-top .news dl dt{
	display: block;
	float: left;
	width: 70px;
}
#contents-top .news dl dd{
	display: block;
	float: left;
	margin: 0 0 0 8px;
	width: 300px;
	white-space: normal;
}



/* start: clearfix---------------------------- */
#contents-top .news:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }
*:first-child+html #contents-top .news { min-height:1px; padding: 0; }
#contents-top .news { display:inline-table; }
/* Hides from Mac IE \*/
* html #contents-top .news { height:1px;}
#contents-top .news { display:block; }
/* end: clearfix------------------------------ */
