@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:2500px;
}



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





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


#about {
	font-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:200;
	overflow: hidden;
	
}
/* clearfix */
#about:before,
#about:after {
    content: "";
    display: table;
}


#about td {
	
	padding:30px;
}
.leftcell {
	background-color:#E0E0E0 ;
	width:100px;
}
.rightcell {
	background-color:#FFF;
	border-bottom:1px solid #999;
}




.box {
	font-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:200;
	overflow: hidden;
	border-top:;
	color:#000;
	padding-right:5px;
}