<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/*********************/
#news dt {
	width: 100px;
	float: left;
	clear: left;
	color: #FFF;
}


#newsFrame dt{
	background: url(../images/mark01.gif) no-repeat 5px 5px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 13px;

}

#newsFrame dd{
	border-bottom:#FFFFF 1px dotted;
	font-size: 13px;
	padding-bottom: 15px;
	color: #FFF;
	width: 500px;
	margin-left: 120px;
}



#news dd strong {
	font-weight: bold;
	color: #000000;
}


#news dd strong a {
	color: #000000;
}


#news dd span {
	text-decoration: line-through;
}



/**************/
/***** ID *****/
/**************/
#header {
	height: 225px;
	position: relative;
}


#main {
	width: 100%;
	/*height: 550px;*/
	height: 750px;
	position: relative;
}


#title {
	position: absolute;
	background: url(../images/index_img.jpg) 0 0 no-repeat;
	left: 0px;
	top: 0px;
	height:500px;
	width:710px;
}

#title img{
	position: absolute;
	top: 5px;
	right:5px;
}


#newsTit {
	margin-bottom: 10px;
}


#news {
	width: 670px;
	padding: 10px 0 20px;
	position: absolute;
	left: 20px;
	/*bottom: 120px;*/
	bottom: 20px;
	background: url(../images/news_back.png) 0 50% no-repeat;
	z-index: 0;
}


#newsFrame {
	height: 200px;
	padding: 10px;
	overflow-y:auto;
}




#posterBtn {
	margin: 10px 0 3px;
}



/***** class *****/
#flashContent{
	background:url(../images/flash.jpg) no-repeat 0 0;
	height:510px;
}


.top_bnr{
	margin:0 auto;
	padding:15px;
	border:3px #670d29 double;
	background:#fcfcfc;
	color:#990000;
	font-weight:bold;
	font-size:120%;
	margin-top:300px;
	width:630px;
}

.top_bnr_b{
	text-align:center;
	margin-top:280px;
}



.top_bnr_b .fL {
	margin-left: 38px;
	float: left;
}


.top_bnr_b .fR {
	margin-right: 38px;
	float: right;
}
</pre></body></html>