@charset "utf-8";
#header {
	height: 114px;
	width: 100%;
}
#main_visual {
	height: 285px;
	width: 100%;
	background-image: url(../images/visual_bg.gif);
	background-repeat: repeat-x;
}
.header_u {
	height: 72px;
}
ul.menu{
	
}
ul.menu li{
	float: left;
	list-style-type: none;
	
}
.header_l {
	float: left;
	width: 710px;
	height: 72px;
}
.header_l img{
	float: left;
}
.header_l h1 {
	font-size: x-small;
	font-weight: normal;
	float: left;
	margin-top: 25px;
}
.header_r {
	float: right;
	width: 118px;
	margin-top: 20px;
}
