@charset "utf-8";
/* init */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
}
a img {
	border: none;
}
a:link {
	color: #2f9606;
}
a:visited {
	color: #2f9606;
}
a:hover {
}
ul.no-listStyle li {
	list-style: none;
}
/* レイアウト */
#mainImg {
	width: 900px;
	height: 912px;
	margin: 0 auto;
}
#contents_bg {
	background: url(../images/bg_art.png) no-repeat 50% 0;
	width: 100%;
}
#contents_wrapper {
	width: 900px;
	margin: 0 auto;
}
#contents_left, #contents_right {
	width: 435px;
}
#contents_left {
	float: left;
}
#contents_right {
	float: right;
}
.contents_1col, .contents_2col {
	background : #f6fdea;
	border: 1px solid #c1d2ba;
	position: relative;
}
.contents_1col {
	width: 858px;
	margin-bottom: 30px;
	padding: 20px;
}
.contents_2col {
	margin-bottom: 30px;
	width: 393px;
	padding: 20px;
}
#footer {
	clear: both;
	background-color: #72ba59;
	border-top: 1px solid #ededed;
	margin-top: 40px;
}
#footer_in {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
/* パーツ */
h1 {
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
#place {
	float: left;
	width: 436px;
}
.gaiyou {
	background: #FFF;
	width: 800px;
	float: left;
	margin-bottom: 5px;
	padding: 15px 20px;
	border: 3px #DDD solid;
}
.gaiyou h2 {
	margin-top: 3px;
}
.gaiyou dt {
	color: #85a943;
	font-size: 0.9em;
	width: 65px;
	float: left;
}
.gaiyou dt#ueno {
	font-size: 0.9em;
	width: 110px;
	float: left;
}
 @-moz-document url-prefix() {
 .gaiyou dt#ueno {
 color: #91a174;
 font-size: 0.9em;
 width: 100px;
 float: left;
}
}
.gaiyou dd {
	margin-left: 40px;
}
.gaiyou_txt {
	padding: 0 15px 15px 15px;
	float: right;
}
.gaiyou a {
	color: #5042d2;
}
.date {
	width: 400px;
	font-size: 1.3em;
	font-weight: bold;
}
.date span.normal {
	font-size: 0.8em !important;
	font-weight: normal !important;
}
.info {
	padding: 5px;
}
.info p {
	margin-bottom: 0.3em;
}
.info1 {
	width: 320px;
	float: left;
	padding: 5px 0;
}
.info2 {
	width: 480px;
	float: left;
}
.tukubaV {
	font-size: 0.5em;
	font-weight: normal;
	color: #666;
	display: block;
	position: absolute;
	top: 25px;
	left: 180px;
}
.table01 {
	border-collapse: collapse;
	width: 373px;
}
.table01 td, .table01 th {
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 5px 0;
	font-size: 0.9em;
}
.table01 th {
	background-color: #dad9d9;
	text-align: center;
	width: 25%;
}
.table01 td {
	background-color: #ffffff;
	padding: 5px 10px;
	text-align: left;
}
.table02 {
	border-collapse: collapse;
	width: 100%;
}
.table02 td, .table02 th {
	border: 1px solid #b2d65a;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th {
	font-weight: normal;
	background-color: #cee8b6;
}
.table02 td {
	background-color: #FFF;
}
.table02 td.fee {
	text-align: left;
	padding: 15px 0 15px 25px;
}
.box01 {
	width: 373px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
}
.box02 {
	width: 363px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.txt01 {
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 10px;
	margin-bottom: 13px;
	font-size: 0.9em;
	line-height: 1.3em;
}
.txt02 {
	padding-left: 15px;
}
.txt03 {
	background: #fbfdf1;
	border: 1px dotted #999999;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 1.5em;
}
.txt03 ol {
	margin: 0.5em 0 0.5em 2em;
}
.box_dl1 a, .box_dl2 a {
	display: block;
	width: 225px;
	height: 71px;
	padding: 71px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
	color: #333333;
	text-decoration: none;
}
.box_dl1 a {
	background-image: url(../images/btn_dl_off.png);
	background-repeat: no-repeat;
}
.box_dl1 a:hover {
	background-image: url(../images/btn_dl_on.png);
	background-repeat: no-repeat;
}
.logo1 {
	width: 148px;
	height: 43px;
	position: absolute;
	left: 190px;
	top: 54px;
}
.logo2 {
	width: 164px;
	height: 37px;
	position: absolute;
	top: 50px;
	left: 1px;
}
.logo3 {
	width: 155px;
	height: 34px;
	position: absolute;
	left: 373px;
	top: 60px;
}
.cr {
	width: 500px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 400px;
	top: 95px;
}
.totop {
	width: 93px;
	height: 31px;
	position: absolute;
	left: 807px;
	top: -26px;
}
/* padding margin */
.maT5B10 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.maT20 {
	margin-top: 20px;
}
.maT5 {
	margin-top: 5px;
}
.ma_top5 {
	margin-top: 5px;
}
.maB20 {
	margin-bottom: 20px;
}
.maB15 {
	margin-bottom: 15px;
}
.maB10 {
	margin-bottom: 10px;
}
.maB5 {
	margin-bottom: 5px;
}
.maB0 {
	margin-bottom: 0px;
}
.pa_btm10 {
	padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
	font-size: 0.9em;
	line-height: 1.3em;
}
span.smaller {
	font-size: 0.7em !important;
	font-weight: normal !important;
	line-height: 2em;
}
.note {
	color: #e83e03;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
/*その他 */

.year {
	background: #fcfcf4;
	font-size: 0.8em;
	margin-right: 5px;
	color: #868686;
	padding: 1px 1px 1px 2px;
	border: 1px #CCC solid;
}
.waku {
	background: #fff8d7;
	font-size: 0.9em;
	margin-right: 3px;
	padding: 2px 3px 0 3px;
	border: 1px #CCC solid;
}
.clear {
	clear: both;
}
strong.large {
	font-size: 1.2em;
}
/* map box */

/* map */
.map_box {
	border: 0;
	margin: 10px auto 10px;
	padding: 0;
	color: #FFF;
	line-height: 1.4em;
}
.map_box img {
	margin: 0;
	padding : 0;
	border: 0;
}
.map_box dl {
	width: 370px;
	background: #fff;
	border: 1px #999 dotted;
	padding: 10px;
	color: #333;
}
.map_box dt {
	font-weight: bold;
	color: #aba510;
	font-size: 14px;
}
.map_box dd {
	margin: 3px 0 5px 0;
	font-size: 11px;
	line-height: 1.4;
}
.map_box dd span.bold {
	font-weight: bold;
	font-size : 11px;
}
.map_box dd span.tour_bus {
	display: block;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
}
.map_box dd.jikoku_pdf {
	text-indent: 0;
}
