<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	font-family: 'メイリオ';
}
#bas
{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
	background: url('bas.png');
	background-position: center center;
	background-attachment: fixed;
	min-height: 100%;
	background-color: #fff4ea;
	min-width: 980px;
}
#container
{
	width:900px;
	margin:30px auto;
	background-color: #FFF;
}
#logo
{
	width: 200px;
	height:100px;
}
#logo a
{
	background-image: url('51stlogo.png');
	width: 200px;
	height: 100px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.clear
{
	clear: both;
}
.item
{
	background-image: url('item.png');	
	
	font-size: 25px;
	height: 35px;
	margin:30px 0px 20px 0px;
}
.subitem
{
	font-size: 22px;
	font-weight: 600;
	margin:0 0 10px 10px;
}
.text
{
	width: 840px;
	font-size: 18px;
	margin: 0 0 0 30px;
}
.center{
	width: 500px;
	margin:40px auto;
}
.right
{
	width:200px;
	margin:0px 0px 0px 650px;
}</pre></body></html>