@charset "utf-8";

/*------------------------------------------------------ contact/index.php ----------------------------------------------------*/


.contact_table {
	width: 576px;
	border-left: 1px #E9E9E9 solid;
	border-top: 1px #E9E9E9 solid;

}

.contact_table th {
	width: 140px;
	padding: 5px 0px 5px 10px ;
	text-align: left;
	font-weight: normal;
	border-right: 1px #E9E9E9 solid;
	border-bottom: 1px #E9E9E9 solid;
}

.contact_table td {
	padding: 5px 0px 5px 10px ;
	border-right: 1px #E9E9E9 solid;
	border-bottom: 1px #E9E9E9 solid;
}

.colored {
	color: #FF0000;
}

.mar_t_20 a.contact_a {
	text-decoration: underline;
	color: #2660e5;
}

.mar_t_20 a.contact_a:hover {
	color: #0438B0;
}

.contact_notice {
	color: #FF0000;
	font-weight: bold;
}

.height_300 {
	height: 300px;
}