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

/* CSS Document */

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align:left;}
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal;}
img{margin:0px; padding:0px; border:none}

br {letter-spacing: 0;}/*ie6の改行のバグをなくす*/
img {vertical-align:bottom}/*tableの画像の隙間をなくす*/

/*clearfix*/
.clear {clear: both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.center {text-align:center;}
.tRight {text-align:right;}
.bold {font-weight:bold;}
a {color: #333; text-decoration: underline;}
a:hover {color: #000;}
a:hover img { filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	background: #000 url(../img/bg_bk.jpg) repeat center 32px;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
}
#header{
	float: left;
	width: 990px;
}
#contents {
	float: left;
	width: 990px;
	background: #FFF url(../img/bg_wt.jpg) repeat center -458px;
}
#article {
	float: left;
	width: 918px;
	padding: 0 36px;
}
.aside {
	float: left;
	width: 960px;
	padding: 35px 15px;
	text-align: center;
}
.aside a {
	width: 290px;
	padding: 0 15px;
}
.aside li.firstChild {
	padding-left: 0;
}
#footer {
	float: left;
	width: 930px;
	padding: 25px 30px;
}
#footer address {
	float: left;
	width: 215px;
	padding-left: 358px;
}
#footer #banner {
	float: right;
	width: 282px;
	padding: 6px 0;
}
#footer #banner a {
	float: left;
	width: 131px;
	padding-left: 10px;
}
</pre></body></html>