
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat-y center top;
	color: black;
	font-family: 'CI',Meiryo,sans-serif;
	font-size: 80%;
	min-width: 1000px;
	position: relative;
}

.sp {
	display: none;
}

#title,
h1#title {
	border-bottom: 3px solid #ffc85d;
}

div.ltitle {
	border-bottom: 1px dotted #ffa800;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

body#entry div.body h2,
h2.img {
	border-bottom: 3px double #49d33f;
	clear: both;
	color: #129500;
	font-size: 150%;
	line-height: 1.2em;
	padding-bottom: 5px;
}

body#entry div.body h2 {
	font-size: 120%;
}

h3.img {
	background: url(images/h3_img.png),
	linear-gradient(#67cd4c, #3fb727);
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: white;
	font-size: 115%;
	margin: 5px 0px;
	-moz-border-radius: 3px;
	padding: 5px 10px 5px 35px;
	-webkit-border-radius: 3px;
}

p {
	line-height: 1.8em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #159c00;
	overflow: hidden;
}

a:hover {
	color: #5dea4a;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover img {
	border-color: #a48166;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

body#entry div.body i a,
a.link-btn {
	background: url(images/link_btn.gif) no-repeat 0px 4px;
	font-style: normal;
	padding: 2px 5px 2px 20px;
	text-decoration: underline;
}

body#entry div.body i a:hover,
a.link-btn:hover {
	background-position: 2px -96px;
}

span.large a.link-btn {
	background-position: 0px 6px;
}

span.large a.link-btn:hover {
	background-position: 0px -94px;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.gif) no-repeat 2px 4px;
	padding: 2px 5px 2px 21px;
	text-decoration: underline;
}

a.link-btn-prev:hover {
	background-position: 0px -96px;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0px;
}

img.img {
	border: 1px solid #cacaca;
}

ul.list {
	line-height: 1.5em;
}

body#entry div.body ul {
	line-height: 1.5em;
	margin: 10px 0px;
}

body#entry div.body ul li,
ul.list li {
	background: url(images/ul_list_li-trans.png) no-repeat 5px 2px;
	margin: 3px 0px;
	padding-left: 24px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.side-pricetime u,
div.line {
	background: url(images/line.gif) repeat-x 0px 10px;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.indent {
	padding-left: 30px;
}

table.list-table th {
	background-color: #f29d00;
	border-bottom: 1px dotted white;
	color: white;
	font-weight: bold;
	padding: 10px 20px 10px 30px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px dotted #ffa800;
	padding: 10px 0px 10px 15px;
}

table.list-table td table th {
	background-color: transparent;
	border: 1px solid #ffeac0;
	color: #090909;
	font-weight: normal;
	padding: 5px;
	white-space: nowrap;
}

table.list-table td table td {
	border: 1px solid #ffeac0;
	padding: 5px;
}

table.list-table tr.bg th,
table.list-table td table tr.bg th,
table.list-table tr.bg td,
table.list-table td table tr.bg td {
	background-color: #f7f7f7;
}

table.list-table tr.header th,
table.list-table tr.header td {
	background-color: #129500;
	color: white;
	padding: 3px;
	text-align: center;
}

table.list-table tr.header td {
	border-left: 1px solid white;
}

table.form-table {
	background-color: #fffceb;
	border-top: 1px dotted #49d33f;
}

table.form-table th {
	background-color: #37be2c;
	border-bottom: 1px dotted #49d33f;
	color: white;
	font-weight: bold;
	padding: 10px 20px 10px 30px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 20%;
}

table.form-table td {
	border-bottom: 1px dotted #49d33f;
	padding: 15px;
	vertical-align: top;
}

table.form-table td table th {
	background-color: #fffceb;
	border: none;
	color: black;
	font-weight: normal;
	padding: 2px 10px 2px 0px;
	text-align: right;
	white-space: nowrap;
	width: 10%;
}

table.form-table td table td {
	background-color: #fffceb;
	background-image: none;
	border: none;
	padding: 2px;
}

table.form-table td.e {
	padding: 10px 0px 10px 10px;
	vertical-align: middle;
}

table.form-table td input.size10 {
	width: 60px;
}

table.form-table td input.size18 {
	width: 100px;
}

table.form-table td input.size40 {
	width: 210px;
}

table.form-table td textarea.size40 {
	width: 295px;
}

table.form-table td textarea.size50 {
	width: 360px;
}

table.form-table td span.form-img img {
	margin: 3px 0px 0px 2px;
	vertical-align: top;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

input,
textarea,
select {
	background-color: white;
	border: 3px solid #49d33f;
	margin-right: 5px;
	padding: 3px;
}

textarea {
	height: auto;
	width: 420px;
}

input.radio,
input.checkbox {
	background-color: #fffceb;
	border: none;
	padding: 0px;
}

input.submit {
	background: url(images/input_submit_bg.gif) no-repeat left top;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	height: 71px;
	line-height: 1em;
	margin-right: 20px;
	text-align: center;
	width: 400px;
}

input.submit:hover {
	background-position: 0px -81px;
}

div.btn {
	padding: 20px 0px 0px 150px;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 12px;
	padding-top: 12px;
}

body#form table.form-table td {
	padding-left: 20px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 2px;
	padding-top: 2px;
}

body#form #pagenav ul li#pagetop {
	display: none;
}

/***********************************************************************/
p.blognav {
	border-bottom: 1px dotted #ffa800;
	border-top: 1px dotted #ffa800;
	padding: 10px;
	text-align: center;
}

p.blogdivision {
	font-weight: bold;
	text-align: center;
}

p.blogdivision a {
	font-weight: normal;
	padding: 1px 3px;
}

p.blogdivision span a {
	margin: 0px 15px;
}

p.blogdivision span.next a {
	font-size: 120%;
	font-weight: bold;
}

p.blogdivision span.prev a {
	background: url(images/link_btn_prev.gif) no-repeat 2px 4px;
	padding: 2px 5px 2px 21px;
	text-decoration: underline;
}

p.blogdivision span.before a:hover {
	background-position: 0px -96px;
}

p.blogdivision span.next a {
	background: url(images/link_btn.gif) no-repeat 0px 4px;
	padding: 2px 5px 2px 20px;
	text-decoration: underline;
}

p.blogdivision span.next a:hover {
	background-position: 2px -96px;
}

/***********************************************************************/
#container-base {
	height: auto !important;
	height: 100%;
	margin-bottom: -244px;
	min-height: 100%;
}

