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

/* ■LINK----------------------------------------------------- */

div#body-area-wide a:link{
  color : #03C;
  text-decoration : none;
}

div#body-area-wide a:visited{
  color : #03C;
  text-decoration : none;
}

div#body-area-wide a:hover{
  color : #03C;
  text-decoration:underline;
}


div#body-area-wide a:active{
  color : #03C;
  text-decoration:underline;
}


/* スペース用
---------------------------------------------------- */

p {
margin-bottom: 1em;
}


.space-height15{
	height:15px;
}

.space-height10{
	height:10px;
}

/* BOX用
---------------------------------------------------- */

#centerbox{
	width:600px;
	margin:0 auto;
	height:auto;
	clear:both;
}

.copy3{
	width:100%;
	height:auto;
	float:left;
	padding: 5px 0 0 0;
	margin:0;
	text-align:left
	position: relative;
	margin-right: 0px;
	font-size:80%;
	}
	
.bodycopy2{
	color: #666;
	font-weight: normal;
	font-size:84%;
	line-height: 150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.titlehead{
	color:#153173;
	font-size:26px;
	padding-top: 8px;
	padding-left: 15px;
	margin-top:8px;
	}

.subhead{
	color:#153173;
	font-size:110%;
	padding:0 0 0 15px;
	_margin-top:10px;
	margin-top:8px;
	}

.h1_image{
  background-image:url(../company/images/comp2.jpg);

}

.h2_image{
	background-image:url(../lib_images/h2_back.jpg);
	font-size:14px;

}	
		
	
.hr1{
color:#666666;
}

h3{
  font-size : 96%;
  font-weight : bold;
  letter-spacing : 1px;
  padding : 2px 0px 2px 8px;
  margin : 5px 0px 5px 0px;
  border-bottom : 1px solid #5a82d6;
  text-align:left;
  clear:left;
}


.border1{
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
}
.border2{
  border-bottom:1px solid #000000;
}
.border3{
  border-right:1px solid #000000;
}
