@charset "utf-8";
#header {
	height: 100%;
	width: 240px;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 2;
	left: 0px;
	top: 0px;
	box-shadow: 0px 0px 3px #E4E4E4;
	-moz-box-shadow: 0px 0px 3px #E4E4E4;
	-webkit-box-shadow: 0px 0px 3px #E4E4E4;
}
#header #header_box {
	height: 460px;
	width: 240px;
	margin-top: -230px;
	position: absolute;
	left: 0px;
	top: 50%;
}

#header h1 {
	height: 64px;
	width: 145px;
	float: left;
	margin-bottom: 20px;
	margin-left: 47px;
}
#mainnavi {
	width: 240px;
	text-align: center;
	float: left;
	margin-bottom: 25px;
}
#mainnavi  a {
	font-size: 16px;
	font-family: 'Abel', sans-serif;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	float: left;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	padding-top: 18px;
	margin-top: 5px;
	padding-bottom: 10px;
}
#mainnavi a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
#header  .header_tel {
	width: 240px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}
#header .header_tel .num {
	font-size: 20px;
	float: left;
	width: 240px;
	margin-bottom: 6px;
	font-family: 'Abel', sans-serif;
}
#header .header_tel .time {
	float: left;
	width: 240px;
	margin-bottom: 6px;
}
#header .header_tel dd {
	float: left;
	width: 240px;
}
#header .header_company {
	text-align: center;
	float: left;
	width: 240px;
}
#header .header_company dt {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
#header .header_company dd {
	float: left;
	width: 240px;
	font-size: 10px;
	line-height: 1.2em;
}


#footer  {
	width: 740px;
	float: left;
	padding: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#footer h5 {
	float: left;
}
#footer p {
	font-size: 10px;
	text-align: right;
	float: right;
}




.pagetop {
	background-color: #FFFFFF;
	background-image: url(../../../common/images/arrow_pagetop.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 24px;
	position: fixed;
	bottom: 20px;
	box-shadow: 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 2px #CCC;
	-webkit-box-shadow: 0px 0px 2px #CCC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: none;
	right: 30px;
	font-family: 'Abel', sans-serif;
	z-index: 3;
}
