@charset "utf-8";
/*----------------------------------------------------------------------------------------------------

		Topページmain_contents部分のCSS
			#main_contents;
			
----------------------------------------------------------------------------------------------------*/
#contents{
	margin:0 auto;
	padding:0;
	width:960px;
}
#main_contents{
	margin:0;
	padding:50px 0 0 10px;
	width:950px;
	float:none;
}
/*----------------------------------------------------------------------------------------------------

		Topページflash部分のCSS
			#flash;
			
----------------------------------------------------------------------------------------------------*/
#flash{
	margin:30px auto 30px;
	width:980px;
	height:320px;
}
/*----------------------------------------------------------------------------------------------------

		Topページサービス・ニュース部分のCSS
		.news;
			
----------------------------------------------------------------------------------------------------*/
#main_contents .news{
	padding:5px;
	width:380px;
	border-bottom:1px dotted #CCCCCC;

}
#main_contents .news .day{
	margin:0;
	width:90px;
	font-size:95%;
	float:left;

}
#main_contents .news .news_text{
	margin:0;
	width:280px;
	float:left;
	padding-left: 5px;
	
}
#right_contents{
	padding-right:5px;
	width:410px;
	float:right;
	height: 360px;
}
#right_contents #scrollwrap {
	overflow:auto;
	height: 300px;
}

#left_contents{
	width:530px;
	float:left;
	height: 360px;
}
#left_contents .h2_title{
	width:495px;
	background-color:#333333;
}
/*----------------------------------------------------------------------------------------------------

		Topページサービス・トピックス部分のCSS
			.topics;
			
----------------------------------------------------------------------------------------------------*/
#main_contents .topics_column{
	margin:10px 5px;
	width:250px;
	height:90px;
}

#main_contents .topics_image{
	margin:0;
	margin-top:1px;
	padding:0;
	float:left;
}
#main_contents .topics_detail{
	float:left;
	width:160px;
	margin:0 0 5px 7px;
}
#main_contents .topics_title{
	margin:0;
	padding-left:3px;
	width:157px;
	font-size:12px;
	border-bottom:3px double #CCCCCC; 
}
#main_contents .topics_text{
	margin:0;
	margin-top:5px;
	margin-left:2px;
	width:160px;
	color:#6d6d6d;
	letter-spacing:1.5px;
	font-size:10px;
	line-height:140%;
	
}
.topics_float{
	float:left;
}
#adsense{


}
.clear{
	clear:both;
	}
.clear:after{
	content:","; 
	clear:both; 
	height:0; 
	display:block; 
	visibility:hidden;
}
.white-font a {
	color: #FFFFFF;
}

