@charset "shift_jis";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
#txt01 {
	margin-bottom: 15px;
	text-align: right;
	font-size: 12px;
}
div#mainBase {
	margin: 0 auto;
	padding: 27px;
	background-color: #FDFDFD;
	border: 3px #F0F0F0 solid;
	overflow: hidden;
}
.hrArea {
	height:15px;
	background:url(../img/bg_hr.png) repeat-x;
	clear:both;
	line-height:1;
	width:100%;
	text-align:right;
	margin-top:30px;
	margin-bottom: 12px;
}
.hrArea a {
	padding-right:10px;
}
.hrArea img {
	*vertical-align:top;
}
#menuList {
	margin-bottom: 30px;
	border-bottom: 1px #000 solid;
	overflow: hidden;
}
#menuList ul li {
	margin: 0 17px 13px 0;
	padding-left: 11px;
	display: block;
	background: url(../img/arrow.png) no-repeat left center;
	float: left;
}
#menuList ul li a {
	color: #462B1F;
	text-decoration: none;
}
#menuList ul li a:hover {
	color: #AC9424;
}
.entryBase {
	overflow: hidden;
}
.picArea {
	width: 526px;
	height: 526px;
	text-align: center;
	line-height: 526px;
	border: 2px solid #000;
	float: left;
}
.dataArea {
	width: 335px;
	float: right;
}
.dataArea h3 {
	padding: 24px 0;
	margin-bottom: 32px;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.picList {
	width: 335px;
	margin-bottom: 18px;
	overflow: hidden;
}
.picList ul {
	width: 340px;
	margin: 0 -5px 0 0;
	overflow: hidden;
	_zoom: 1;
}
.picList ul li {
	width: 80px;
	height: 80px;
	margin: 0 5px 5px 0;
	background: #F0F0F0;
	display: block;
	float: left;
}
.picList ul li a img {
	width: 78px;
	height: 78px;
	border: 1px solid #D6D6D6;
}
.picList ul li a:hover img,
.picList ul li.onimg a:hover img {
  border: 1px solid #cc0000;
}


















