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

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;
	}
	
.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;
}



#slide {
	width: 100%;
	max-height: 600px;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
	background:#FFFFFF;
	background-repeat: no-repeat;
}

.container{
	position:relative;
}
a{
	color: #fff;
	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: 150px;
	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: 150px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
#g-navi img {
	float: left;
}

#intro {
	clear: both;
	width: 1200px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pics/intro.png);
	background-repeat: no-repeat;
}

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

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

#menu_inner {
	width: 1200px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#inner_box_upper {
	width: 340px;
	height: 500px;
	margin-left: 45px;
	float: left;
	margin-top: 60px;
	margin-bottom: 30px;
	display: inline;
	background-color: #FFFFFF;
}

#inner_box_lower {
	width: 340px;
	height: 500px;
	margin-left: 45px;
	float: left;
	margin-top: 30px;
	margin-bottom: 60px;
	display: inline;
	background-color: #FFFFFF;
}

#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;
}	

#main {
	position:relative;
    width:1200px;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

h3 {
	text-align: left;
	margin-left: 10px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 5px;
}

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

h5 {
	font-size: 24px;
	color: #ca0e25;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

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

#employee {
	width: 1110px;
	float: left;
	margin-left: 45px;
	display: inline;
}

#emp_text {
	width: 410px;
	height: 230px;
	float: left;
	text-align: left;
}

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

#emp_pic {
	width: 320px;
	height: 230px;
	float: left;
	margin-left: 30px;
	display: inline;
}



#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;
}