/*___________________________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: #333333;
	font: 87.5% "メイリオ", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background: #FFFFFF;
}
p, table, dl {
	line-height:1.8;
}
img {
	vertical-align: bottom;
}
a {
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
em {
	color: #660099;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #CC3399;
	font-size: 120%;
	padding-right: 10px;
	padding-left: 10px;
}
.note {
	color: #660099;
}
noscript {
	font-size: 112.5%;
	color: #FF0000;
}
.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: 15px;
	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}
.q-a {
	font-size: 150%;
	font-weight: bolder;
}

/*___________________________LAYOUT___________________________*/

#header .wrap, #bread_crumb, #main {
	width: 960px;
	margin: 0px auto;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	background: #000000 url(../images/bg-shadow.gif) repeat-x left bottom;
	padding-bottom: 10px;
}
#header .wrap {
	overflow: hidden;
}

/*___________________________HEADER___________________________*/

#logo {
	width: 252px;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo a {
	display: block;
	width: 100%;
	height: 0px !important;
	height/**/:56px;
	padding-top: 56px;
	background: url(../images/logo.gif) no-repeat left top;
}
#helpnav {
	float: right;
	margin-top: -64px;
	font-size: 80%;
}
#helpnav li {
	display: inline;
	margin-right: 10px;
}
#helpnav li a {
	background: url(../images/list-white.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	color:#FFFFFF;
}
#helpnav li a:hover {
	text-decoration: underline;
}

/*___________________________NAVIGATION___________________________*/

#globalnav {
	height: 40px;
	clear: right;
}
#globalnav li {
	float: left;
	width: 160px;
	height: 40px;
	overflow: hidden;
}
#globalnav li a {
	display: block;
	width: 160px;
	height: 40px !important;
	height/**/:40px;
	padding-top: 40px;
	background: url(../images/nav-global.gif);
}

/*BUTTON*/
#globalnav .item1 a {background-position:    0px 0px;}
#globalnav .item2 a {background-position: -160px 0px;}
#globalnav .item3 a {background-position: -320px 0px;}
#globalnav .item4 a {background-position: -480px 0px;}
#globalnav .item5 a {background-position: -640px 0px;}
#globalnav .item6 a {background-position: -800px 0px;}

/*OVER STATES*/
#globalnav .item1 a:hover {background-position:    0px -45px;}
#globalnav .item2 a:hover {background-position: -160px -45px;}
#globalnav .item3 a:hover {background-position: -320px -45px;}
#globalnav .item4 a:hover {background-position: -480px -45px;}
#globalnav .item5 a:hover {background-position: -640px -45px;}
#globalnav .item6 a:hover {background-position: -800px -45px;}

/*ON STATES*/
#globalnav .item1 a.on {background-position:    0px -90px;}
#globalnav .item2 a.on {background-position: -160px -90px;}
#globalnav .item3 a.on {background-position: -320px -90px;}
#globalnav .item4 a.on {background-position: -480px -90px;}
#globalnav .item5 a.on {background-position: -640px -90px;}
#globalnav .item6 a.on {background-position: -800px -90px;}

/*___________________________FOOTER___________________________*/
#bread_crumb {
	font-size: 75%;
	margin-top: 10px;
}

/*___________________________FOOTER___________________________*/

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

/*___________________________MAIN___________________________*/

#left-side {
	float: left;
	width: 740px;
	padding-bottom: 50px;
}
#right-side {
	float: right;
	width: 190px;
	padding-bottom: 50px;
}

/*____________________left-side____________________*/

