@charset "utf-8";
/* CSS Document */


div#main h2.index {
	margin: 10px 0 20px 0;
}

div#sub {
	margin-top:10px;
}


/*form*/

form input.txt,
form textarea {
	border:#CCCCCC 1px solid;
}

form input.txt.hover,
form textarea.hover {
	background-color:#f4f4f4;
}

form input.txt.focus,
form textarea.focus {
	background-color:#f4f4f4;
	border:#000099 1px solid;
}

form label {
	cursor:pointer;
}

/*contact_form*/

form {
	margin:0px;
	padding:0px;
}

#contact #container table.form {
	width:100%;
	border:none;
	background:url(/common/image/dot_y.gif) repeat-x left top;
	margin-top:20px;
}

#contact table.form tr{
	background:url(/common/image/dot_y.gif) repeat-x left bottom;
}

#contact table.sub tr{
	background:none;
}
#contact div#container table.form td{
	padding:10px 6px 10px 10px;
	margin:0px;
	vertical-align:top;
	border:none;
}


#contact table.form td img.must{
	vertical-align:text-bottom;
	margin-right:0.5em;
}

#contact input {
vertical-align:middle;
}

#contact input.txt {
	width:28em;
	margin-bottom:3px;
	padding:3px;
	cursor:text;
}

#contact label {
	display:block;
	float:left;
	width:auto;
	margin-right:20px;
	cursor:pointer;
}

#contact label input{
	vertical-align:text-bottom;
}

#contact textarea {
	width:28em;
	margin-bottom:3px;
	height:10em;
	padding:3px;
	cursor:text;
}

#contact .return_time{
	padding-top:10px;
}

#contact .btns{
	text-align:center;
	padding:20px 0px 5px 0px;
}

#contact .btns input{
	margin:0px 10px;
	padding:6px 15px;
	cursor:pointer;
}

span.red {
	color:#CC0000;
	
}

