@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
	#flash
----------------------------------------------------*/

#flash {
	margin:0;
	padding:0;
	width:900px;
	height:396px;
}

/*----------------------------------------------------
	#contents_navi
----------------------------------------------------*/

#contents_navi {
	margin:0 0 10px 0;
}

#contents_navi a {
	color:#333;
}

#contents_navi .bottom {
	margin:0;
	padding:0;
}

.contents_navi_box {
	float:left;
}

.contents_navi_box ul {
	width:120px;
	padding:10px 14px 12px 15px;
	background:#FFF;
	border-right:#CCC solid 1px;
	margin:0;
}

.contents_navi_box li {
	font-size:10px;
	list-style:none;
	background:url(../img/share/p_red.gif) no-repeat 0 10px;
	padding:5px 0 5px 10px;
	border-bottom:#CCC dotted 1px;
}

/*----------------------------------------------------
	#news
----------------------------------------------------*/

.news {
	float:left;
	width:405px;
	background:#660000;
	padding:10px 20px;
	margin:0 0 10px 0;
	color:#FFF;
	height:99px;
	background:url(../img/top/news_bg.gif) no-repeat;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
}

.news h4 {
	margin:10px 0 10px 0;
	_margin:10px 0 5px 0;
	float:left;
}

.news .list {
	_margin:10px 0 5px 0;
	float:right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.news a {
	color:#FFF;
}

.news dl {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	width: 400px;
	float: left;
}

.news dt {
	float:left;
	width:70px;
}

.news dd {
	float: left;
	width: 330px;

}

/*----------------------------------------------------
	#ba_zenkoku
----------------------------------------------------*/

#ba_zenkoku {
	float:right;
	margin:0 0 10px 0;
}


/*----------------------------------------------------
	.oyakudachi
----------------------------------------------------*/

.oyakudachi {
	clear:both;
	width:860px;
	height:26px;
	background:#660000;
	padding:10px 20px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	background: url(../img/top/oyakudachi_bg.gif) no-repeat;
	}

.oyakudachi h5 {
	float:left;
	width:132px;
	margin:5px 0 0 0;
}

.oyakudachi ul {
	margin:2px 0 0 0;
	width:700px;
	float:right;
}

.oyakudachi a {
	color:#FFF;
}

.oyakudachi li {
	display: inline;
	list-style-type: none;
	background:url(../img/top/p_link.gif) no-repeat 0 3px;
	_background:url(../img/top/p_link.gif) no-repeat 0 1px;
	padding-left:15px;
	margin-right:10px;
}

