@charset "utf-8";

/* ---------------------------------------------------------
# H
 --------------------------------------------------------- */

h2 {
	background-image: url('../img/title05.gif');
	background-repeat: no-repeat;
	width: 571px;
	text-indent: -9999px;
	margin-top: 8px;
	height: 32px;
}


/* ---------------------------------------------------------
# Contact form
 --------------------------------------------------------- */

#form_contact input,
#form_contact textarea {
	border: 1px solid #22A6BD;
	font-size: 16px;
	padding: 4px;
}

#form_contact dt {
	/*clear: left;*/
	width: 180px;
	height: 64px;
	float: left;
}
#form_contact dd {
	width: 388px;
	height: 64px;
	float: left;
}
#form_contact dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#form_contact label {
	/*font-size: 12px;*/
	background-image: url(/img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}

#form_contact textarea {
	width: 380px;
	margin-left: 180px;
}

#form_contact dd span {
	display: block;
	line-height: 180%;
}

#form_contact .str_error {
	color: #ff0000;
}

#form_contact dl dt span {
	color: #ff0000;
}

#form_contact .input_error {
	background-color: #ffeeee;
}

#form_contact .str_atent {
    font-size: 11px;
    color="#ff0000"
    text-align: center;
}

#box_attent {
	color: #ff0000;
	margin-bottom: 10px;
}

#form_contact .input_text {
	width: 98%;
}
