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

/*
===== 1: universal 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, 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 {
	margin: 0;
	padding: 0;
}

/*
===== 2: body and base setting ====================================
*/
body {
	background: #fff;
	color:#292038;
	text-align:center;/* box centering */
	font: 13px/1.231 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	font-size: 81.25%\9;/* for IE8 */
	*font-size:small;/* for IE6&amp;7 */
	*font:x-small;/* for IE Quirks Mode */
	margin: 0px;
	min-width: 1200px;
	padding: 0px;
}

* html body {
	font-family:'ＭＳ Ｐゴシック','Osaka',sans-serif;
}

/* general params
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&amp;padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
table {
	margin : 0;
	empty-cells: show;
	/* IE 6以前でtableへフォントサイズの継承がうまくいかない問題を回避　*/
	font-size: inherit; 　/*for modern browser*/
	font: 100%;　 /* for IE 5-5.5､6( 後方互換モード) */
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {*font-size:100%;}
address, em {font-style:normal;}
hr,.areaAnchor,.anchor {display : none;}
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li {list-style: none;}/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------------------------*/
acronym,abbr{cursor:help;}


/* button styles 
-------------------------------------------------------*/
a {
    overflow: hidden;/* FireFox */
    outline: none;
}

/* scrollbar display
-------------------------------------------------------*/
html {
	overflow-y:scroll;
	overflow-y: -moz-scrollbars-vertical;
	/*overflow-x: hidden;*/
}

/* swf outline styles 
-------------------------------------------------------*/
object,embed  {outline: none !important;}/* FireFox */

/*
===== 3: form setting ====================================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&amp;Opera */
* html option{padding-right:0;}/* for IE6 */　　　

/* for ABC header (for IE6) setting
-------------------------------------------------------*/
input {margin:0; padding:0;}

/*
===== 4: link setting ====================================
*/
a:link{
	color: #006699;
	text-decoration:underline;
}
a:visited{
	color: #664466;
}
a:hover{
	color: #FFF;
	text-decoration:none;
}
a:active{
	color: #FF6666;
}

/*
===== 5: 広告 ====================================
*/
div.header_ad {
	border-bottom: 1px solid #ccc;
}

div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}

div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}









</pre></body></html>