@charset "utf-8";
/* CSS Document */


img{
	border-style: none;
	margin:0;
	padding:0;
	}
	
A:link {color:#d80000;;text-decoration:none;}
A:visited {color:#d80000;text-decoration:none;}
A:hover {color:#d80000;text-decoration:underline;}	

#foot_menu A:link {color:#ffffff;text-decoration:none;}
#foot_menu A:visited {color:#ffffff;text-decoration:none;}
#foot_menu A:hover {color:#ffffff;text-decoration:underline;}


body {
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #F5F5F5;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #F5F5F5;
	background-color:#FFF;
	margin:0;
	padding:0px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2;
	color:#333333;
	overflow:auto;
}
	

.topics {
	width:325px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 13px;
}

.topics_date {
	width:88px;
	float:left;
}
.topics_detail {
	width:224px;
	float:left;
	padding-left: 5px;
	padding-right: 8px;
}

.clear {
	clear:both;
}
