@charset "Shift_JIS";

/* 共通項
------------------------------------------------------------ */
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ul, li, div, caption, table, th, td {
	margin: 0;
	padding: 0;
}

/* ページの基本構造
------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	line-height: 100%;
	text-align: center;
	color: #333333;
	font-size: small;
}

/* ヘッダ
------------------------------------------------------------ */
#header {
	width: 750px;
	margin: 10px auto 0 auto;
}

h1 {
	float: left;
	width: 400px;
}

#header-right {
	float: right;
	width: 106px;
}

.btn-contact {
	margin: 5px 0 20px 0;
	font-size: 1px;
}

.btn-contact a {
	width: 106px;
	height: 24px;
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
}

.btn-contact a:hover {
	width: 106px;
	height: 24px;
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left -24px;
	text-indent: -9999em;
	display: block;
}

.header-name {
	margin: 0;
}

/* メイン
------------------------------------------------------------ */
#page {
	clear: both;
	width: 750px;
	margin: 0 auto;
}

/* コンテンツ
------------------------------------------------------------ */
#content {
	float: right;
	width: 560px;
	padding-bottom: 20px;
	text-align: left;
	height: 1%;
}

.contact-name {
	width: 175px;
}

.contact-address {
	font-size: 0.85em;
	line-height: 140%;
	text-align: left;
	padding-left: 15px;
}

h2 {
	font-size: 1px;
	padding: 23px 0 0 0;
	margin: 0 0 0 25px;
}

.totop {
	clear: both;
	padding: 30px 0 0 0;
	text-align: right;
	font-size: 1em;
	line-height: 100%;
}

.totop img {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.totop a {
	color: #333333;
	text-decoration: none;
}

.totop a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* ナビ
------------------------------------------------------------ */
#navi {
	float: left;
	width: 170px;
	text-align: left;
}

#navi-btn {
	background-image: url(../images/navi_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 6px 0;
	text-align: center;
}

#navi-btn ul {
	background-image: url(../images/navi_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0 0 0;
	background-color: #CCE680;
}

#navi-btn li {
	border-bottom: 1px solid #CCE680;
	font-size: 1px;
	list-style-type: none;
}

li.home a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_home.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.home a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_home.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.news a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_news.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.news a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_news.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.calendar a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_calendar.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.calendar a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_calendar.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.spot a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_spot.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.spot a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_spot.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.burari a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_burari.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.burari a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_burari.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.tokusan a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_tokusan.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.tokusan a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_tokusan.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.furai a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_furai.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.furai a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_furai.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.map a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_map.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.map a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_map.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.volunteer a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_volunteer.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.volunteer a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_volunteer.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.film a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_film.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.film a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_film.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.goods a {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_goods.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

li.goods a:hover {
	width: 156px;
	height: 33px;
	background-image: url(../images/navi_goods.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	text-indent: -9999em;
	display: block;
	margin: 0 auto;
}

.gyodacity {
	margin: 20px 0;
	font-size: 1px;
}

.gyodacity a {
	width: 170px;
	height: 28px;
	background-image: url(../images/navi_gyodacity.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
}

.gyodacity a:hover {
	width: 170px;
	height: 28px;
	background-image: url(../images/navi_gyodacity.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
	text-indent: -9999em;
	display: block;
}


/* フッタ
------------------------------------------------------------ */
#footer {
	width: 100%;		/* IE5.5-6.0対策 */
	clear: both;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	padding: 10px 0 30px 0;
}

address {
	font-size: 0.9em;
	font-style: normal;
	text-transform: capitalize;
}

/* ニュース
------------------------------------------------------------ */
#news {
	width: 170px;
	background-image: url(../images/news_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 7px 0;
	margin: 0 0 20px 0;
}

#news ul {
	background-image: url(../images/news_middle.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#news h3 {
	width: 170px;
	height: 30px;
	font-size: 1px;
	background-image: url(../images/news_top.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
}

#news li.news {
	padding: 0.4em 10px 0.6em 22px;
	margin: 0 4px;
	list-style-type: none;
	font-size: 0.85em;
	line-height: 140%;
	text-indent: -13px;
}

#news li.news-second {
	padding: 0.8em 10px 0.4em 22px;
	margin: 0 4px;
	background-image: url(../images/news_dotline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-size: 0.85em;
	line-height: 140%;
	text-indent: -13px;
}

#news li img {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

#news a {
	color: #333333;
	text-decoration: none;
}

#news a:hover {
	color: #FF6600;
	text-decoration: none;
}