@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#menu{
	margin-bottom: 100px;
}
#menu .menu{
	margin-bottom: 50px;
}
#menu .menu h4{
	background: url(../image/menu_icon.jpg) 8px 6px no-repeat;
	padding-left: 30px;
	font-weight: bold;
	color: #D83F37;
	font-size: 1.14em;
	margin-bottom: 10px;
}
#menu table{
	margin-bottom: 10px;
}
#menu table tr th{
	    width: 631px;
}
#menu table tr th,
#menu table tr td{
	padding: 14px 10px;
	vertical-align: middle;
}
#menu table dl dt{
	font-weight: bold;
	font-size: 1.14em;
}