<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body{
	margin: 0px auto;
}

#main{
	width: 760px;
	margin: 0px auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0px;
}



h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navi {
	margin: 0px 5px 0px 40px;
	padding: 0px;
	width: 680px;
}

li#link_top {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 82px;
	float: left;
}

li#link_club {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 82px;
	float: left;
}

li#link_archive {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 82px;
	float: left;
}

li#link_bbs {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 82px;
	float: left;
}

h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navi_archive {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.navi_archive {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.page {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.archive_banner {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
}

.art_title_day {
	clear: both;
	position: absolute;
	top: 36px;
	left: 255px;
	font-size: 17px;
	font-weight: bold;
}

.art_text_subtitle {
	clear: both;
	position: absolute;
	top: 87px;
	left: 255px;
	font-size: 24px;
	font-weight: bold;
	width: 462px;
}

#copyright {
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}



.fClear {
clear: both;
}

.footer {
	clear: both;
	width: 760px;
}
</pre></body></html>