/*============================================
全般的なスタイル
============================================*/
html{height: 100%;}
	
body{
	height: 100%;
	margin: 0;
}


a{text-decoration: none;}
a:link{color: black;}
a:visited{color: black;}
a:hover{
	color: blue;
	text-decoration: underline;
}




.left {
	width: 350px;
	height: 230px;
	float: left;margin-right:0px;
}

.clear {
	clear: both;
}

img{
	border: 0px;
}


/*============================================
ヘッダ
============================================*/

#header{
	height: 100px;
	background-image: url(design/top_images/top_01_2.png);
}


#header p{
	text-align: left;
	padding-top: 10px;
	font-size: 9px;
	color: #bfbfbf;
	font-family:AR ゴシック体M;
	font-weight: normal;
	margin: 0 auto;
}

#header h1{
	text-align: left;
	padding-top: 10px;
	font-size: 9px;
	color: #bfbfbf;
	font-family:AR ゴシック体M;
	font-wight: normal;
	margin: 0 auto;
}

#headersub{
	position: absolute;
	top: 16px;
	width: 250px;
	margin-left: 600px;
	text-align: right;
}

#headersub p{
	text-align: right;
	line-height: 0.4em;
	font-size: 13px;
	color: #3f3f3f;
	font-family:AR ゴシック体M;
}


#headersub #hs1 a{
	position: relative;
	float:left;
	height: 12px;
	width: 105px;
	font-size:12px;
	line-height:10px;
}

#headersub #hs2 a{
	position: relative;
	float: left;
	height: 12px;
	width: 85px;
	font-size:12px;
	line-height:10px;
}

#headersub #hs3 a{
	position: relative;
	float:left;
	height: 12px;
	width: 60px;
	font-size:12px;
	line-height:10px;
}



/*============================================
メインメニュー
============================================*/

#menu{ 
	position: absoluted;
	top: 100px;
	height: 43px;
	background-image: url(design/top_images/top_08.png);
	background-repeat: repeat-x;
	margin: 0 auto;	
	padding-bottom: 12px;
}

#menu h2{
	float: left;
	font-size: 2px;
}

.menu{
	float: left;
	display: inline;
	list-style-type:none;
	background-repeat: no-repeat;
	width: 170px;
	height: 43px;
}

#menu01{
	width: 172px;
	background-image: url(design/top_images/top_09.png);
}
#menu01:hover{
	width: 172px;
	background-image:url(design/top_hover/top_mouson_02.png);
}

#menu02{
	background-image: url(design/top_images/top_10.png);
}
#menu02:hover{
	background-image:url(design/top_hover/top_mouson_03.png);
}

#menu03{
	background-image: url(design/top_images/top_11.png);
}
#menu03:hover{
	background-image:url(design/top_hover/top_mouson_04.png);
}

#menu04{
	background-image: url(design/top_images/top_12.png);
}
#menu04:hover{
	background-image:url(design/top_hover/top_mouson_05.png);
}

#menu05{
	background-image: url(design/top_images/top_13.png);
}
#menu05:hover{
	background-image:url(design/top_hover/top_mouson_06.png);
}

#menu a{
	display: block;
	height: 43px;
}

#menu ul{
	padding: 0;
}


/*============================================
コンテンツ
============================================*/
#content{
	background-color: white;
	margin: 0 auto;	
	padding-bottom: 30px;
	min-height: calc(100vh - 70px);
}

.container{
	width: 852px;
	margin: 0 auto;
}

#content p{
	text-align: left;
	line-height: 20px;
	magin:1em 0;
	font-size: 16px;
	color: #00000;
	font-family: Meiryo;
}

#content p.date{
	padding-top: 5px;
	line-height: 0px;
	font-size: 18px;
}

#content h1{
	text-align: left;
	line-height: 20px;
	magin:2em 0;
	font-size: 18px;
	color: red;
	font-family: Meiryo;
}

img.l{
	display: block;
	padding-bottom: 7px;
}

.const-picture{
	float: left;
}

.const-exp{
	float: left;
}

.box_left {
	float: left;
}

.box_wrap {
	width: 852px;
	margin: 0 auto;
}
.box_wrap2 {
	width: 852px;
	height: 213px;
	margin: 0 auto;
}

.clearfix:after {
	display: block;
	clear: both;
	content: " "; 
}


/*============================================
top
============================================*/
.box{
	float: left;
	display: inline;
	list-style-type:none;
	background-repeat: no-repeat;
	height: 161px;
	width: 373px;
}

#content ul{
	padding-top: 12px;
}

#company{ 
	background-image: url(design/top_images/top_21.png);
	padding-bottom: 10px;
	padding-left: 10px;
} 
#company:hover{ 
	background-image: url(design/top_hover/top_mouson_09.png);
	padding-bottom: 10px;
	padding-left: 10px;
} 

#business{ 
	background-image: url(design/top_images/top_23.png);
	padding-bottom: 10px;
} 
#business:hover{ 
	background-image: url(design/top_hover/top_mouson_10.png);
	padding-bottom: 10px;
} 

#products{ 
	background-image: url(design/top_images/top_27.png);
	padding-left: 10px;
	padding-bottom: 20px;
} 
#products:hover{ 
	background-image: url(design/top_hover/top_mouson_11.png);
	padding-left: 10px;
	padding-bottom: 20px;
} 

#constructure{ 
	background-image: url(design/top_images/top_28.png);
	padding-bottom: 20px;
} 
#constructure:hover{ 
	background-image: url(design/top_hover/top_mouson_12.png);
	padding-bottom: 20px;
} 

#content a{
	display: block;
	height: 161px;
}



/*============================================
新着情報
============================================*/
#news{
	clear: both;
	margin: 0 auto;
	position: absoluted;
	height: 270px;
	background-image: url(design/top_images/news.png);
	background-repeat: no-repeat;
	background-position: 40% 0%;
}

#news p{
	position: relative;
	top: 48px;
	width: 680px;
	margin: 0 auto;
}


/*============================================
会社概要
============================================*/
.Coutline{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.Coutline th{
	width: 20%;
	padding: 4px;
	text-align: left;
	color: #333;
	background-color: #F0F8FF;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.Coutline td{
	padding: 4px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*============================================
お問い合わせ
============================================*/
form{
	margin: 0 auto;
	width: 780px;
	padding: 2em;
	border: 1px solid #CCC;
	border-radius: 1em;
}

form div + div{
	margin-top: 1em;
}

label{
	display: inline-block;
	width: 100px;
	text-alingn: right;
}

input{
	fonto: 1.5em sans-serif;
	width: 300px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
}

textarea{
	fonto: 1.5em sans-serif;
	width: 500px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
}

input:focus, textarea:focus{
	border-color: #000
}

textarea{
	vertical-align: top;
	height: 5em;
	resize: vertical;
}

.button{
	padding-left: 100px;
}

button{
	margin-left: .5em;
}


/*============================================
アクセス
============================================*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*============================================
フッタ
============================================*/
#foot{
	clear: both;
	height: 69px;
	background-image: url(design/top_images/top_34_2.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	bottom:0;
}

#footsub{
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#footsub a:link{color: #000066;}
#footsub a:visited{color: #000066;}
#footsub a:hover{color: red; text-decoration: none;}

#footsub ul{
	display: inline;	
	border-left: 1px solid #000066;
	margin: 0;
	padding: 0;
}

#footsub li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000066;
}

#footmark{
	float: right;
	margin: 0 auto;
	height: 70px;
	width: 205px;
	background-image: url(design/top_images/top_37.png);
	background-repeat: no-repeat;
}



