/* ------------------ index ------------------ */
.cont_in p {
	padding:5px 20px 5px 10px;
}

#idx-information {
	margin:10px 20px 10px 10px;
}
#idx-information .date {
	padding:0px 10px 0px 0px;
}


/*見出し
------------------------------------*/
#cont_wrap h2{
	margin:0 0 10px 0;
	padding:0;
	width:590px;
}


#cont_wrap .cont_in h3{
	background: url(../images/bg_ttl.gif) no-repeat;
	width:570px;
	height:42px;
	margin:10px 0 10px 0;
	padding: 5px 0 0 0;
}
#cont_wrap .cont_in h3 span{
	padding: 0 0 0 75px;
	font-weight:bold;
	font-size:18px;
	color:#02972F;
}
#cont_wrap .cont_in h4{
	margin:20px 0 0 0;
}



/*テーブル1
------------------------------------*/
/*---table---*/
table.maTable {
	margin:5px 10px;
	border-collapse:collapse;
	clear: both;
	width: 550px;
}

/*---th---*/
table.maTable th{
	padding:5px 7px;
	background-color:#78CA46;
	border:1px solid #3C9328;
	text-align:center;
	white-space:nowrap;
	color: #FFFFFF;
}

/*---td---*/	
table.maTable td{
	padding: 5px;
	background-color: #E3F4D9;
	border:1px solid #3C9328;
}
div.comment {
	margin-left: 10px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #c9c2c1;
	font-size: 0.75em;
}

/* ------------------ low ------------------ */

#cont_wrap .cont_in #map {
	text-align:center; }

/* ------------------ form ------------------ */
div#FORM { text-align: center; margin: 10px 0px 15px; }
div#FORM p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#FORM h3 { font-size: 12px; text-align: center; margin: 5px 0px; }
div#FORM table { margin: auto; border: 1px solid #ccc; }
div#FORM a:link, div#FORM a:visited { color: #00d; text-decoration: none; }
div#FORM a:hover { color: #f22; text-decoration: underline; }
div#FORM form { margin: 0px; }
div#FORM td, div#FORM th { font-size: 12px; line-height: 140%; text-align: left; }
div#FORM td { background: #f1f1f1; width: 354px; padding: 4px; }
div#FORM th { font-weight: bold; background-color: #e4e4e4; white-space: nowrap; vertical-align: top; width: 120px; padding: 4px; color:#333333;}
div#FORM .SUBMIT { text-align: center; background: #fff; width: auto; }
div#FORM .SUBMIT input { width: 70px; }
div#FORM .TYPE-BLUE { color: #02972F; }
div#FORM .ERR { color: #d44; }

/* フォーム整形 */
#name, #email_s, #emailcheck, #subject { width: 350px; }
#message { font-size: 12px;line-height: 120%; width: 350px; height: 120px; }





