h2 {
	font-size: 150%;
	margin-bottom: 30px;
	color: #333333;
	margin-top: 30px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	background: url(../images/bg-line.gif) no-repeat center bottom;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 30px;
	clear: both;
}
h4 {
	border-left: 7px solid #000000;
	padding-left: 5px;
	margin-bottom: 20px;
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}
.summary {
	font-size: 90%;
	margin-bottom: 30px;
	color: #660099;
}
.index {
	position: relative;
	min-height:104px;
	height: auto !important;
	height: 104px;
	margin-bottom: 30px;
}
.index dt,
.index dd.text {
	margin-left: 172px;
}
.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 a img {
	border: 1px solid #999999;
	padding: 1px;
}
.index a:hover img {
	border: 1px solid #0000CC;
}
.wrap {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
#left-side 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: 30px;
}
.grid {
	float: left;
	display: inline;
}
.grid dt {
	text-align: center;
}
.grid dd {
	font-size: 90%;
	margin-top: 10px;
}
.w300 {
	width: 300px;
	margin-left: 46px;
	margin-bottom: 20px;
}
.w210 {
	width: 210px;
	margin-left: 27px;
	margin-top: 20px;
}
.w120 {
	width: 120px;
	margin-left: 51px;
	margin-bottom: 20px;
}
.w120 dd {
	text-align: center;
}
.div6 {
	text-align: center;
	width: 16.6%;
	margin-bottom: 70px;
}
.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;
}
.page {
	text-align: center;
	clear: both;
	margin-top: 30px;
}
.PageTop {
	text-align: right;
	margin-top: 30px;
	clear: both;
	font-size: 80%;
}
.PageTop a {
	background: url(../images/pagetop-blue.gif) no-repeat left center;
	padding-left: 15px;
}
.PageTop a:hover {
	background-image: url(../images/pagetop-grey.gif);
}

/*____________________right-side____________________*/

#localnav {
	margin-top: 70px;
}
#localnav .ctgry {
	padding: 10px;
	display: block;
	font-size: 90%;
	text-decoration: none;
	border: 1px solid #666666;
	border-bottom-width: 2px;
	border-right-width: 2px;
	font-weight: bold;
	color: #000000;
}
#localnav li li {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#localnav li li a {
	background: url(../images/list-blue.gif) no-repeat left center;
	padding-left: 10px;
}
#localnav li li a.on {
	text-decoration: none;
	color:#660099;
	background-image: url(../images/list-purple.gif);
}
#right-side h2 {
	font-size: 90%;
	margin-bottom: 0px;
	padding: 0px 10px;
	background-image: none;
}
.pr {
	font-size: 85%;
	padding: 10px;
}
.pr a img {
	border: 1px solid #999999;
}
.pr a:hover img {
	border: 1px solid #0000CC;
}

/*___________________________TOP___________________________*/

#top #header {
	background-image:none;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#top #top-image {
	text-align: center;
	padding-top: 30px;
	background: #000000 url(../images/bg-shadow.gif) repeat-x left bottom;
	padding-bottom: 30px;
}
#top #top-image #caption {
	font-size: 95%;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
}
#top #top-image p {
	color: #FFFFFF;
	margin-top: 10px;
}
#top #left-side h2 {
	font-size: 90%;
	background: url(../images/bg-line.gif) no-repeat center bottom;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#top #news {
	overflow: auto;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-size: 90%;
	padding: 10px;
	border: 1px solid #666666;
}
#top #news dl {
	overflow: hidden;
	margin-bottom: 10px;
}
#top #news dl dt,
#top #news dl dd {
	line-height: 1.8;
}
#top #news dl dt {
	float: left;
	width: 10em;
}
#top #news dl dd {
	margin-left: 10em;
}

/*___________________________ACTIVITY___________________________*/

#activity #left-side ul {
	margin-left: 30px;
	list-style: disc outside;
	margin-bottom: 30px;
	line-height: 1.8;
}
#activity #left-side ul dd {
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 90%;
	background: #F7F7F7;
	padding: 10px;
}

/*___________________________TOUR___________________________*/

#tour_index #left-side {
	float: none;
	width: 100%;
}
#tour_index #map {
	text-align: center;
	margin-top: 20px;
}
#tour #map {
	height: 450px;
	margin-top: 30px;
	margin-bottom: 50px;
}
#tour #para-table {
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 90%;
}
#tour #para-table dt {
	float: left;
	width: 6em;
	font-weight: bold;
}
#tour #para-table dd {
	margin-left: 6em;
}

