/*___________________________RESET___________________________*/

* {margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6,strong {
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
ul, ol {
	list-style:none;
}
img, table {
	border:none;
}
table { border-collapse: collapse; border-spacing: 0; }



/*___________________________COMMON___________________________*/

body {
	color: #301608;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 87.5%;
}
p {
	line-height:1.8;
}
img {
	vertical-align: bottom;
}
a {
	color: #330099;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
em {
	color: #006699;
	font-style: normal;
}
.note {
	color: #0099B4;
}
.red {
	color:#FF0000;
}
noscript {
	font-size: 112.5%;
	color: #FF0000;
}
.clear {
	clear: both;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.link_external {
	background: url(../images/link_external.png) no-repeat right center;
	padding-right: 12px;
	margin-right: 3px;
}

.size80 {
	font-size: 80%;
}
.size90 {
	font-size: 90%;
}
.indent1 { padding-left:1em; text-indent: -1em}
.indent2 { padding-left:2em; text-indent: -2em}
.indent3 { padding-left:3em; text-indent: -3em}
.indent4 { padding-left:4em; text-indent: -4em}
.indent5 { padding-left:5em; text-indent: -5em}
.indent6 { padding-left:6em; text-indent: -6em}
.indent7 { padding-left:7em; text-indent: -7em}

.min_height100 {
min-height:100px;
height: auto !important;
height: 100px;
}

.min_height104 {
min-height:104px;
height: auto !important;
height: 104px;
}
.accordion_head {
	color: #0000CC;
	text-decoration: underline;
	cursor: pointer;
}


/*___________________________LAYOUT___________________________*/

#header, #main, #bread_crumb {
	width: 980px;
	margin: 0px auto;
}
#header {
}

/*___________________________HEADER___________________________*/

#topbar {
	font-size: 80%;
	color: #FFFFFF;
	background: #333333;
	overflow: hidden;
	width: 100%; /*for ie6*/
}
#topbar .item1 {
	float: left;
	margin-left: 10px;
}
#topbar .item2 {
	float: right;
	margin-right: 10px;
}
#logo {
	width: 440px;
	height: 55px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
#logo a {
	display: block;
	width: 100%;
	height: 0px !important;
	height/**/:55px;
	padding-top: 55px;
	background: url(../images/logo.gif);
}
#helpnav {
	float: right;
	margin-top: -80px;
	font-size: 80%;
}
#helpnav li {
	display: inline;
	margin-right: 10px;
}
#helpnav li a {
	background: url(../images/list-green.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	color: #0099B9;
}
#helpnav li a:hover {
	background-image: url(../images/list-grey.gif);
	color: #999999;
	text-decoration: underline;
}
#bread_crumb {
	font-size: 75%;
	padding-top: 15px;
}

/*___________________________NAVIGATION___________________________*/

#globalnav {
	height: 24px;
	clear: right;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#globalnav li {
	float: left;
	width: 140px;
	height: 24px;
	overflow: hidden;
}
#globalnav li a {
	display: block;
	width: 140px;
	height: 24px !important;
	height/**/:24px;
	padding-top: 24px;
	background: url(../images/nav-global.gif);
}

/*BUTTON*/
#globalnav .item1 a {background-position:    0px 0px;}
#globalnav .item2 a {background-position: -140px 0px;}
#globalnav .item3 a {background-position: -280px 0px;}
#globalnav .item4 a {background-position: -420px 0px;}
#globalnav .item5 a {background-position: -560px 0px;}
#globalnav .item6 a {background-position: -700px 0px;}
#globalnav .item7 a {background-position: -840px 0px;}

/*OVER STATES*/
#globalnav .item1 a:hover {background-position:    0px -25px;}
#globalnav .item2 a:hover {background-position: -140px -25px;}
#globalnav .item3 a:hover {background-position: -280px -25px;}
#globalnav .item4 a:hover {background-position: -420px -25px;}
#globalnav .item5 a:hover {background-position: -560px -25px;}
#globalnav .item6 a:hover {background-position: -700px -25px;}
#globalnav .item7 a:hover {background-position: -840px -25px;}

/*ON STATES*/
#globalnav .item1 a.on {background-position:    0px -50px;}
#globalnav .item2 a.on {background-position: -140px -50px;}
#globalnav .item3 a.on {background-position: -280px -50px;}
#globalnav .item4 a.on {background-position: -420px -50px;}
#globalnav .item5 a.on {background-position: -560px -50px;}
#globalnav .item6 a.on {background-position: -700px -50px;}
#globalnav .item7 a.on {background-position: -840px -50px;}


/*___________________________FOOTER___________________________*/

#footer {
	text-align: center;
	padding-bottom: 20px;
	clear: both;
	font-size: 80%;
	background: #000000;
	padding-top: 15px;
	color: #FFFFFF;
}
#footnav {
	margin-bottom: 20px;
}
#footnav li {
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	padding-left: 9px;
}
#footnav li.last {
	border-right-style: none;
}
#footnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#footnav a:hover {
	text-decoration: underline;
}

/*___________________________MAIN___________________________*/

