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

body
{
	background-image: url(bg_header.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


#wrapper
{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}


/* header */
#header
{
	clear: both;
	width: 930px;
	height: 72px;
}
#header #title
{
	float: left;
	width: 500px;
}
#header address
{
	float: left;
	width: 200px;
	margin-top: 15px;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
}
#header #build
{
	float: left;
}


/* tab */
#tab
{
	height: 38px;
	margin-bottom: 10px;
	background-image: url(bg_tab.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tab ul
{
	margin-left: 25px;
}
#tab ul li
{
	float: left;
	list-style-type: none;
}
#tab ul li a
{
	display: block;
	width: 97px;
	height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1px;
	text-decoration: none;
}

#tab #thome
{
	background-image: url(tab_home.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #203c00;
}
#tab #tevent
{
	background-image: url(tab_event.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #203c00;
}
#tab #tsaijiki
{
	background-image: url(tab_saijiki.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #203c00;
}
#tab #tmap
{
	background-image: url(tab_map.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #203c00;
}
#tab #twalking
{
	background-image: url(tab_walking.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #1e5a09;
}
#tab #tdayori
{
	background-image: url(tab_dayori.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #1e5a09;
}
#tab #tinfo
{
	background-image: url(tab_info.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #1d6d33;
}
#tab #tfacilities
{
	background-image: url(tab_facilities.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #4dcd0a;
}
#tab #tkoukai
{
	background-image: url(tab_koukai.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #4dcd0a;
}
#tab #taccess
{
	background-image: url(tab_access.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #1f5207;
}

#tab #thome:hover
{
	background-image: url(tab_home-on.gif);
}
#tab #tevent:hover
{
	background-image: url(tab_event-on.gif);
}
#tab #tsaijiki:hover
{
	background-image: url(tab_saijiki-on.gif);
}
#tab #tmap:hover
{
	background-image: url(tab_map-on.gif);
}
#tab #twalking:hover
{
	background-image: url(tab_walking-on.gif);
}
#tab #tdayori:hover
{
	background-image: url(tab_dayori-on.gif);
}
#tab #tinfo:hover
{
	background-image: url(tab_info-on.gif);
}
#tab #tfacilities:hover
{
	background-image: url(tab_facilities-on.gif);
}
#tab #tkoukai:hover
{
	background-image: url(tab_koukai-on.gif);
}
#tab #taccess:hover
{
	background-image: url(tab_access-on.gif);
}





/* column */
#column_sub
{
	float: left;
	width: 230px;
}

/* nav */
.nav
{
	width: 220px;
	background-image: url(bg_nav.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 10px;
}
.nav .navheader
{
	background-image: url(bg_nav_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: large;
	color: #015a1b;
}
.nav .navheader img
{
	border: 0px;
}
.nav ul
{
	background-image: url(bg_nav_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-bottom: 15px;
}
.nav ul li
{
	list-style-type: none;
}
.nav ul li a
{
	display: block;
	width: 180px;
	height: 16px;
	margin-bottom: 1px;
	margin-left: 10px;
	border-bottom: 1px solid #999999;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-image: url(btn_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #003300;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
}
.nav ul li a:hover
{
	color: #339933;
}

/* document */
#document
{
f	position: relative;
	float: left;
	width: 700px;
}
#document h1
{
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: large;
	color: #015A1B;
	background-image: url(bg_doc_h.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#document h2
{
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: large;
	color: #015A1B;
}

#document p
{
	margin-left: 10px;
	margin-bottom: 1em;
	line-height: 130%;
	font-size: medium;
}
#document dl,
#document ul,
#document ol
{
	margin-left: 10px;
	line-height: 130%;
	font-size: medium;
}
#document dt
{
	color: #015A1B;
}
#document dd,
#document li
{
	margin-bottom: 0.75em;
	margin-left: 2em;
}


#document .abstract
{
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(hr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: large;
}
#document .detail
{
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 130%;
	font-size: large;
}
#document a
{
	color: #0000ff;
}
#document a:hover
{
	text-decoration: underline;
}



/* breadcrumb */
#breadcrumb
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: medium;
}
#breadcrumb a
{
	color: #0000ff;
	text-decoration: none;
}


/* event(index) */
.jurian_event
{
	width: 650px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 15px;
	border-top: 0px soild #a3d18a;
	border-right: 0px soild #a3d18a;
	border-bottom: 1px solid #d6d6d6;
	border-left: 10px solid #97b984;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.other_event
{
	width: 650px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 15px;
	border-top: 0px solid #f0f0f0;
	border-right: 0px solid #f0f0f0;
	border-bottom: 1px solid #d6d6d6;
	border-left: 10px solid #f0f0f0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.thumb
{
	float: left;
	width: 100px;
}
.thumb img
{
	padding-left: 10px;
}
.outline
{
	float: left;
	width: 520px;
	font-size: medium;
	line-height: 130%;
}
.outline dt
{
	margin-bottom: 0.5em;
}
.outline dt a
{
	font-weight: bold;
	text-decoration: none;
}
.jurian_event .outline
{
	font-size: large;
}
.jurian_event .outline dt a
{
	font-size: larger;
}
.other_event
{
	color: #444444;
}


/* event(detail) */
.eventdetail
{
	float: left;
	width: 430px;
	margin-left: 10px;
	padding-left: 20px;
	font-size: medium;
	line-height: 130%;
}
.eventnotes
{
	float: left;
	width: 200px;
}
#document .eventnotes .thumb
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}


/* selector */
#selector li
{
	list-style-type: none;
	float: right;
	margin-left: 5px;
}
#selector li a
{
	display: block;
	width: 200px;
	border-top: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #c5c5c5;
	background-image: url(bg_selector.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}

/* spce */
.spec
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.spec th
{
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	text-align: left;
	vertical-align: top;
}
.spec td
{
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	text-align: left;
}



/* footer */
#footer
{
	position: relative;
	width: 930px;
	clear: both;
	padding-top: 20px;
	background-image: url(bg_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/* sitenav */
#footer #sitenav
{
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#footer #sitenav li
{
	float: left;
	width: 90px;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
	text-align: center;
	color: #666666;
	font-size: 11px;
}
#footer #sitenav li a
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#footer #sitenav li a:hover
{
	color: #333333;
}

/* groups */
#footer #groups
{
	clear: both;
}
#footer #groups li
{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	color: #666666;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 11px;
}
#footer #groups li a
{
	color: #666666;
	text-decoration: none;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 11px;
}
#footer #groups li a:hover
{
	color: #333333;
}
#footer #copy
{
	clear: both;
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
	font-size: small;
}



/* basic */
.clfx
{
	clear: both;
}
a img
{
	border: 0px;
}


/* control */
.control
{
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(hr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.control a
{
	color: #666666;
	text-decoration: none;
}
.control a:hover
{
	color: #333333;
}



/* layout index */
.column2l
{
	float: left;
	width: 320px;
	margin-left: 10px;
}
.column2r
{
	float: left;
	width: 320px;
	margin-left: 10px;
}
.indexbtn
{
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 2px solid #cecece;
	border-right: 2px solid #cecece;
	border-bottom: 2px solid #cecece;
	border-left: 2px solid #cecece;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(bg_index_btn.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.indexbtn .outline
{
	width: 170px;
}



/* column */
.column2l
{
	float: left;
	width: 330px;
	margin-left: 10px;
}
.column2r
{
	float: left;
	width: 330px;
	margin-left: 10px;
}

.column3l
{
	float: left;
	width: 440px;
	margin-left: 10px;
}
.column3r
{
	float: left;
	width: 220px;
	margin-left: 10px;
}


/* indexfacilities */
#indexfacilities
{
	margin-top: 3em;
	margin-bottom: 3em;
}
#indexfacilities li
{
	list-style-type: none;
}
#indexfacilities li a
{
	display: block;
	width: 90%;
	border-top: 1px solid #203c00;
	border-right: 1px solid #203c00;
	border-bottom: 1px solid #203c00;
	border-left: 1px solid #203c00;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-decoration: none;
}



/* map */
#document .text #map
{
	width: 470px;
}

#document .mapdata
{
	width: 220px;
	background-image: url(bg_nav.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 10px;
	padding-left: 0px;
}
#document .mapdata #mapdataheader
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(bg_nav_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: large;
	color: #015a1b;
}
#document .mapdata dl
{
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(bg_nav_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
#document .mapdata dl dt
{
	margin-left: 10px;
	line-height: 130%;
}
#document .mapdata dl dd
{
	margin-left: 10px;
	font-size: large;
	line-height: 130%;
}


/* walking */
#walking .comment
{
	width: 580px;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}




.thumb
{
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}



/* table */
#document .data
{
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
}
#document .data th
{
	padding-top: 0.5em;;
	padding-right: 0.5em;;
	padding-bottom: 0.5em;;
	padding-left: 0.5em;;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	background-color: #8e9e8e;
	font-size: medium;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
#document .data td
{
	padding-top: 0.5em;;
	padding-right: 0.5em;;
	padding-bottom: 0.5em;;
	padding-left: 0.5em;;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	font-size: medium;
	font-weight: normal;
}
.arg
{
	text-align: center;
}
.num
{
	text-align: right;
}



.box
{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #fad6e9;
	border-right: 1px solid #fad6e9;
	border-bottom: 1px solid #fad6e9;
	border-left: 1px solid #fad6e9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.pdf
{
	background-image: url(pdficon_small.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 23px;
}
#getacro
{
	width: 208px;
	margin-left: 10px;
	padding: 3px;
	border: 1px dotted #1F831D;
	text-align: center;
	background-color: #f0f0f0;
}
#getacro p
{
	padding: 0px;
	line-height: 120%;
	font-size: x-small;
}
