<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "reset.css";
/* */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

*html body { /* for WinIE6*/
	font-size: 75%;
	font-family: Verdana, "ＭＳ Ｐゴシック",sans-serif;
}
*: first-child+html body{ /* for WinIE7*/
	font-size: 75%;
	font-family: "メイリオ", Meiryo, sans-serif;
}
	
a:link {
	color: #0066cc;
	text-decoration: none;
}

a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	text-decoration: underline;
}

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#main_an {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_main_an.gif) repeat-y;
	float: left;
	clear: left;
}

h1 {
	height: 145px;
	width: 245px;
	background: url(../images/logo02.gif) no-repeat;
}

h1 a {
	height: 145px;
	width: 245px;
	text-indent: -9999px;
	display: block;
}

#header {
	height: 504px;
	width: 245px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#logo{
	height: 145px;
	width: 245px;
}

#navi01 {
	height: 359px;
	width: 47px;
	background: url(../images/navi01.gif) no-repeat;
	float: left;
}

#navi02 {
	height: 359px;
	width: 177px;
	float: left;
	font-size: 0;
	margin: 0px;
	padding: 0px;
}

#navi02 ul {
	height: 359px;
	width: 177px;
	margin: 0;
	padding: 0px;
	list-style: none;
}

#navi02 ul li {
	line-height: 0;
}

#navi02 ul li a {
	display: inline-block;
	display: block;
	line-height: normal;
}

#navi03 {
	height: 359px;
	width: 21px;
	background: url(../images/navi04.jpg) no-repeat;
	float: left;
}

#main_a {
	float: left;
	width: 705px;
	margin: 0px;
	padding: 0px;
}

#main_a #head {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 705px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head_copy.gif) no-repeat;
}

#main_a #m2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 705px;
}

#main_b {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_main_ab.gif) no-repeat;
	height: 33px;
}

#main_bn {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_main_bn.gif) repeat-y;
}

#footer {
	float: left;
	width: 950px;
	padding: 0px 0px 50px;
	background: url(../images/footer.jpg) no-repeat;
	height: 65px;
}

.copyright {
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	text-align: left;
	padding-top: 20px;
}

#wrapper #footer li#sunrise {
	float: left;
	height: 31px;
	width: 88px;
	padding-top: 20px;
	padding-left: 40px;
	margin-right: 10px;
}

#wrapper #footer li#bannam {
	float: right;
	height: 31px;
	width: 88px;
	padding-top: 20px;
	padding-right: 10px;
}
#wrapper #footer li#lantis {
	float: right;
	height: 31px;
	width: 88px;
	padding-top: 20px;
	padding-right: 40px;
}
#wrapper #footer li#sunrise a {
	background-image: url(../images/b_sunrise.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 31px;
	display: block;
	text-indent: -9999px;
}

#wrapper #footer li#bannam a {
	background-image: url(../images/b_bandainamuko.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 31px;
	display: block;
	text-indent: -9999px;
}

#wrapper #footer li#lantis a {
	background-image: url(../images/b_lantis.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 31px;
	display: block;
	text-indent: -9999px;
}
</pre></body></html>