#side1 {
	float: right;
	width: 750px;
	padding-bottom: 50px;
}
#side2 {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}
body.col1 #side1 {
	float: none;
	width: 100%;
} 

/*____________________side1____________________*/
h2 {
	font-size: 130%;
	margin-bottom: 30px;
	color: #333333;
	margin-top: 20px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	background: url(../images/list-square.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 10px;
}
.summary {
	font-size: 90%;
	margin-bottom: 30px;
	color: #5E558F;
}
.index {
	position: relative;
	min-height:104px;
	height: auto !important;
	height: 104px;
	margin-bottom: 30px;
}
.index dt,
.index dd.text {
	margin-left: 174px;
}
.index dt {
	font-weight: bold;
}
.index dd.text {
	font-size: 97%;
	margin-top: 5px;
	line-height: 1.7;
}
.index dd.image {
	position: absolute;
	left: 0px;
	top: 0px;
}
.index dd.image a img {
	padding: 1px;
	border: 1px solid #C0B3A7;
}
.index dd.image a:hover img {
	border: 1px solid #0000CC;
}
.column {
	overflow: hidden;
	margin-bottom: 30px;
	clear: both;
}
.column p {
	margin-bottom: 1em;
}
.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.arrow {
	text-align: center;
	margin-bottom: 35px;
	margin-top: -20px;
	clear: both;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}
.thumbnails dl {
	width: 150px;
	float: left;
	margin-right: 33px;
	display: inline;
}
.thumbnails dl.last {
	margin-right: 0px;
}
.thumbnails dt {
	text-align: center;
}
.thumbnails dd {
	font-size: 80%;
}
.table {
	font-size: 90%;
	margin: 1px;
}
.table th,
.table td {
	font-weight: normal;
	padding: 8px;
	border: 1px solid #999999;
	vertical-align: top;
	text-align: left;
}
.table th {
	background-color: #F3F3F3;
	width: 5em;
	text-align: center;
}
.PageTop {
	text-align: right;
	margin-top: 30px;
	clear: both;
	font-size: 80%;
}
.wrap {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
.grid {
	float: left;
	display: inline;
}
.w304 {
	width: 304px;
	margin-right: 70px;
	margin-bottom: 20px;
}
.grid dt img {
	padding: 1px;
	border: 1px solid #C0B3A7;
}
.grid dt a:hover img {
	border: 1px solid #0000CC;
}

/*____________________side2____________________*/

#localnav {
	margin-top: 70px;
	border: 1px solid #666666;
}
#localnav .ctgry {
	padding: 7px;
	display: block;
	font-size: 80%;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background: #F6F6F6;
	border-bottom: 1px solid #666666;
}
#localnav li li {
	font-size: 80%;
}
#localnav li li a {
	display: block;
	padding: 7px;
	text-decoration: none;
}
#localnav li li a:hover {
	background: #DDB1C9;
	color: #000000;
}
#localnav li li a span {
	background: url(../images/list-blue.gif) no-repeat left center;
	padding-left: 10px;
	display: block;
}
#localnav li li a:hover span {
	background-image: url(../images/list-brown.gif);
}
#localnav li li.on a {
	color: #701140;
}
#localnav li li.on a span {
	background-image: url(../images/list-brown.gif);
}
.bn {
	margin-top: 20px;
}
.bn a img {
	padding: 1px;
	border: 1px solid #666666;
}
.bn a:hover img {
	border: 1px solid #0000CC;
}
.block {
	font-size: 85%;
	border: 1px solid #666666;
	margin-top: 20px;
}
.block h2 {
	font-size: 90%;
	margin-bottom: 0px;
	padding: 5px 10px;
	margin-top: 0px;
	background: #F6F6F6;
	border-bottom: 1px solid #666666;
}
.block p {
	margin: 10px;
}

/*___________________________TOP___________________________*/

#top #top-image {
	margin-top: 10px;
}
#top #side1 h2 {
	color: #666666;
	padding: 0px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-size: 110%;
}
#top #news {
	overflow: auto;
	margin-bottom: 30px;
	font-size: 90%;
	height: 200px;
	padding: 3px;
	border: 1px solid #666666;
}
#top #news dl {
	overflow: hidden;
	margin-bottom: 10px;
}
#top #news dl dt,
#top #news dl dd {
	line-height: 1.3;
}
#top #news dl dt {
	float: left;
	width: 10em;
}
#top #news dl dd {
	margin-left: 10em;
	line-height: 1.8;
}
#top .ad {
	margin-top: 20px;
	border: 1px solid #666666;
}


/*___________________________TOUR___________________________*/

#tour strong {
	font-weight: bold;
	color: #9C455F;
	font-size: 120%;
	padding-right: 10px;
	padding-left: 10px;
}


/*___________________________MAIL & MAILSEND___________________________*/

