@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 140%;
	font-weight: normal;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #006633;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}

a:hover img {
/*モダンブラウザ用*/
opacity:0.6;
/*IE7以下用*/
filter:alpha(opacity=60);
/*IE8用*/
-ms-filter:"alpha(opacity=60)";
}

h1 {
	font-size: 12px;
	color: #FFF;
	background-color: #27B338;
	line-height: 20px;
	margin: 0px;
	font-weight:normal;
	padding-top:0px;
	text-align:center;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.box_kakumaru01   {
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	background-color: #FFF;
}


.left_index01 {
	border-bottom:#D7E0D1 1px solid;
	margin:5px 0px 0px 0px;
	padding:8px;
}



/***************  FORM  *****************/
form #article h3 {
	clear: both;
}
.form-table {
	clear: both;
	overflow: hidden;
	margin-bottom:0px;
}
.form-table dt {
	float: left;
	clear: both;
	width: 180px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	padding: 10px 0 10px 20px;
	overflow: hidden;
}
.form-table dd {
	margin-left: 210px;
	padding: 10px 0;
}
.form-table dd.errorMsg {
	padding-top: 0;
	color: #f00;
	font-weight: bold;
	font-size: 13px;
}
.form-table label {
	margin-right: 10px;
}
.form-table input, .form-table select {
	vertical-align: text-bottom;
}
.submit {
	padding:20px;
	text-align: center;
}
