@charset "UTF-8";
/* CSS Document */

/* コンテンツ
---------------------------------------------------- */
#content {
	float: left;
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 10px;
	background-color: #ffffff;
}
#content .left {
	float: left;
	width: 200px;
}
#content .center {
	float: right;
	width: 700px;
}
.section {
	clear: both;
	margin: 0 15px 20px 15px;
}
.section-1 {
	float: left;
	width: 350px;
	margin: 0 10px 20px 15px;
	display: inline; /* for WinIE6,7 */
}
.section-2 {
	float: right;
	width: 300px;
	margin: 0 15px 20px 10px;
	display: inline; /* for WinIE6,7 */
}
#section-mida {
	clear: both;
	margin: 0 15px 10px 15px;
	padding: 5px;
	background-color: #1c511e;
	font: 100%;
	color: #ffffff;
}
#section-mida2 {
	clear: both;
	margin: 0 15px 10px 15px;
	padding: 5px;
	background-color: #e3e18e;
	font: 100%;
}
.section h1 {
	margin-bottom: 15px;	
}
.section h2,
.section-1 h2,
.section-2 h2 {
	margin-bottom: 3px;	
}
.img-1 {
	margin-bottom: 3px;	
}
.img-2 {
	margin-bottom: 20px;	
}
.img-3 {
	float: left;
	margin: 0 5px 0 0;	
}
.img-4 {
	float: right;
	margin: 0 0 0 5px;
}
.p-navi {
	text-align: right;	
}
.p-list {
	line-height: 2.0;
}

.normal {
	color: #000; font-size: 12px; line-height: 135%
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
