@charset "utf-8";
/* CSS Document */
/* 基本設定*/
body{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,table,td,tu,ol,li,address,hr,div{
	margin:0;
	padding:0;
}

ul{
	padding:0;
	margin:0;
	list-style:none;
}

img{
	border:0;
}

a{
	text-decoration:none;
}

hr{
	display:none;
}

address{
	
}

/* レイアウト設定 */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:85%;
	line-height:1.5;
	color:#000;
	
	background:url(../images/fond2.gif) #718693  center 17px no-repeat ; 
	text-align:center;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;	
}

/*wrapper */
#wrapper{
	width:900px;
	margin:0 auto;
	text-align:left;
	
}

/*header */
#headerBox{
	width:900px;
}
#headerBox ul {
	width:900px;
	
}
#headerBox ul li {
	float:left;
}

#headerBox ul li#b01 a {
	display:block;
	background:url(../images/btn_home1.jpg) 0 0 no-repeat;
	width:150px;
	height:35px;
	text-indent:-9999px;
}

#headerBox ul li#b01 a:hover, #headerBox ul li#b01.active a {
	background:url(../images/btn_home1on.jpg) 0 0 no-repeat;
}



#headerBox ul li#b02 a {
	display:block;
	background:url(../images/btn_office1.jpg) 0 0 no-repeat;
	width:150px;
	height:35px;
	text-indent:-9999px;
}

#headerBox ul li#b02 a:hover {
	background:url(../images/btn_office1on.jpg) 0 0 no-repeat;
width:150px;
}

#headerBox ul li#b03 a {
	display:block;
	background:url(../images/btn_gyoumu1.jpg) 0 0 no-repeat;
	width:150px;
	height:35px;
	text-indent:-9999px;
}

#headerBox ul li#b03 a:hover {
	background:url(../images/btn_gyoumu1on.jpg) 0 0 no-repeat;
}

#headerBox ul li#b04 a {
	display:block;
	background:url(../images/btn_map1.jpg) 0 0 no-repeat;
	width:150px;
	height:35px;
	text-indent:-9999px;
}

#headerBox ul li#b04 a:hover {
	background:url(../images/btn_map1on.jpg) 0 0 no-repeat;
}

#headerBox ul li#b05 a {
	display:block;
	background:url(../images/btn_recruit1.jpg) 0 0 no-repeat;
	width:150px;
	height:35px;
	text-indent:-9999px;
}

#headerBox ul li#b05 a:hover {
	background:url(../images/btn_recruit1on.jpg) 0 0 no-repeat;
}

#headerBox ul li#b06 a {
	display:block;
	background:url(../images/btn_email1.jpg) 0 0 no-repeat;
	width:150px;
	height:35px;
	text-indent:-9999px;
}

#headerBox ul li#b06 a:hover {
	background:url(../images/btn_email1on.jpg) 0 0 no-repeat;
}

/*#downwrapper{
	background: url(../images/backmiddle_08.jpg) 0 0 no-repeat;
	width:900px;
	height381px;
}*/

h1{
	/*background-color:#0F0;*/
	margin:0 0 15px 0;
	padding:36px 0 0 0;
	font-size:115%;
	letter-spacing:2.5px;
	text-align:center;
}

#downwrapper{
	
	margin:30px 0 0 0;
	
}

#contents2 #newBox h2{
	background-color:#003;
	border-left:#60F solid 5px;
	color:#CCC;
	margin:5px 0 0 48px;
	padding:5px 23px 5px 23px;
}

#downwrapper #contents2 #newBox p {
	margin:0 0 0 48px;
	font-size:88%;
	color:#333;
	
}

#contents2 #blogBox h3{
	background-color:#003;
	border-left:#60F solid 5px;
	color:#CCC;
	margin:5px 29px 0 3px;
	padding:5px 23px 5px 23px;
}

#contents2 #blogBox a{
	color:#333;
	padding:8px 0 8px 0;
}

#contents2 #blogBox a:hover{
	color:#333;
	text-decoration:underline;
	
}

#contents2 #blogBox p{
	color:#333;
	font-size:88%;
	margin:5px 29px 0 3px;
	padding:5px 23px 5px 23px;
}

.down{
	margin:0 0 0 43px;
}


#privacy{
	
	font-size:85%;
	text-align:right;
}

#privacy a{
	
	padding:10px 2px 16px 21px;
	color:#333;
}
#privacy a:hover{
	
	text-decoration:underline;
}
#footerBox{
	background:url(../images/footer.jpg) 0 0 no-repeat;
	
}

#footerBox address{
	padding:4px 0 0 0;
	color:#003;
	font-size:95%;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

/* other */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.left {
	float:left;	
}

.right {
	float:right;	
}
