@charset "utf-8";

/*------------------------------------------------------------------------- header */
#header { 
	background-image: url(../images/inquiry/header_image.jpg);
	background-repeat: no-repeat;
} 


/*------------------------------------------------------------------------- サイドメニュー */
.sub_menu {
	margin: 5px;
	padding: 0;
}

.sub_menu a {
	text-decoration: none;
	color: #D49F00;
}

.sub_period {
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	border-style: solid;
	border-color: #DFDED0;
	height: 1px;
}


/*------------------------------------------------------------------------- コンテンツ */
.cont_box {
	margin: 0;
	padding: 0;
}

.cont_box .mail_form {
	margin: 10px;
	background-color: #F0F0F4;
}

.cont_box p {
	font-size: small;
	color: #606060;
	margin: 0;
	margin-left: 10px;
	line-height: 2em;
}

.cont_box table{
	font-size: small;
	color: #606060;
	line-height: 2em;
}

.cont_box .table_header {
	font-weight: bold;
}