#mail #side1 {
	float: none;
	width: 100%;
}
#mail form {
	width: 600px;
	margin: 20px auto 30px;
}
#mail table {
	font-size: 90%;
	margin: 20px auto 20px;
	line-height: 1.8;
}
#mail th, #mail td {
	font-weight: normal;
	padding: 8px;
}
#mail th {
	background-color: #F5F5F5;
	width: 150px;
}
#mail table, #mail th, #mail td {
	border: 1px solid #999999;
}
#mail i {
	font-size: 87.5%;
	color: #990000;
	margin-left: 10px;
}
#mail .area {
	border: 1px solid #CCCCCC;
	padding: 2px;
	width:400px;
}
#mail p img {
	vertical-align: bottom;
}
#mail #category1 {
	margin-right: 5px;
}
#mail #category2, #mail #category3, #mail #category4{
	margin-right: 5px;
	margin-left: 15px;
}

#mail .button {
	margin-right: 20px;
	margin-left: 20px;
}

/*___________________________ACTIVITY___________________________*/

#activity #side1 ul {
	margin-left: 30px;
	margin-bottom: 30px;
	line-height: 1.8;
}
#activity #side1 ul dd {
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 90%;
	background: #EAEAEA;
	padding: 10px;
}

#activity #side1 dd a img {
	padding: 1px;
	border: 1px solid #C0B3A7;
}
#activity #side1 dd a:hover img {
	border: 1px solid #0000CC;
}

/*___________________________SPOT___________________________*/

.tip{
	background: #1D1D1D;
	border: 5px solid black;
	color: #FFFFFF;
	padding: 7px;
	width: 350px;
	overflow: hidden;
}
.tip img {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
	border: 1px solid #999999;
	padding: 1px;
}
.tip h3 {
	background: url(none);
	padding: 0px;
	font-weight: bold;
	margin-bottom: 3px;
}
.tip p {
	line-height: 1.7;
	font-size: 95%;
}

#spot #spot-list {
	line-height: 1.8;
	overflow: hidden;
	margin-left: 30px;
	margin-bottom: 30px;
}
#spot #spot-list li {
	width: 49.9%;
	float: left;
	list-style: none;
}
#spot #spot-nav {
	padding: 10px;
}
#spot #spot-nav li {
	display: inline;
	border-style: none;
}
#spot #spot-nav li a {
	display: inline-block;
	background: url(../images/list-blue.gif) no-repeat left center;
	padding: 0px 0px 0px 6px;
	margin-right: 5px;
	text-decoration: underline;
	line-height: 1.7;
}
#spot #spot-nav li a:hover {
	background-image: url(../images/list-brown.gif) ;
}
#spot #spot-nav li a.on {
	background-image: url(../images/list-brown.gif) ;
	color: #990000;
}


/*___________________________LINK___________________________*/

#link #side1 ul {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	list-style: disc inside;
	clear: left;
	overflow: hidden;
}
#link #side1 li {
	float: left;
	width: 49%;
}


/*___________________________SITEMAP___________________________*/

#sitemap #side1 ul {
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 1.8;
}
#sitemap #side1 ul li {
	background: url(../images/list-blue.gif) no-repeat left center;
	padding-left: 10px;
	font-size: 90%;
}
#sitemap #spotList li {
	display: inline;
}
#sitemap #spotList li a {
	display: inline-block;
	margin-right: 10px;
}


/*___________________________EVENT___________________________*/

#event #event_table {
	width: 100%;
}
#event #event_table th {
	width: 6em;
	background: #F6F6F6;
}
#event #event_table .item1 {
	width: 6em;
}
#event #event_table td, #event #event_table th {
	padding: 5px;
	border: 1px solid #666666;
}
#event #event_table dt span {
	font-size: 80%;
}
#event #event_table .item2 dd {
	font-size: 95%;
	background: #F6F6F6;
	margin-top: 5px;
	margin-left: 5px;
	padding: 2px;
}

/*___________________________FLOWER___________________________*/

#flower #flower_table {
	width: 100%;
}
#flower #flower_table th {
	width: 6em;
	background: #F6F6F6;
}
#flower #flower_table .item1 {
	width: 12em;
}
#flower #flower_table td, #flower #flower_table th {
	padding: 5px;
	border: 1px solid #666666;
}

/*___________________________HISTORY___________________________*/

#history #history_table {
	width: 100%;
}
#history #history_table th {
	width: 6em;
	background: #F6F6F6;
}
#history #history_table td, #history #history_table th {
	padding: 5px;
	border: 1px solid #666666;
}
#history  #history_table td.item1 {
	width: 9em;
}

/*___________________________NABEKATSU/PROGRESS___________________________*/

#nabekatsu_table {
	width: 100%;
}
#nabekatsu_table th {
	background: #F6F6F6;
}
#nabekatsu_table td, #nabekatsu_table th {
	padding: 5px;
	border: 1px solid #666666;
}
#nabekatsu_table td.item1, #nabekatsu_table th.item1 {
	width: 10em;
}


/*___________________________SKETCH-FES___________________________*/


.phototable-grid6 {
	width: 980px;
	overflow: hidden;
	text-align: center;
	border-collapse:separate;
	border-spacing:10px;
}
	
.phototable-grid6 td  {
	border: 1px solid #C0B3A7;
	height: 155px;
	width: 155px;
}
.phototable-grid6 td:hover {
	border: 1px solid #0000CC;
}

