@charset "UTF-8";
/* formatting style
-------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* basic layout
-------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 96%;
	line-height: 126%;
}
#header {
	width: 100%;
	height: 50px;
}
.header01 {
	background-color: #0066CC;
	height: 10px;
}
.header02 {
	height: 40px;
	background-color: #FFFFFF;
}
#main {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
.c_title01 {
	font-size: 24px;
	color: #0066CC;
	padding-bottom: 2px;
}
.c_title02 {
	float: left;
	width: 470px;
	font-size: 111%;
	color: #0066CC;
	text-align: left;
	height: 25px;
	margin-bottom: 5px;
}
.date {
	float: left;
	width: 100px;
	clear: none;
	font-size: 80%;
	height: 20px;
	margin-bottom: 5px;
	text-align: right;
	padding-top: 5px;
}
.news_date {
	width: 570px;
	font-size: 80%;
	text-align: right;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.honbun {
	float: left;
	width: 360px;
	margin-right: 10px;
}
.news_honbun {
	clear: both;
	width: 570px;
}
.no {
	clear: both;
	width: 570px;
	height: 20px;
	padding-top: 5px;
}
.photo {
	float: left;
	width: 200px;
}
.ahead {
	float: left;
	width: 190px;
	text-align: left;
}
.page {
	float: left;
	width: 190px;
	text-align: center;
}
.next {
	float: left;
	width: 190px;
	text-align: right;
}
#footer {
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}
.footer01 {
	height: 40px;
}
.footer02 {
	background-color: #0066CC;
	height: 10px;
}

