@charset "utf-8";
/* CSS Document */

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header_logo{
	height: 125px;
	width: 260px;
	float: left;
}
.header_box{
	float: left;
	margin-top: 35px;
	height: 20px;
	width: 650px;
	margin-left: 90px;
	margin-bottom: 0px;
}
.header_box_left{
	width: 550px;
	height: 20px;
	line-height: 20px;
	float: left;
}
.header_box_right{
	width: 100px;
	height: 20px;
	float: left;
}
.header_box h1{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.gnavi_waku{
	height: 40px;
	width: 650px;
	margin-left: 90px;
	margin-bottom: 20px;
	float: left;
}
#header_img {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 360px;
	background-color: #FFFFFF;
	background-image : url(../img/background01.png);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
#header_img .wrap {
	height: 360px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#footer .wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.social_icon{
	text-align: right;
	margin-bottom: 20px;
	line-height: 30px;
	height: 30px;
}
.social_icons{
	line-height: 30px;
	float: left;
	width: 110px;
	text-align: left;
}
.copy {
	float: left;
	width: 550px;
	text-align: left;
	color: #999;
	height: 30px;
	line-height: 30px;
}
#footer_bar {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	background-color: #c71628;
}
#footer_bar .wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer_box {
	float: left;
	width: 250px;
}