#header-bg {
	background: white url(images/header_bg.gif) repeat-x;
}

#header {
	background: white url(images/header_bg.gif) repeat-x;
	height: 160px;
	margin: 0px auto;
	position: relative;
	width: 958px;
}

#header a#header-logo {
	left: 0px;
	position: absolute;
	top: 78px;
}

#header #header-text {
	color: #de0029;
	font-size: 11px;
	font-weight: normal;
	left: 350px;
	line-height: 1.3em;
	position: absolute;
	top: 90px;
	width: 425px;
}

#header #header-text a {
	color: #de0029;
	text-decoration: none;
}

#header #header-text a:hover {
	text-decoration: underline;
}

#header #header-text a#header-english {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
}

#header ul#headernav {
	height: 84px;
	position: absolute;
	right: 4px;
	top: 66px;
	width: 258px;
}

#header ul#headernav li {
	float: left;
	padding: 0px 0px 4px 4px;
}

#header ul#headernav a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 38px;
	text-decoration: none;
	text-indent: -2000em;
}

#header ul#headernav a.gallery {
	background: url(images/headernav_gallery.gif) no-repeat;
	width: 135px;
}

#header ul#headernav a.group {
	background: url(images/headernav_group.gif) no-repeat;
	width: 115px;
}

#header ul#headernav a.contact {
	background: url(images/headernav_contact.gif) no-repeat;
	width: 254px;
}

#header ul#headernav a:hover {
	background-position: 0px -48px;
}

#globalnav {
	margin: 0px auto;
	width: 958px;
}

#globalnav ul li {
	float: left;
	height: 56px;
}

#globalnav ul li a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 56px;
	text-decoration: none;
	text-indent: -2000em;
	width: 160px;
}

#globalnav ul li a.home {
	background-image: url(images/globalnav_home.gif);
	width: 158px;
}

#globalnav ul li a.enjoy {
	background-image: url(images/globalnav_enjoy.gif);
}

#globalnav ul li a.event {
	background-image: url(images/globalnav_event.gif);
}

#globalnav ul li a.guide {
	background-image: url(images/globalnav_guide.gif);
}

#globalnav ul li a.info {
	background-image: url(images/globalnav_info.gif);
}

#globalnav ul li a.access {
	background-image: url(images/globalnav_access.gif);
}

#globalnav ul li a:hover {
	background-position: 0px -66px;
}

#globalnav ul li.active a,
#globalnav ul li.active a:hover {
	background-position: 0px -132px;
}

#container-bg {
	background: url(images/container_bg.gif) repeat-x center top;
}

#container-bg-header {
	background: url(images/container_bg_header-trans.png) repeat-x center top;
}

#container {
	margin: 0px auto;
	width: 950px;
	z-index: 2;
}

#main {
	float: left;
	padding: 50px 0px 20px 0px;
	width: 676px;
}

#side {
	float: right;
	padding: 60px 0px 20px 0px;
	width: 254px;
}

div.side-pricetime {
	background: url(images/side_pricetime_bg_footer-trans.png) no-repeat left bottom;
	padding-bottom: 12px;
	width: 254px;
}

