@charset "utf-8";


@import "base.css";
@import "layout.css";
@import "gmenu.css";

/* トップイメージ
------------------------------------------------------------ */
h2#top_img{
	clear:both;
  display:block;
	width:900px;
	height:0;
	padding-top:208px;
	overflow: hidden;
  background:url(../img/equipment/top_img.jpg) left top no-repeat;
}

/* 施設紹介　タイトル
------------------------------------------------------------ */
h3{
	clear:both;
  display:block;
	width:640px;
	height:0;
	padding-top:227px;
	overflow: hidden;
}
h3.e1{
  background:url(../img/equipment/equipment_title1.jpg) left top no-repeat;
}
h3.e2{
  background:url(../img/equipment/equipment_title2.jpg) left top no-repeat;
}

/* 施設紹介　タイトル下メッセージ
------------------------------------------------------------ */
p#topMessage{
	padding:10px 5px 20px 5px;
	line-height:1.3;
}


/* 施設紹介　各施設
------------------------------------------------------------ */
dl#equipmentList{
	padding-top:10px;
}
dl#equipmentList dt{
	clear:both;
  display:block;
	width:640px;
	height:0;
	padding-top:45px;
	overflow: hidden;
}
dt.e1-1{
  background:url(../img/equipment/e1_em1_bar.jpg) left top no-repeat;
}
dt.e1-2{
  background:url(../img/equipment/e1_em2_bar.jpg) left top no-repeat;
}
dt.e1-3{
  background:url(../img/equipment/e1_em3_bar.jpg) left top no-repeat;
}
dt.e1-4{
  background:url(../img/equipment/e1_em4_bar.jpg) left top no-repeat;
}
dt.e1-5{
  background:url(../img/equipment/e1_em5_bar.jpg) left top no-repeat;
}
dt.e2-1{
  background:url(../img/equipment/e2_em1_bar.jpg) left top no-repeat;
}
dt.e2-2{
  background:url(../img/equipment/e2_em2_bar.jpg) left top no-repeat;
}
dt.e2-3{
  background:url(../img/equipment/e2_em3_bar.jpg) left top no-repeat;
}
dt.e2-4{
  background:url(../img/equipment/e2_em4_bar.jpg) left top no-repeat;
}

dl#equipmentList dd{
	padding:10px 10px 30px 10px;
}
dl#equipmentList dd p{
	width:305px;
	padding-right:15px;
	float:left;
	line-height:1.3;
}