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



* {

	margin: 0;

	padding: 0;

	font-size: 100%;

}



a:link { color: #2063F2; } 

a:visited { color: #2063F2; } 

a:hover { color: #2063F2; } 

a:active { color: #2063F2; } 





/*html {

	background-image: url(../img/bg.gif);

	background-repeat: repeat-x;

	background-color: #000000;

	color: #FFFFFF;

}*/



body {

	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;

}





.html {

	background-image: url(../img/bg.gif);

	background-repeat: repeat-x;

	background-color: #000000;

	color: #FFFFFF;

}



.body {

	margin-left: auto;

	margin-right: auto;

	width: 898px;

	background-color: #000000;

}



img {

	vertical-align: text-bottom;

	border:0px;

}



table {

	border: solid 1px #FFFFFF;

	border-collapse: collapse;

}



th,td {

	border: solid 1px #FFFFFF;

	font-weight: normal;

	font-size: 75%;

	line-height: 180%;

	vertical-align: top;

}



p {

	font-size: 75%;

	line-height: 180%;

}



h2 {

	margin-bottom: 20px;

}



.mt0 { margin-top: 0px;}

.mt5 { margin-top: 5px;}

.mt10 { margin-top: 10px;}

.mt15 { margin-top: 15px;}

.mt20 { margin-top: 20px;}

.mt25 { margin-top: 25px;}

.mt30 { margin-top: 30px;}

.mt40 { margin-top: 40px;}

.mt50 { margin-top: 50px;}

.mt60 { margin-top: 60px;}

.mt70 { margin-top: 70px;}

.mt80 { margin-top: 80px;}

.mb0 { margin-bottom: 0px;}

.mb5 { margin-bottom: 5px;}

.mb10 { margin-bottom: 10px;}

.mb15 { margin-bottom: 15px;}

.mb20 { margin-bottom: 20px;}

.mb25 { margin-bottom: 25px;}

.mb30 { margin-bottom: 30px;}

.mb40 { margin-bottom: 40px;}

.mb50 { margin-bottom: 50px;}

.mr20 { margin-right: 20px;}



.block { display: block;}

.bold { font-weight: bold;}

.clear { clear: both;}

.img_middle { vertical-align: middle;}



.overflow {

	width: 868px;

	overflow: auto;

}



.small { 

	font-size: 65%;

	line-height: 130%;

}



.cap { 

	line-height: 120%;

}



.sp_caption { 

	font-size: 65%;

	line-height: 155%;

	letter-spacing: 0.05em;

}



td .small { 

	font-size: 89%;

}



.center {

	text-align: center;

	margin-left: auto;

	margin-right: auto;	

}



.tbl_nobdr { border: none}

.tbl_nobdr th,

.tbl_nobdr td { border: none;}



.red { color: #B12335;}

.blue { color: #76ADEC;}

.green { color: #07BA53;}

.yellow { color: #FFFFBB;}

.grey { color: #999999;}

.pink { color: #F4129C;}



.sp_red { background: #EF4158;}

.sp_pink { background: #FF95A3;}

.sp_blue { background: #A6CFFD;}

.sp_yellow { background: #FDFDBF;}

.sp_green { background: #BBFEBB;}

.sp_grey { background: #999999;}





span.arrow { background: url(../img/arrow.gif) no-repeat 0px 1px;}

span.arrow2 { background: url(../img/arrow2.gif) no-repeat 0px 1px;}



/* ----- header ----- */



#header {

	width: 898px;

}



/* ----- main ----- */



#main {

	width: 898px;

	background-image: url(../img/main_bg.gif);

	background-repeat: repeat-x;

	background-position: bottom;

}



#contents {

	width: 868px;

	padding-left: 15px;

}



.page_top {

	clear: both;

	width: 868px;

	text-align: right;

	margin-top: 70px;

}



.close {

	width: 580px;

	text-align: right;

}



/* ----- footer ----- */



#footer {

	width: 898px;

}

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