<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{
	border:0;
	margin:0;
	padding:0;
}

/* ------------------------------------- Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}


html, body {
	line-height: 1;
	height: 100%;
	_overflow: auto;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none outside none;
}

/* ------------------------------------- basic */
body {
	padding: 0;
	margin: 0;
	font: normal 14px/2em "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	/*font: normal 14px/2em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #000;
	text-align: center;
	background: #fff;
}

/* ------------------------------------- clearfix */
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	content: url(images/spacer.gif);
}

/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
/* end of for macIE */
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear hr {
	display: none;
}

/* ------------------------------------- ページ上部ヘッダブロック*/
#headerLine {
	width: 100%;
	padding: 8px 0px 5px;
	margin: 0px 0px 15px;
	text-align: center;
	z-index: 1;
	border-bottom: 3px solid #FFFF00;
	background: #dbdbdb url(images/subwin_bg.gif) repeat-x;
}

#header {
	width: 600px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#subLogo {
	width: 330px;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 10px;
}

#subMenu {
	float: right;
	width: 260px;
	text-align: right;
	overflow: hidden;
	margin-top: 5px;
	height: 33px;
}
#subNavi li {
	float: right;
}
.mOn {
	padding: 0px 0px 0px 6px;
}
.mOff {
	padding: 0px;
}

/* ------------------------------------- コンテンツブロック*/
#subLeft {
	width: 24px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 250px;
	left: 10px;
}
#subRight {
	width: 24px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 250px;
	right: 10px;
}
#subContainer {
	width: 554px;
	position: absolute;
	height: 450px;
	text-align: left;
	margin: 0px auto;
	top: 75px;
	left: 48px;
	background: #CCCCCC;
}
</pre></body></html>