@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
基本設定
--------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Meiryo, Gen Shin Gothic Normal;
	font-size: 0.85em;
	line-height: 1.7;
	color: #000;
	background-attachment: fixed;
	background-repeat: repeat;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
/*----------------------------*/
#Wrapper {
	background-image: url(../img/common/bg.png);
	background-repeat: no-repeat;
	background-position: 40% top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
}
#head_wrap {
	width: 100%;
}
#header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-top: 15px;
	max-width: 1000px;
}
#header h1 a {
	color: #000;
}
#header h1 {
	float: left;
	margin-right: 36px;
}
.cont {
	background: none;
}
.header_text {
	width: 414px;
	display: inline-block;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}
#Head_R {
	float: right;
	width: 206px;
	margin-right: -30px;
}
#Head_R p {
	float: left;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 10px;
}
#Head_R p a {
	color: #231815;
}
#Head_R p a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* 
----------------------------------------------- */
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 20px;
}
/* pegetop
----------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
@media only screen and (min-width:737px) {
.link_cont {
	display: none;
}
/* global navi
----------------------------------------------- */
#global_menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#g-menu {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#toggle {
	display: none;
}
#g-menu #navi1 a {
	width: 166px;
	background-image: url(../img/common/g-menu01.png);
	background-repeat: no-repeat;
}
#g-menu #navi2 a {
	width: 166px;
	background-image: url(../img/common/g-menu02.png);
	background-repeat: no-repeat;
}
#g-menu #navi3 a {
	width: 166px;
	background-image: url(../img/common/g-menu03.png);
	background-repeat: no-repeat;
}
#g-menu #navi4 a {
	width: 166px;
	background-image: url(../img/common/g-menu04.png);
	background-repeat: no-repeat;
}
#g-menu #navi5 a {
	width: 166px;
	background-image: url(../img/common/g-menu05.png);
	background-repeat: no-repeat;
}
#g-menu #navi6 a {
	width: 166px;
	background-image: url(../img/common/g-menu06.png);
	background-repeat: no-repeat;
}
#g-menu li {
	list-style-type: none;
	float: left;
	display: block;
}
#g-menu li a {
	display: block;
	height: 63px;
	overflow: hidden;
}
#g-menu li a:hover {
	background-position: 0 -63px;
}
.clearText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#g-menu .sp_menu {
	display: none;
}
/* footer
----------------------------------------------- */
#footer {
	background-color: #EEEEEF;
}
#foot_box {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 25px;
	width: 100%;
	max-width: 1000px;
}
#foot_L {
	float: left;
	width: 440px;
}
.foot_logo {
	margin-right: 5px;
	font-weight: bold;
	font-size: 25px;
	vertical-align: top;
	padding-bottom: 20px;
}
.companyname {
	font-weight: bold;
	font-size: 20px;
	vertical-align: top;
	margin-bottom:10px;
}

.companyname1 {
	font-size: 27px;
}
.address img {
	padding-left: 5px;
	padding-right: 5px;
}
.address br {
	display: none;
}
#foot_R {
	float: right;
	width: 560px;
	margin-right: -28px;
}
#footer_navi {
	overflow: hidden;
	margin-bottom: 5px;
}
#footer_navi ul {
	margin-top: -3px;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	font-size: 0px;
}
#footer_navi li {
	list-style-type: none;
	/* インラインブロック化 */
	display: -moz-inline-box; /*Fx2*/
	display: inline-block;
/display: inline;
/zoom: 1;
	margin-right: 5px;
	letter-spacing: normal; /* 文字間を通常に戻す */
	font-size: 13px;
}
#footer_navi li a {
	text-decoration: none;
	color: #000000;
}
#footer_navi li a:hover {
	color: #00479B;
}
#copyright {
	text-align: right;
	float: right;
	font-size: 12px;
	margin-top: -25px;
	clear: both;
}