div.side-pricetime-bg {
	background: url(images/side_pricetime_bg.gif) repeat-y;
	padding: 5px 9px 0px 9px;
}

div.side-pricetime-text {
	padding: 0px 3px;
	width: 230px;
}

div.side-pricetime div.date {
	background-color: #fff1d5;
}

div.side-pricetime div.date p.date {
	background-color: #18ca00;
	color: white;
	height: 32px;
	line-height: 30px;
	margin: 0px;
	padding-top: 3px;
	text-align: center;
}

div.side-pricetime div.date p.date span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-right: 2px;
}

div.side-pricetime div.date div.comment {
	padding: 5px;
}

div.side-pricetime div.date div.comment p {
	line-height: 1.5em;
	margin: 0px;
	text-align: center;
}

div.side-pricetime div.date div.comment div.flourimage {
	background: white url(images/side_pricetime_flourimage_bg.gif) no-repeat left top;
	margin-top: 3px;
	padding: 5px 10px;
	text-align: center;
}

div.side-pricetime div.date div.comment p.flourcomment {
	background: white url(images/side_pricetime_flourcomment_bg.gif) no-repeat left bottom;
	line-height: 1.2em;
	padding-bottom: 5px;
	text-align: center;
}

div.side-pricetime h4.price {
	padding: 15px 0px 7px 0px;
}

div.side-pricetime table.price th {
	padding-right: 5px;
	vertical-align: top;
	width: 21px;
}

div.side-pricetime table.price th.n {
	padding-left: 5px;
}

div.side-pricetime table.price td {
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}

div.side-pricetime table.price td.c {
	line-height: 1.1em;
	vertical-align: middle;
	white-space: nowrap;
}

div.side-pricetime table.price td.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px 2px 2px 0px;
	text-align: right;
}

div.side-pricetime table.price td.space {
	height: 10px;
}

 
div.side-pricetime table.price td.setcomment {
	text-align: left;
}

div.side-pricetime table.price td.setcomment  ul.notelist {
	line-height: 1.2em;
	list-style-type: none;
	margin: 5px 0px 0px 1em;
}

div.side-pricetime table.price td.setcomment  ul.notelist li {
	line-height: 1.2em;
	padding: 1px 0px;
	text-indent: -1em;
}

div.side-pricetime table.price td.setcomment  ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.side-pricetime h4.time {
	padding-top: 20px;
}

div.side-pricetime p.time {
	margin: 0px;
	padding: 3px 10px 20px 10px;
}

div.side-pricetime ul.btn li a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-indent: -2000em;
	width: 238px;
}

div.side-pricetime ul.btn li a.info {
	background: url(images/side_pricetime_btn_info.gif) no-repeat;
	height: 60px;
}

div.side-pricetime ul.btn li a.info:hover {
	background-position: 0px -70px;
}

div.side-pricetime ul.btn li a.weather {
	background: url(images/side_pricetime_btn_weather.gif) no-repeat;
	height: 46px;
}

div.side-pricetime ul.btn li a.weather:hover {
	background-position: 0px -56px;
}

#side div.sidecontents {
	background: url(images/sidecontents_bg_footer-trans.png) no-repeat left bottom;
	padding-bottom: 8px;
	width: 254px;
}

#side div.sidecontents p {
	line-height: 1.5em;
	margin: 0px;
	padding: 10px 0px;
}

#side div.sidecontents p.mn {
	padding: 5px 0px;
}

#side div.sidecontents-bg {
	background: url(images/sidecontents_bg.gif) repeat-y left top;
	padding: 0px 15px;
	width: 224px;
}

#side #side-enjoy div.sidecontents-bg {
	padding: 0px 8px;
	width: 238px;
}

#side #side-enjoy ul {
	border-top: 1px dotted #eace96;
}

#side #side-enjoy ul li {
	border-bottom: 1px dotted #eace96;
	clear: both;
	padding: 2px 0px;
}

#side #side-enjoy ul li a {
	background: #f1f1f1 url(images/side_enjoy_li.gif) no-repeat;
	border-bottom: 1px dotted #eace96;
	cursor: pointer;
	display: block;
	min-height: 50px;
	padding: 5px 30px 2px 70px;
	position: relative;
	text-decoration: none;
	width: 138px;
}

#side #side-enjoy ul li a:hover {
	background-color: #f7e8b0;
	background-position: -248px 0px;
	color: #bb9516;
	text-decoration: underline;
}

#side #side-enjoy ul li a span.img {
	left: 10px;
	position: absolute;
	top: 22px;
}

#side #side-enjoy ul li a span.date {
	display: block;
	font-size: 75%;
}

#side div.side-enjoy ul li a strong {
	display: block;
	font-size: 120%;
}

#side #side-enjoy ul li a span.detail {
	font-size: 75%;
}