/*___________________________NPO___________________________*/

#org #para-table {
	overflow: hidden;
	margin-bottom: 30px;
	line-height: 1.8;
}
#org #para-table dt {
	float: left;
	width: 6em;
	font-weight: bold;
}
#org #para-table dd {
	margin-left: 6em;
}
#org #left-side ol {
	list-style: decimal inside;
	line-height: 1.8;
}
#org #left-side ol ol {
	margin-left: 30px;
	list-style: disc inside;
}
#menber h4 {
	padding: 0px;
	border-style: none;
	margin-bottom: 0px;
}
#menber #left-side .wrap {
	margin-left: 100px;
	margin-bottom: 40px;
	margin-top: 10px;
}
#menber .table {
	margin-left: 100px;
	margin-bottom: 30px;
}
#menber .table th, #menber .table td {
	width: 150px;
	font-size: 90%;
}
#menber .table td {
	text-align: right;
}

/*___________________________GALLERY___________________________*/

#black {
	color: #FFFFFF;
	background: #000000;
}
#black a {
	color: #FFFFFF;
}
#black a:hover {
	text-decoration: none;
}
#black h2 {
	color: #FFFFFF;
}
#black .summary {
	color: #FFFFFF;
	margin-bottom: 70px;
}
#black #header {
	background-image:none;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#black #left-side {
	float: none;
	width: 100%;
	position: relative;
}
#black input {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10em;
}
#black .PageTop a {
	background: url(../images/pagetop-white.gif) no-repeat left center;
	padding-left: 15px;
}
#black #footer {
	background: #000000;
	border-top: 1px solid #FFFFFF;
}
#black #footnav li {
	border-right-color: #FFFFFF;
}
#room #left-side {
	float: none;
	width: 100%;
}
#room table {
	width: 900px;
	line-height: 1.8;
	font-size: 86%;
	margin: 20px auto 40px;
}
#room table th, #room table td {
	border: 1px solid #666666;
	padding: 10px;
}
#room table th {
	text-align: center;
	font-weight: bold;
}
#room table .line1 {
	width: 80px;
}
#room table .line2 {
}
#room table .line3 {
	width: 100px;
}
#room table .line4 {
	text-align: center;
	width: 30px;
}
#room table .line5 {
	width: 200px;
}
#room table .line5 img {
	vertical-align: bottom;
}
#room table .line6 {
	width: 100px;
}
#room table .line7 {
	text-align: center;
	width: 70px;
}

/*___________________________LINK___________________________*/

.link-thumb {
	float: left;
	display: inline;
	width: 154px;
	margin: 30px 46px 20px;
}
.link-thumb dt a img {
	border: 1px solid #999999;
	padding: 1px;
}
.link-thumb dt a:hover img {
	border: 1px solid #0000CC;
}
.link-thumb dd {
	font-size: 90%;
	margin-top: 10px;
	text-align: center;
}

/*___________________________SITEMAP___________________________*/

#sitemap h3 {
	background-image: url(../images/bg-line2.gif);
}
#sitemap h3 a {
	text-decoration: none;
}
#sitemap #left-side ul {
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 1.8;
}
#sitemap #left-side ul li a {
	background: url(../images/list-blue.gif) no-repeat left center;
	padding-left: 10px;
	font-size: 90%;
}
#sitemap #tourList {
	overflow: hidden;
	margin-bottom: 50px;
}
#sitemap #tourList li {
	float: left;
	width: 19.9%;
}

/*___________________________MAIL & MAILSEND___________________________*/

#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: #FAFAFA;
	width: 150px;
}
#mail table, #mail th, #mail td {
	border: 1px solid #999999;
}
#mail i {
	font-size: 87.5%;
	color: #9900CC;
	margin-left: 10px;
}
#mail .area {
	border: 1px solid #CCCCCC;
	padding: 2px;
	width:400px;
}
#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;
}
