@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：news.css
作成者  ：Yoshihiro Oishi
概　要  ：最新ニュースのCSS
製作日  ：2008年11月8日
変更日  ：
------------------------------------------------ */

#float_left #events_title {
	height: auto;
	width: 560px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#float_left .events_text {
	height: 85px;
	width: 555px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../../img/glay_bar5_75.jpg);
	background-repeat: no-repeat;
}
#float_left .events_text .day_text {
	height: 75px;
	width: 94px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
#float_left .events_text .events_text_body {
	height: 75px;
	width: 400px;
	border-left: 1px solid #CCCCCC;
	float: left;
	padding-left: 20px;
}
#float_left #topics_title {
	height: auto;
	width: 560px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#float_left .topics_text {
	height: auto;
	width: 560px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../../img/glay_bar5_30.jpg);
	background-repeat: no-repeat;
}
#float_left .topics_text .topics_day_text {
	height: 140px;
	width: 94px;
	padding-right: 20px;
	padding-left: 15px;
	float: left;
	border-left: 5px solid #CCCCCC;
}
#float_left .topics_text .topics__text_body {
	height: auto;
	width: 400px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
	float: left;
}
