@charset "shift-jis";

/*====================================================================

index.css

====================================================================*/

/*--------------------------------------------------------------------
news
--------------------------------------------------------------------*/
#news{
	background: url(../../img/news_bg.gif) repeat-y;
}
#news table{
	width: 495px;
	margin-left: 15px;
}
#news th,
#news td{
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #90D9F4;
	padding: 6px 0;
}
#news th{
	color: #016082;
	width: 120px;
}
#news td{color: #0181AF;}
#news div{
	text-indent: -9999px;
	overflow: hidden;
	height: 5px;
	background: url(../../img/news_bottom.gif);
	margin-top: 6px;
}


/*--------------------------------------------------------------------
information
--------------------------------------------------------------------*/
#information{
	background: url(../../img/info_bg.gif) repeat-y;
	margin-top: 10px;
}
#information img{
	float: right;
}
#information * img{float: none;}
#information div{
	width: 190px;
	margin: 0 0 0 10px;
	padding: 6px 0;
	border-top: solid 1px #CDCDCD;
}
#information div#add{border-top: none;}
#add{line-height: 1.1;}
#add strong{
	font-size: 14px;
	line-height: 2.6;
}
#information th,
#information td{
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
}
#information td{padding-left: 5px;}
#information span{
	display: block;
	clear: both;
	text-indent: -9999px;
	overflow: hidden;
	height: 5px;
	background: url(../../img/info_bottom.gif);
	margin-top: 6px;
}


/*--------------------------------------------------------------------
best3
--------------------------------------------------------------------*/
#best3{
	width: 525px;
	background: url(../../img/best3.jpg) no-repeat top;
	margin: 10px 0 15px 0;
}
#best3 h3{display: none;}
#best3 p#cap{
	color: #AC5204;
	line-height: 1.5;
	width: 325px;
	margin: 0 0 0 200px;
	padding-top: 28px;
}
.boxs{
	float: left;
	width: 175px;
}
.boxs h4{
	text-indent: -9999px;
	overflow: hidden;
	height: 220px;
}
.boxs p{
	line-height: 1.4;
	margin-top: 15px;
}
.boxs p#b1{padding: 0 15px;}
.boxs p#b2{padding: 0 15px;}
.boxs p#b3{padding: 0 15px 0 20px;}


