@charset "Shift_JIS";

/**************** トップページスタイル ******************/

.top_image {
	padding-bottom: 20px;
}
.top_topics_title {
	background-image: url(./img/sen740.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 2px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.top_topics_waku {
	background-image: url(./img/sen740.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 2px;
	padding-bottom: 7px;
}
.top_topics_left {
	float: left;
	width: 360px;/*360*/
}
.top_topics_right {
	float: right;
	width: 360px;
	margin-right: 10px;
}
.top_topics_image {
	float: left;
	width: 90px;
}
.top_topics_image img {
	border: 1px solid #BEA57C;
}
.top_topics_text {
	font-size: 12px;
	line-height: 150%;
	float: right;
	width: 270px;/*270*/
}
.top_topics_day {
	font-size: 11px;
	color: #972300;
	margin-top: 7px;
}

.top_topics_text a {
	color: #350000;
	text-decoration: none;
}
.top_topics_text a:hover {
	color: #FF9900;
	text-decoration: underline;
}
