@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-title {
	clear: both;
	margin: 0 15px 20px 15px;
	padding: 3px;
	background-color: #206024;
	font-size: 135%;
	color: #FFFFFF;
}
.section-in {
	clear: both;
}
.section-1 {
	float: left;
	width: 325px;
	margin: 0 10px 20px 15px;
	display: inline; /* for WinIE6,7 */
}
.section-2 {
	float: right;
	width: 325px;
	margin: 0 15px 20px 10px;
	display: inline; /* for WinIE6,7 */
}
.section h1 {
	margin-bottom: 15px;	
}
.section h2,
.section-1 h2,
.section-2 h2 {
	margin-bottom: 3px;	
}
.img-1 {
	margin-bottom: 3px;	
}
.p-1 {
	line-height: 1.3;
	font-weight: bold;
}
.p-2 {
	line-height: 1.3;
}
.p-3 {
	line-height: 1.3;
	color: #206024;
}
.p-1 img {
	float: right;
}
#section-keisai {
	clear: both;
	margin: 0 15px 20px 15px;
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	background-color: #e3e3e3;
}
#section-keisai h2 {
	margin-bottom: 5px;	
}
li {
	list-style-type: disc;
	font-size: 90%;
	margin-bottom: 5px;
	list-style-position: inside;
}
.new {
	float:right;
	margin-top: 3px;
}
