@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

#wrap {
	position: relative;
	width:auto;
	height:auto;
	
}

#header {
	border-top:#6F5437 20px solid;
  height:100px;
  width:auto;
	background-color:#DFDFDF;
}





h1 {
	position:absolute;
	left:10px;
	top:45px;
}


.header_r {
	position:absolute;
	right:10px;
	top:90px;
}

#a {
	height:1000px;
}



#a_under {
	padding-top:30px;
	width:1000px;
	margin:0 auto; 
}

#menu {
	float:left;
	padding-right:165px;
	 overflow: hidden;
	  list-style: none;
}

#menu li {
	float: left;
} 

#menu li a{
	display: block;
}

#contents {
	width:1000px;
  margin:0 auto;
	padding-top:50px; 
}

.officeimg {
	float:left;
	
  padding:20px;
}


h2 {
	border-bottom: #999 2px solid;
	width:500px;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px;
	margin:20px 0 20px 0; 
}


h3 {
	ont-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:200;
}


#footer {
	height:80px;
	background-color:#DFDFDF;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px; 
	
	text-align:center;
	padding-top:60px;
}


.contact {
	font-family :Lato,  "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:20px;
	font-weight:200;
	margin:0 0 15px 0;
}




label {
	font-family :Lato,  "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:13px;
	font-weight:200;
	margin:0 0 15px 0;
	
}