@charset "iso-2022-jp";

p.btn-comment {
	background-image:url(img/btn_comment.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 240px;
	}
p.btn-comment a {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	width:500px;
	height:110px;
	}

p.btn-modoru {
	background-image:url(img/btn_comment.png);
	background-position:0 -110px;
	background-repeat:no-repeat;
	margin:0 240px;
	}
p.btn-modoru a {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	width:500px;
	height:110px;
	}

div.sections {
	padding:0 60px 20px;
	}
div.sections h2 {
	font-size:125%;
	color:#2d3214;
	line-height:1.25;
	text-shadow:1px 1px 3px #5a642d;
	letter-spacing:1em;
	background-image:url(../css/img/cm_h2_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#aab480;
	text-align:center;
	padding:20px;
	border-bottom:8px solid #f8f3e9;
	margin-bottom:30px;
	}
div.sections h3 {
	line-height:1.25;
	text-shadow:1px 1px 3px #eae0cc;
	color:#505528;
	letter-spacing:0.25em;
	margin-bottom:0.75em;
	border-left:12px solid #505528;
	padding:7px 0 6px 15px;
	}
div.sections p {
	line-height:1.5;
	margin-bottom:1.5em;
	}

/* main image */
div.bx-main-img {
	background-image:url(img/images.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:30px;
	}
div.bx-main-img img {
	width:860px;
	height:300px;
	}