/**
 * メインコンテンツ
 */
#contents {
	background:url(../img/top/top_image.jpg) no-repeat left top;
	width: 100%;
	padding-top: 293px;
	padding-bottom: 69px;
}
#contents:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents {
	display: inline-block;
}
/* \*/
* html #contents {
	height: 1%;
}
#contents {
	display: block;
}
/* */

/**
 * サイドコンテンンツ
 */
#sideContents {
	width: 226px;
	float: left;
}
#sideContents li {
	list-style:none;
}
#sideContents span {
	display:none;
}
#banner1 {
	display:block;
	background:url(../img/banner/top_banner1.gif);
	height: 73px;
	width: 100%;
	margin-bottom:7px;
}
#banner2 {
	display:block;
	background:url(../img/banner/top_banner2.gif);
	height: 73px;
	width: 100%;
	margin-bottom:7px;
}
#news h3{
	border-left:2px solid #02AD4B;
	color:#585858;
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0px;
	padding-left:10px;
	/*width:50px;*/
	width:180px;
	line-height:0.8em;
}
#news dl{
	margin:0 auto;
	width:180px;
}
#news dt{
	color:#02AD4B;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px;
}
#news dd{
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
	font-size:11px;
	line-height:1.8em;
}
div#news{
	background:#F8F8F8 none repeat scroll 0 0;
	padding:20px;
	border:1px solid #D5D5D5;
	margin:0 0 8px 0;
}
/**
 * トピック
 */
#contentsInner {
	padding-left: 20px;
}
#topics {
	padding-right: 10px;
	float: left;
}
#topics h1 {
	height: 137px;
	width: 499px;
	margin-bottom: 10px;
}
#topics h1 span {
	display:none;
}
#topics li {
	list-style:none;
	display:block;
	width: 499px;
	clear:both;
	font-size: 0.75em;
	line-height:100%;
	padding:7px 0 3px 0;
}
#topics li:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topics li {
	display: inline-block;
}
/* \*/
* html #topics li {
	height: 1%;
}
#topics li {
	display: block;
}
/* */
#topics li span.datetime {
	display:block;
	width:55px;
	padding:3px 0px 4px 23px;
	background:transparent url(../img/list/list_type9.gif) no-repeat scroll 8px 3px;
	float:left;
	color:#5b6fa9;
	font-weight:bold;
}
#topics li span.title {
	display:block;
	width:400px;
	padding:3px 0 4px 9px;
	float:left;
}
#topics ul{
margin-left:7px;
margin-top:20px;
}