#side #side-event {
	padding-top: 10px;
}

#side #side-event ul {
	border-top: 1px dotted #eace96;
}

#side #side-event ul li {
	border-bottom: 1px dotted #eace96;
	clear: both;
	padding: 2px 0px;
}

#side #side-event ul li a {
	display: block;
}

#side #side-line-qr {
	float: left;
	padding-top: 10px;
	width: 66px;
}

#side #side-line-text {
	float: right;
	width: 145px;
}

#side #side-line-text p {
	font-size: 85%;
	line-height: 1.5em;
}

#side p#side-flourcalendar-text {
	padding: 10px 5px;
}

#side #side-banner {
	margin: 0px auto;
	width: 248px;
}

#side #side-banner h3 {
	padding-bottom: 10px;
}

#side #side-banner ul {
	margin: 0px auto;
	width: 192px;
}

#side #side-banner ul li {
	float: left;
	height: 52px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 192px;
}

#side #side-banner ul li:hover {
	text-decoration: underline;
}

#side #side-banner ul li img {
	border: 1px solid #eaeaea;
}

#side #side-banner ul li:hover img {
	border-color: #ffb833;
}

#side div.localnav-bg {
	background: url(images/localnav_bg_footer-trans.png) no-repeat left bottom;
	padding-bottom: 10px;
	width: 254px;
}

#side div.localnavbg {
	background: url(images/localnav_bg_header-trans.png) repeat-y left top;
	padding-top: 10px;
	width: 254px;
}

#side div.localnav {
	background: url(images/localnav_bg.gif) repeat-y left top;
	padding: 5px 15px 10px 15px;
	width: 224px;
}

#side div.localnav ul {
	padding-top: 1px;
	width: 224px;
}

#side div.localnav ul li {
	border-bottom: 1px dotted #fff5d2;
	float: left;
	line-height: 1.5em;
	width: 224px;
}

#side div.localnav ul li a {
	background: #fff5d2 url(images/localnav_li.gif) no-repeat 16px 10px;
	display: block;
	text-decoration: none;
	width: 224px;
}

#side div.localnav ul li a:hover {
	background-color: #fffce7;
	background-position: 18px -90px;
	color: #129500;
	text-decoration: underline;
}

#side div.localnav ul li a em {
	background: url(images/localnav_li-trans.png) repeat-x left bottom;
	display: block;
	font-style: normal;
	padding: 10px 4px 10px 40px;
	width: 180px;
}

#side div.backnumber {
	text-align: center;
}

#space {
	clear: both;
	height: 244px;
}

#footer-bg-shadow {
	background: url(images/footer_bg-trans.png) repeat-x left top;
	clear: both;
	padding-top: 4px;
}

#footer-bg {
	background: url(images/footer_bg.gif) repeat-x left top;
	clear: both;
	height: 240px;
}

#footer {
	clear: both;
	height: 226px;
	margin: 0px auto;
	padding-top: 20px;
	position: relative;
	width: 950px;
}

#footer #footernav ul {
	clear: both;
	padding: 5px 0px;
}

#footer #footernav ul li {
	float: left;
	white-space: nowrap;
}

#footer #footernav ul li a {
	border-left: 1px solid #b4c595;
	color: white;
	display: block;
	line-height: 1em;
	padding: 2px 15px;
	text-decoration: none;
}

#footer #footernav ul li.last a {
	border-right: 1px solid #b4c595;
}

#footer #footernav ul li a:hover {
	text-decoration: underline;
}

#footer p#footer-text {
	font-size: 85%;
	left: 0px;
	margin: 0px;
	position: absolute;
	top: 88px;
	width: 950px;
}

#footer a#footer-logo {
	border-right: 1px solid #ebd58d;
	display: block;
	height: 54px;
	left: 0px;
	position: absolute;
	top: 120px;
	width: 300px;
}

#footer #footer-address {
	line-height: 1.5em;
	padding: 70px 0px 0px 320px;
}

#footer #footer-address h3 {
	font-size: 100%;
	line-height: 1.5em;
}

#footer #footer-address address {
	font-style: normal;
}

p#footer-copy {
	background: url(images/footer_copy_bg.gif) repeat-x center top;
	bottom: 0px;
	color: white;
	font-size: 85%;
	height: 25px;
	margin: 0px;
	padding-top: 10px;
	position: absolute;
	position: absolute;
	text-align: center;
	width: 100%;
}

#pagetop {
	bottom: 35px;
	height: 69px;
	position: absolute;
	right: 0px;
	width: 153px;
}

#pagetop a {
	background: url(images/pagetop.gif) no-repeat;
	display: block;
	font-size: 10px;
	height: 69px;
	text-decoration: none;
	text-indent: -2000em;
	width: 153px;
}

#pagetop a:hover {
	background-position: 0px -79px;
}

