<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;
	background: url(../img/bg.gif) center 100px no-repeat;
}

#main {
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
	position:relative;
	padding: 0px;
}

h1 {
	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 auto;
	padding: 0px 0px 0px 95px;
	position:relative;
}

.art_title_day {
	clear: both;
	position: absolute;
	padding: 5px 0 0 0;
	top: 71px;
	left: 348px;
	font-size: 17px;
	font-weight: bold;
}

.art_text_subtitle {
	clear: both;
	position: absolute;
	top: 88px;
	left: 335px;
}


















#footer {
	clear: both;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 950px;
}

#footer A:link{
	color: #F00;
	text-decoration: underline;
}

#footer A:visited{
	color: #F00;
	text-decoration: underline;
}
</pre></body></html>