.contents_contact h2
{
	margin-top: 20px;
}

.contact_box
{
	padding-left: 40px;

}

.contact_box > p
{
	margin-top: 30px;
}

.contact_form
{
}

.contact_form h4
{
	font-size: 1.2em;
	width: 50%;
	border-bottom: solid 1px;
	margin-top: 30px;
}

.contact_form p
{
	padding-top: 8px;
	padding-bottom: 0;
}

.contact_form input[type=text],
.contact_form select
{
	width: 50%;
}

.contact_form textarea
{
	width: 60%;
	height: 20em;
}

.contact_form div
{
	margin-bottom:5px;
}

.contact_form button
{
	width: 5em;
	height: 2.5em;
	background-color: #666666;
	color: #ffffff;
}

.contact_form .not_empty
{
	color: red;
}

.contact_writing_section > .contact_box
{
	position: relative;
}

.contact_writing_section > .contact_box > *
{
	width: 360px;
	margin-top: 40px;
}

.contact_writing_section > .contact_box ul
{
	list-style-position: inside;
}

.contact_writing_section > .contact_box >ul.contact_menus
{
	list-style-type: square;
	position: absolute;
	top: 10px;
	left: 440px;
}

p.contact_message
{
	position: absolute;
	top: 22em;
	left: 440px;
}

dl.contact_message
{
	position: absolute;
	bottom: 0;
	left: 440px;
}



.contact_box dt
{
	margin-left: -0.5em;
}

.contact_alert_section dl
{
	margin-top: 30px;
	
}

.contact_alert_section dt
{
	margin-top: 15px;
	
}

.form_error
{
	background-color: pink;
	border-color: red;
}

.error
{
	color: red;
}
