@charset "UTF-8";

/* Commons
------------------------------------------------------------------- */
body {
	border:1px solid #dfdcd6;
	background:url(../images/bg.gif) repeat;
	padding:4px;
	font:normal 78%/183% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#555;
}
table {
	font-size:inherit;
	font:100%;
}
a, a:visited {
	text-decoration:underline;
	color:#690;
	outline:none;
}
a:hover {
	color:#690;
	text-decoration:none;
}
a.pdf {
	background:url(../images/icon_pdf.png) right center no-repeat;
	padding:0 12px 0 0;
}
.nw {
	margin:0 0 0 3px;
}
strong {
	font-weight:bold;
}
.alL {
	text-align:left;
}
.alC {
	text-align:center;
}
.alR {
	text-align:right;
}
.flL {
	float:left;
}
.flR {
	float:right;
}
.clear {
	clear:both;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

#wrapper {
	background:#fff;
	margin:auto;
	padding:15px 20px 20px;
	width:570px;
	position:relative;
}
h1 {
	background:url(/parks/kitamoto/images/line.gif) 0 100% repeat-x;
	margin:0 0 25px;
	padding:0 0 15px;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	color:#3a2d19;
}
.mainImg {
	border:1px solid #ececec;
	margin:0 auto 20px;
	width:458px;
	height:328px;
}
.txt {
	margin:0 0 10px;
}
.tbl {
	margin-bottom:16px;
}
.tbl th,
.tbl td {
	border:1px solid #dad0cd;
	padding:3px 7px;
	line-height:14px;
}
.tbl th {
	background:#f6f3e2;
}
.subImg {
	margin:0 0 0 -12px;
	height:130px;
}
.subImg li {
	border:1px solid #ececec;
	margin:0 0 0 12px;
	width:180px;
	height:128px;
	float:left;
}
.btnClose {
	position:absolute;
	top:10px;
	right:10px;
}
.btnClose a:hover img {
	opacity:0.70;
	filter: alpha(opacity=70);
}
