<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body{
	font-size:14px;
	line-height:21px;
	color:#000000;
	background: url(IMAGES/bg.jpg) repeat center;
 }
 
a:link{
	color:#FF9900;
	text-decoration: none;
	}
		
a:visited{
	color:#FF9933;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	

#wrapper{
	margin: 20px auto;
	width:879px;
}

#headder{
	margin: 0px 0px 8px 0px;
}

#main{
	margin: 0 auto;
	background: url(IMAGES/frame2_middle.gif) repeat top;
	background-image: url(IMAGES/frame2_middle.gif);
}

.mokuji{
	font-size:12px;
	line-height:18px;
	color:#000000;
	font-weight: bold;
	
}


#footer{
	margin: 8px 0px 0px 0px;
}

#archive{
	margin: 20px auto;
	width:550px;
}

#archive a:link{
	color:#FFFFFF;
	text-decoration: none;
	}
	
#archive a:visited{
	color:#FF684C;
	text-decoration: none;
	}

#archive a:hover {
	text-decoration: none;
}

#archive a:active {
	text-decoration: none;
}

.title { 
	font-size: 21px; 
	font-weight: bold; 
	line-height: 24px; 
	letter-spacing: 2px; 
	}

.title_small {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	}
</pre></body></html>