@charset "UTF-8";


#top_img{
	margin:0 auto 5px auto;
	padding:6px 0 0 6px;
	width:800px;
	height:315px;
	clear:both;
	background:url(../img/index/top_img_bg.jpg) no-repeat;
}

div#topics_box{
	float:left;
	width:550px;
}

h3{
	width:550px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/index/whats_new_tit.gif) no-repeat;
}

dl#topics{
	float:left;
	margin-bottom:30px;
	padding-top:20px;
	width:548px;
	border:1px solid #bbb;
}

dl#topics dt{
	float:left;
	margin-left:6px;
	padding-left:18px;
	width:80px;
	line-height:1.2em;
	background:url(../img/common/arrow.gif) no-repeat;
}

dl#topics dd{
	float:left;
	margin:0 0 5px 6px;
	width:430px;
	line-height:1.2em;
}

dl#topics dd.dashed{
	float:none;
	margin:5px 0 15px 6px;
	width:536px;
	clear:both;
	line-height:normal;
}

div#contact_box{
	float:left;
	margin:0 0 30px 20px;
	width:230px;
	background:url(../img/index/contact_frame.gif);
}
	

dl#contact{
	margin:10px 0 10px 10px;
	padding:10px 0;
	width:210px;
	background-color:#FFF;
}

dl#contact dt{
	margin-left:15px;
	width:180px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/index/contact_tit.gif) no-repeat;
}


dl#contact dd{
	margin:10px 0 0 17px;
	width:180px;
	line-height:1.5em;
}

span.small{
	font-size:10px;
}



















	
