@charset "utf-8";
/* CSS Document */

/*flash*******************************************************/
div#flash{
	margin:10px auto;
}

/*topNavi*******************************************************/
div#contents ul#topNavi:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;	
}
div#contents ul#topNavi{
	zoom: 1;
	margin-bottom:20px;
}
div#contents ul#topNavi li{
	width:219px;
	float:left;
	margin-right:8px;
}
div#contents ul#topNavi li.last{
	float:right;
	margin:0;
}

/*news*******************************************************/
div#contents div#news{
	clear:both;
	width:655px;
	/*float:left;*/
	float:right;
	margin-top:9px;
	text-align:right;
}
div#contents div#news h2{
	text-align:left;
	background:url(../top_img/news_sub_line.gif) no-repeat left bottom;
	padding-bottom:10px;
	position:relative;
	z-index:0;
}
div#contents div#news ul{
	text-align:right;
	position:relative;
	top:-52px;
	margin:0 0 -25px auto;
	z-index:1;
	width:83px;
}

div#contents div#news dl{
	clear: both;
	text-align:left;
	border-bottom:1px #B2B2B2 dashed;
	margin-bottom:10px;
	overflow:hidden;
}
* html div#contents div#news dl{zoom:1;}
div#contents div#news dl dt{
	clear:both;
	margin-right:-90px;
	float:left;
	width:85px;
	text-align:center;
	line-height:1.5;
	padding:10px 0;
	min-height:85px;
	height: auto !important;
	height: 85px;
}
div#contents div#news dl dt img{vertical-align:top;}
div#contents div#news dl dd{
	border-top:1px #B2B2B2 dashed;
	padding:10px 0 10px 100px;
	line-height:1.5;
	min-height:85px;
	height: auto !important;
	height: 85px;
}

div#contents div#news dl dd p img{
	margin-right:5px;
	vertical-align:middle;
}

div#contents div#news dl dd h3{
	font-size:100%;
	margin:5px 0;
}
div#contents div#news dl dd h3 img{
	margin-left:5px;
}

div#contents div#news dl dt.first,div#contents div#news dl dd.first{
	border:0;
	padding-top:0;
}



div#contents div#sideContents{
	width:225px;
	/*float:right;*/
	float:left;
}
div#contents div#sideContents ul li{
	margin-bottom:7px;
}
div#contents div#sideContents ul li img{
	vertical-align:top;
}

div#contents div#sideContents div#mobile:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#contents div#sideContents div#mobile{
	zoom: 1;
	margin:15px 0 35px 0;
	text-align:left;
}
* html div#contents div#sideContents div#mobile{
	margin:15px 0;
}

