@charset "UTF-8";

#mainimgArea {
	width: 972px;
	height: 382px;
	padding-top: 24px;
	position: relative;
	overflow: hidden;
}

#mainimgArea .bg {
	width: 972px;
	height: 312px;
	background: url(../images/main_bg.jpg) no-repeat 0 0;
}

/*----▼スライド部分----*/
#mainimgArea ul li {
  display: block;
  float: left;
}
#mainimgArea #images { 
	padding: 8px 0 0 8px;
	overflow: hidden;
}
#mainimgArea #thumbs {
  height: 72px;
  overflow: hidden;
}
#mainimgArea #images {
  width: 956px;
  height: 296px;
}
#mainimgArea #thumbs img {
  width: 182px;
  height: 72px;
  margin: 6px 0 0;
  cursor: pointer;
}
#mainimgArea #thumbs img.selected {
  opacity: 0.5;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
}
#mainimgArea #prev {
  width: 31px;
  height: 72px;
  display: block;
  background: transparent url(../images/btn_next.jpg) no-repeat 0 0;
  position: absolute;
  left: 941px;
  bottom: 0;
}
#mainimgArea #next {
  width: 31px;
  height: 72px;
  display: block;
  background: transparent url(../images/btn_prev.jpg) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*----スライド部分▲----*/

#index .box01 {
	width: 652px;
	height: 252px;
	padding: 30px;
	background: url(../images/box01_bg.jpg) no-repeat 0 0;
	position: relative;
}

#index .box01 .txt {
	padding-top: 10px;
	font-size: 92.4%;
	line-height: 2;
}

#index .box01 .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 234px;
	height: 54px;
}

#index .box02 {
	margin-top: 17px;
	background: url(../common/images/content_bg_m.png) repeat-y 0 50px;
}

#index .box02 .boxFooter {
	background: url(../common/images/content_bg_b.png) no-repeat bottom;
	padding: 0 26px 26px;
}

#index .box02 article {
	height: 180px;
	width: 660px;
	overflow: auto;
}

#index .box02 dl {
	width: 640px;
	font-size: 92.4%;
}

#index .box02 dt {
	width: 100px;
	float: left;
	clear: left;
	padding-top: 10px;
	font-weight: bold;
	color: #000;
}

#index .box02 dd {
	width: 540px;
	padding: 10px 0 10px 100px;
	border-bottom: 1px dotted #9F9F9F;
}


