@charset "Shift_JIS";

/* --------------------------------------------------------------------

 4.Main Contents
 
-------------------------------------------------------------------- */
#mainContents #conts {
	padding:20px 40px 50px 40px;
	margin-bottom:10px;
	text-align:left;
	background:url(../images/line_subtitle.gif) no-repeat center bottom;
}

#mainContents .lead {
	padding-bottom:20px;
} 

#mainContents .txtCap {
	clear:both;
	text-align:center;
	padding:20px 0;
	color:#557f16;
} 

#mainContents .btn {
	text-align:center;
} 


/*----- Form -------------------------*/
#mainContents dl {
	width:700px;
	margin-left:30px;
}

#mainContents dt {
	clear:both;
	float:left;
	width:200px;
	height:35px;
	font-weight:bold;
	color:#557f16;
	text-align:right;
}

#mainContents dd {
	float:right;
	width:490px;
	height:35px;
	color:#844cbc;
	font-size:85%;
}

#mainContents dd.textarea {
	height:160px;
}

#mainContents dd input {
	width:300px;
	font-size:100%;
}

#mainContents dd textarea {
	width:450px;
	height:150px;
	font-size:100%;
}




