/* --------------------------------------------------------
 * 
 * 		styles css
 * 
 * -------------------------------------------------------- */


/* 背景
=========================================*/
div#main_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left 80px;

}
div#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/* ヘッダー
=========================================*/
div#header_area {
	height: 80px;
}

.menu {
	float: right;
	width: 400px;
	padding-top: 50px;
}
.menu ul {
	width: 575px;
	overflow: hidden;
}
.menu li {
	float: left;
}
.menu01,
.menu02,
.menu03 {
	padding-right: 37px;
}
.menu04,
.menu05,
.menu06 {
	padding-right: 27px;
}


/* トップイメージ
=========================================*/
div#top_images {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_image_bg.png);
	background-repeat: no-repeat;
	height: 380px;
	margin-top: 10px;
}
.photo_box {
	width: 880px;
	overflow: hidden;
}


/* コンテンツ内
=========================================*/
div#container {
	width: 880px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;

}
.news_box {
	overflow: hidden;
	width: 880px;
}
p.blue_line {
	height: 21px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49C4F0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news_box dl {
	overflow: hidden;
	margin-bottom: 5px;
	width: 880px;
}
.news_box dt {
	background-image: url(../images/date_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	background-position: left top;
	width: 120px;
	text-align: center;
	padding-top: 4px;
}
.news_box dd {
	float: left;
	padding: 5px;
	margin-left: 10px;
}



.newsfeed {
	width: 880px;
}
.rssHeader {}


/* フッター
=========================================*/
div#footer {
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	width: 900px;
	overflow: hidden;
	padding-top: 10px;
}
