@import url('reset.css');
body{
    background:#FFF;
	width: 100%;
	-moz-background-size:100%;
	-webkit-text-size-adjust : 100% ;
	background-size:100%; 
	margin: 0;
	padding: 0;
	color: #333;
	font-family: メイリオ, Arial, sans-serif, ヒラギノ角ゴ;
	font-size: 16px;
}

html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#headwrap{
	position:relative;
    width:1200px;
    margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

.header{
	width: 100%;
	min-width: 1200px;
	height: 130px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
	margin-top:20px;
	margin-bottom: 20px;
	text-align:left;     /* 中身を左側表示に戻す */
	background: #FFF;
	}
	
.headimg{
	height: 600px;
	min-height: 100%;
	background-size: cover;
	background-position: top center;
	background-image: url(../pics/top02.png);
	background-repeat: no-repeat;
	background-size: cover;
	}
	
.logo{
	width:250px;
	height:130px;
	background-image: url(../pics/common/logo.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px; 
	display: inline;
}

.safety {
	width: 560px;
	height: 130px;
	float: right;
	margin-right: 20px;
	display: inline;
	background-image: url(../pics/common/safety.png);
	background-repeat: no-repeat;
}


a{
	color: #1C3FAF;
	text-decoration: none;
}

a:hover{
	color: #E12A2D;
	text-decoration: none;
}
.clr{
	clear: both;
}

h1{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	color: #000000;
	text-indent: -9999px;
}

h2{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	color: #000000;
	text-indent: -9999px;
}

#menu {
	width: 100%;
	height: 74px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
	background-image:url(../pics/common/menubg.png) ;
	background-repeat: repeat-x;
}

#g-navi {
	width: 1200px !important;
	height: 74px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
#g-navi img {
	float: left;
}

h3 {
	font-size: 30px;
	color: #DF0003;
	font-weight: 600;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 30px;
}


h4 {
	font-size: 30px;
	color: #2966ce;
	font-weight: 600;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

h5 {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 10px;
	background-color:#7A7A7A;
	text-align: center;
}

#h3bg {
	width: 1110px;
	height: 40px;
	float: left;
	margin-left: 45px;
	display: inline;
	margin-bottom: 30px;
	margin-top: 20px;
	background-color: #DD0F12;
}

#contactintro {
	clear: both;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

#contactintro p {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:16px;
}

#menu2 {
	width: 100%;
	height: auto;
	position:relative;
	marign-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	overflow: auto;
}

#innerbox {
	width: 1200px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.boxleft{
	width: 300px;
	margin-left: 45px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
}

.boxright {
	width: 855px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.map {
	width: 71px;
	height: 530px;
	float: left;
	margin-left: 60px;
	display: inline;
}
	

.boxright p {
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 10px;
	font-size:16px;
	text-align: left;
}

#inner_pic {
	width: 340px;
	height: 220px;
	float: left;
	margin-bottom: 30px;
}

#inner_intro {
	width: 340px;
	height: 250px;
	margin: 0px;
	float: left;
	text-align: left;
}

#inner_text {
	width: 340px;
	height: 170px;
}

#inner_text p {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:16px;
}

#inner_button {
	width: 320px;
	height: 50px;
	float: left;
	margin-left: 10px;
	display: inline;
	padding: 0px;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
}

#inner_button:hover {
	float: left;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}	



#footwrap {
	clear: both;
  	width: 100%;
  	min-width: 1200px;
  	background:#ff6c00;
	background-repeat: repeat-x;
}

#footermenu {
	width: 1200px;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
}

#footermenubox {
	width: 1100px;
	height: 30px;
	margin-left: 50px;
	margin-top: 10px;
	float: left;
	display: inline;
	text-align: center;
}

#footermenubox p{
	font-size: 16px;
}

#footermenubox A:link {
	color: #FFF;
	text-decoration:underline;
}

#footermenubox A:visited {
	color: #848484;
}

#footermenubox A:hover {
	color: #6CA8E0;
	text-decoration:none;
}

#footerwrap {
	clear: both;
  	width: 100%;
  	min-width: 1200px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  	background-image:url(../pics/foot.png) ;
	background-repeat: repeat-x;
	background-position:right;
}

#footer {
	width: 1200px;
	height: 500px;
	margin-top: 0px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
}

#footlink {
	width: 1200px;
	height: 160px;
	float: left;
	margin-top: 60px;
}

#link_button {
	width: 194px;
	height: 160px;
	float: left;
	margin-left: 45px;
	display: inline;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
}

#link_button:hover {
	float: left;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}	

#footleft p {
	font-size:16px;
	color: #FFF;
}

#footleft {
	width: 550px;
	height: 130px;
	float: left;
	margin-top: 40px;
	margin-left: 45px;
	display: inline;
	text-align: left;
}

#footleft p {
	font-size:16px;
	color: #FFF;
}

#foot_copy {
	width: 1200px;
	height: 30px;
	margin-top: 50px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

/* 沿革年月調整 */
.boxright-date-year {
    width: 160px;
    display: inline-block;
}
.boxright-date-month {
    width: 40px;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
}