@charset "utf-8";
body{
	margin:0px;
	color:#333333;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
nav ul{
	list-style:none;
}
header{
	border-bottom:1px solid #003794;
}
#header_inner{
	width:940px;
	padding:0 10px;
	height:90px;
	margin:0 auto;
	position:relative;
}
header h1{
	width:258px;
	height:60px;
	margin:0 0px 0 0;
	padding:10px 0 0 0px;
	float:left;
}
header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/logo.png') no-repeat;
}
#header_r{
	float:right;
	width:638px;
	padding:0px 0 0 0;
}
#abm{
width:200px;
float:left;
padding:5px 10px 0 0;
}
#abm img{
border-radius:5px;
}
#header_contact{
	width:352px;
	height:65px;
	float:left;
	margin:0 10px 0 0;
}
#bosch{
	width:66px;
	height:65px;
	float:right;
}
#marufuku{
	clear:both;
	padding:10px 0 0 0;
	text-align:right;
	font-size:90%;
}

#gnav{
	padding:10px 0;
	border-bottom:1px solid #cccccc;
}

#gnav ul{
	list-style:none;
	width:952px;
	margin:0 auto;
	position:relative;
}
#gnav ul li{
	width:124px;
	height:35px;
	margin:0 6px;
	float:left;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	border-radius:5px;
}

#gnav ul li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background: url('../images/common/nav.png') no-repeat;
}
#gnav01 a{
	background-position:0 0 !important;
}
#gnav01 a:hover{
	background-position:0 -35px !important;
}
#gnav02 a{
	background-position:-124px 0 !important;
}
#gnav02 a:hover{
	background-position:-124px -35px !important;
}
#gnav03 a{
	background-position:-248px 0 !important;
}
#gnav03 a:hover{
	background-position:-248px -35px !important;
}
#gnav04 a{
	background-position:-372px 0 !important;
}
#gnav04 a:hover{
	background-position:-372px -35px !important;
}
#gnav05 a{
	background-position:-496px 0 !important;
}
#gnav05 a:hover{
	background-position:-496px -35px !important;
}
#gnav06 a{
	background-position:-620px 0 !important;
}
#gnav06 a:hover{
	background-position:-620px -35px !important;
}
#gnav07 a{
	background-position:-744px 0 !important;
}
#gnav07 a:hover{
	background-position:-744px -35px !important;
}


footer{
	border-top:5px solid #74d6da;
	padding:6px 0 5px 0;
	background:#4c98c2;
	color:#fff;
	text-align:center;
	line-height:1.8em;
}

#fnav{
	border-top:5px solid #1d53ae;
}
#fnav ul{
	list-style:none;
	width:960px;
	padding:20px 0 50px 0;
	margin:0 auto;
}
#fnav ul li{
	margin:0 24px 20px;
	float:left;
}
#fnav ul a{
	display:block;
	color:#fff;
	padding:20px 0 0 0;
	text-decoration:none;
	background:url('../images/common/footer_icon.png') no-repeat top center;
}
#fnav ul a:hover{
	text-decoration:underline;
}

#copyright{
	clear:both;
	text-align:center;
	background:#1d53ae;
	color:#fff;
	text-align:center;
	padding:3px 0;
	margin:10px 0 0 0;
}
#gotop{
	padding:40px 0 0 0;
	height:76px;
	width:940px;
	margin:0 auto;
	text-align:center;
	background:url('../images/common/footer.png') no-repeat right bottom;
}
.sp_only{
	display:none;
}