@charset "utf-8";



/* ========================================================== */
/*  top-page layout                                           */
/* ---------------------------------------------------------- */


/*　ニュースボックス設定
----------------------------------------------- */
#box-news01 {
	margin: 0px;
	background-image: url(../img/bg_news-box.gif);
	background-repeat: repeat-y;
	padding: 0px;
	}
#box-news02 {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	}
#box-news02 p.date {
	float: left;
	width: 75px;
	margin:10px;
	font-weight: bold;
	color:#566685;
	font-size: 12px;
	line-height: 18px;
	}
#box-news02 p.news {
	float: left;
	width: 500px;
	margin:10px;
	font-size: 12px;
	line-height: 18px;
	}


/*　TOPナビゲーション設定
----------------------------------------------- */
#box-topnavi {
	margin: 20px 0px;
	}
#top_navi01 {
	float: left;
	margin: 0px 0px 10px 0px;
	}
#top_navi02 {
	float: left;
	margin: 0px 20px 10px 20px;
	}
#top_navi03 {
	float: right;
	margin: 0px 0px 10px 0px;
	}



/*　コンテンツ右側ナビゲーション バナー設定
----------------------------------------------- */
#contents #contents_navi .banner-margin{
	margin: 0px 0px 10px 0px;
	}

