<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/* フラッシュ
---------------------------------------------------- */
#flash {
	height: 400px;
	width: 100%;
	background: url(../images/top/main_bg1.jpg);
	background-position: center center;
}

#main_bg {
	height: 400px;
	width: 100%;
}

/* 新着情報
/* 新着情報
---------------------------------------------------- */
#news_bg {/* 新着情報に特別な背景がある場合 */
	background-image: url(../images/top/news.jpg);
	background-repeat: no-repeat;
	height: 351px;
	width: 500px;
	padding-top: 50px;
	padding-left: 25px;
}
#news {
	height: 120px;
	width: 610px;
	overflow: auto;
	padding-top: 10px;
	padding-left: 10px;
}
.news_day {
	background-color: #575757;
	width: 75px;
	border-bottom: 1px solid #000;
	padding: 5px 5px 10px;
}
.news_title {
	font-weight: normal;
	vertical-align: top;
	padding: 5px 5px 10px 10px;
	line-height: 20px;
}
.news_comment {
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/* main contents
---------------------------------------------------- */
.top_box {
	padding-left: 10px;
	height: auto;
	width: 620px;
	padding-bottom: 20px;
}
.news_box {
	padding-left: 5px;
	height: auto;
	width: 623px;
	padding-bottom: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 20px;
}

.page_top {
	font-size:10px;
	text-align:right;
	padding-top: 15px;
	padding-right: 30px;
}</pre></body></html>