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

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg/body.gif) #ea553a;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	color: #333333;
}
p {
	line-height:160%;
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}

.cl {
	clear: both;
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
.small {
	font-size: 9px;
	line-hight: 9px;
	margin: 0;
	padding: 0;
}

div#container {
	margin: 0;
	padding: 0;
	width: 949px;
	background: url(../images/bg/container.gif) repeat-y #ffffff;
}

div#head {
	position: relative;
	width: 940px;
	height: 123px;
	background: url(../images/bg/head.gif) no-repeat;
}
h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 315px;
	height: 66px;
	text-indent: -9999em;
	background: url(../images/bg/h1.gif);
}
#head p {
	padding-top: 12px;
	padding-right: 18px;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	color: #666666;
}
h3, h4 {
	text-indent: -9999em;
}

div#menu {
	position: absolute;
	top: 69px;
	left: 244px;
	width: 708px;
	height: 42px;
	margin: 0;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
	width: 132px;
	height: 42px;
	display: block;
}
#menu a, #menu a:link, #menu a:visited {
	position: relative;
	padding: 16px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: transparrent;
	display: block;
}
#menu a:hover{
	padding: 16px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ff0000;
	background: url(../images/bg/a_hover.gif);
}
#menu .def{
	padding: 16px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	color: #800000;
}

div#main {
	position: relative;
	width: 940px;
	height: 432px;
	background: url(../images/bg/main_top.jpg);
}

div#foot {
	width: 940px;
	height: 39px;
	background: url(../images/bg/foot.gif) repeat-x #cccccc;
	background-position: bottom;
}
#foot p {
	padding-top: 15px;
	padding-right: 24px;
	text-align: right;	
	font-size: 12px;
	line-height: 12px;
	color: #666666;
}
#end {
	width: 949px;
	height: 6px;
	background: url(../images/bg/end.gif) no-repeat;
}</pre></body></html>