@charset "UTF-8";

#contents{
	margin: 0 auto;
	background: url(../images/contents_bg.gif) no-repeat;
	width: 695px;
	height: auto;
	min-height: 500px;
}

#contents #wrapper{
	margin: 0 0 0 77px;
}

#contents h2{
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	height: 50px;
	background: url(../images/title_under.gif) no-repeat -10px 55px;
}




#contents h3{
	margin: 140px 90px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#contents p{
	line-height: 2.0;
}

#contents #Form{
	margin: 0 0 0 5px;
	text-align: left;
	height: 200px;
	padding: 20px 0 0 0;
	border-bottom: dotted #ccc 1px;
	width: 550px;
}

#contents #Form table{
	width: 550px;
	
}

#contents #Form td{
	font-weight: bold;
	color: #666666;

}

#Form input{
	width: 150px;
	height: 20px;
	
}

#Form .note{
	font-weight: normal;	
		color: #666666;
}

#contents #Submit{
	margin: 20px 0 0 200px;
	
	
}

#contents #Submit input{
	margin: 0 0 0 10px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 0;
	cursor: pointer;
}


#contents #Form textarea, input{
	margin: 10px 0 0 0;
	border: #666666 1px solid;
	background: url(../images/footer_bg.gif);
	color: #666;
}

textarea{
	width: 350px;
}
