@charset "euc-jp";


/*　トップフラッシュ
---------------------------------------------------- */
#fla{
	width:691px;
	height:370px;
	overflow:hidden;
}


/*　コンテンツ
---------------------------------------------------- */
#l_box{
	float:left;
	width:390px;
	padding:0 0 0 55px;
}

#r_box{
	float:right;
	width:194px;
	padding:0 24px 0 0;
}

#btn{
	text-align:right;
}


/*　ニュース
---------------------------- */
#text_box{
	width:390px;
	height:216px;
	overflow:auto;
	scrollbar-base-color:#A1201C;
	scrollbar-arrow-color:#FFFFFF;
	margin:10px 0 15px 0;
}

#text_box p{
	width:360px;
	margin:0 0 8px 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

#text_box span{
	font-weight:bold;
}


/*　バナー01
---------------------------- */
#bn01{
	width:194px;
	height:129px;
	text-indent:-9999px;
	overflow:hidden;
}

#bn01 a{
	width:194px;
	height:129px;
	display:block;
	background:url(../img/top_bn01.jpg) no-repeat left top;
}

#bn01 a:hover{ 
	width:194px;
	height:129px;
	display:block;
	background:url(../img/top_bn01on.jpg) no-repeat left top;
}

/*　バナー02
---------------------------- */
#bn02{
	width:194px;
	height:129px;
	text-indent:-9999px;
	overflow:hidden;
	margin:11px 0 0 0;
}

#bn02 a{
	width:194px;
	height:129px;
	display:block;
	background:url(../img/top_bn02.jpg) no-repeat left top;
}

#bn02 a:hover{ 
	width:194px;
	height:129px;
	display:block;
	background:url(../img/top_bn02on.jpg) no-repeat left top;
}

/*　バナー03
---------------------------- */
#bn03{
	width:194px;
	height:129px;
	text-indent:-9999px;
	overflow:hidden;
	margin:11px 0 0 0;
}

#bn03 a{
	width:194px;
	height:129px;
	display:block;
	background:url(../img/top_bn03.jpg) no-repeat left top;
}

#bn03 a:hover{ 
	width:194px;
	height:129px;
	display:block;
	background:url(../img/top_bn03on.jpg) no-repeat left top;
}


