@charset "utf-8";
@import url("reset.css");
@import url("base.css");
#contents_main h2 {
	margin-top: 15px;
}
#contents_main p {
	font-size: 14px;
}

#service {
	width: 575px;
	margin: 10px 0px 0px 0px;
}
#service_main {
	float: left;
	width: 330px;
	font-size: 14px;
	padding: 0px 12px 0px 0px;
}
#service_main  dt {
	background-image: url(../img/base/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 315px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;	
}
#service_main dd {
	width: 330px;
	margin: 0px 0px 20px;
}
#service_photo dt {
	width: 233px;
}
#service_photo dd {
	text-align: right;
	width: 233px;
	margin: -5px 0px 20px;
}


#service_photo {
	float: right;
	width: 233px;
}
#active {
	width: 575px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
.photo2  {
	width: 575px;
	margin: 15px 0px 0px 0px;
}
.photo2_left {
	float: left;
	width: 270px;
	text-align: right;
}
.photo2_right {
	text-align: right;
	float: right;
	width: 270px;
}
.photo3 {
	width: 575px;
	margin: 15px 0px 0px 0px;
}
.photo3_left {
	float: left;
	width: 150px;
	margin: 0px 62px 0px 0px;
	text-align: right;
}
.photo3_right {
	float: left;
	width: 151px;
	text-align: right;
}



#info {
	width: 575px;
	margin: 15px 0px 40px 0px;
}
#address {
	width: 575px;
	margin: 10px 0px 0px 0px;
}
#address_left {
	float: left;
	width: 343px;
	line-height: 18px;
	font-size: 14px;
}
#address_left dt {
	float: left;
	width: 85px;
	background-image: url(../img/base/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
}
#address_left dd {
	float: right;
	width: 243px;
}
.under36px {
	margin: 0px 0px 36px 0px;
}
.under18px {
	margin: 0px 0px 18px 0px;
}

#address_right {
	float: right;
	width: 232px;
}
#contact {
	width: 380px;
	margin: 20px 0px 30px 0px;
	padding: 0px 98px 0px 97px;
}
#address_right dd {
	background-image: url(../img/base/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 0px 15px;
}
#training {
	width: 575px;
	margin: 0px 0px 30px 0px;
}

/*お問い合わせロールオーバー*/
a#contact02 {
	display: block;
	width: 380px;  /*画像の横幅*/
	height: 48px;  /*画像の縦幅*/
	background: transparent url("../img/asagaya/botan02.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#contact02:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -48px;  /*背景をずらす*/
}
