@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper1 {
width: 100%;
margin: 0 auto;
background-image: url(../web/object/back_left.png);
background-position: top left;
background-repeat: no-repeat;
}
#wrapper2 {
width: 100%;
margin: 0 auto;
background-image: url(../web/object/back_right.png);
background-position: top right;
background-repeat: no-repeat;
}
.fixed{
	position:fixed;
	top: 0;
	left: 0;/*固定させたい位置*/
}
html,body {
	-webkit-text-size-adjust: 100%;
}
	
/*--------------------------------------------------------------------------ヘッダー*/
#head {
	width: 100%;
	height: 240px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../web/object/header_back.png);
	background-repeat: repeat-x;
	z-index: 1000;
}
.head {
	width: 1100px;
	height: 240px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../web/object/head_back.jpg);
}
h1 {
	width: 610px;
	height: 110px;
	line-height: 0;
	padding: 0;
	border: 0;
	margin-top: 20;
	margin-left: 245px;
	margin-bottom: 0;
	float: left;
}
#gnv {
	width: 1100px;
	height: 60px;
	margin-top: 30px;
	float: left;
}
ul.gnv {
	width: 1100px;
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul.gnv li {
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	height: 60px;
}
.hrmk {
	position: fixed;
	width: 150px;
	height: 204px;
	top:0;
	right: 10px;
	z-index: 10000;
}

/*--------------------------------------------------------------------------フッター*/
#footer {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	background-color: #375c07;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	color: #fff;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 260px;
	right: 10px;
	width: 40px;
	height: 41px;
	z-index: 1500;
}

