/*container*/
#container {
	margin: 0px auto;
	width: 100%;
	background: url(images/con_menu_bg.gif) 0 0 repeat-y;
	text-align: left;
}

/*header*/
#container h1 {
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 48px;
	background: url(images/con_head.gif) 0 0 no-repeat;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	float: left;
}

#container span.head_bg {
	margin-left: 149px;
	_margin-left: 0px;
	height: 48px;
	background: url(images/head_bg.gif) 0 0 repeat-x;
	display: block;
	_float: left;
}

#container span.head_bg p {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container span.head_bg p a {
	margin: 0px 0px 0px -72px;
	width: 67px;
	height: 15px;
	text-indent: -9999px;
	position: relative;
	top: 20px;
	left: 100%;
	display: none;
}

/*main*/
#main {
	_height: 100%;
	background: url(images/con_menu_bg_bottom.gif) 0 bottom no-repeat;
}

/*menu*/
#menu {
	margin: 0px;
	padding: 0px 0px 88px 0px;
	width: 149px;
	list-style-type: none;
	float: left;
}

#menu li {
	margin-bottom: 3px;
	width: 149px;
}

#menu li a {
	width: 100%;
	height: 25px;
	text-indent: -9999px;
	display: block;
}

#menu li.home { margin-bottom: 0px; }
#menu li.home a { height: 88px; background: url(images/con_title.jpg) 0 0 no-repeat; }
#menu li.home a:hover { background-position: 0px; }
#menu li.charter a { background: url(images/con_menu01.gif) 0 0 no-repeat; }
#menu li.guide a { background: url(images/con_menu02.gif) 0 0 no-repeat; }
#menu li.nature a { background: url(images/con_menu03.gif) 0 0 no-repeat; }
#menu li.beautiful a { background: url(images/con_menu04.gif) 0 0 no-repeat; }
#menu li.link a { background: url(images/con_menu05.gif) 0 0 no-repeat; }

#menu li a:hover, #menu li a.here { background-position: 0px -25px; }

/*child menu*/
#menu ul.child_menu {
	margin: 0px;
	padding: 0px;
	height: auto;
	list-style-type: none;
}

#menu ul.child_menu li {
	padding-left: 16px;
	width: auto;
	height: auto;
}

#menu ul.child_menu li.here {
	font-weight: bold;
}

#menu ul.child_menu li a {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0px;
	display: inline;
}

/*contents*/
#contents {
	margin-left: 149px;
	_margin-left: 0px;
	background-color: #ffffff;
	_float: left;
}

#contents h3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 32px;
	background: url(images/con_title_bg.gif) 0 0 repeat-x;
	text-indent: -9999px;
}

#contents h3 span.title {
	width: 248px;
	height: 32px;
	display: block;
	float: left;
}

#contents h3 span.right_bg {
	height: 32px;
	display: block;
}

#contents h3.charter span.title { background: url(images/con_title_charter.gif) 0 0 no-repeat; }
#contents h3.charter span.right_bg { background: url(images/con_title_charter_j.gif) right 0 no-repeat; }

#contents h3.guide span.title { background: url(images/con_title_manner.gif) 0 0 no-repeat; }
#contents h3.guide span.right_bg { background: url(images/con_title_manner_j.gif) right 0 no-repeat; }

#contents h3.nature span.title { background: url(images/con_title_nature.gif) 0 0 no-repeat; }
#contents h3.nature span.right_bg { background: url(images/con_title_nature_j.gif) right 0 no-repeat; }

#contents h3.beautiful span.title { background: url(images/con_title_beautiful.gif) 0 0 no-repeat; }
#contents h3.beautiful span.right_bg { background: url(images/con_title_beautiful_j.gif) right 0 no-repeat; }

#contents h3.link span.title { background: url(images/con_title_link.gif) 0 0 no-repeat; }
#contents h3.link span.right_bg { background: url(images/con_title_link_j.gif) right 0 no-repeat; }

#contents h4 {
	margin: 12px 0px;
	font-size: 125%;
}

#contents td {
	border: none;
	font-size: 100%;
}

#contents ul {
	margin: 20px 0px 0px 30px;
}

#contents li {
	list-style-type: disc;
}

#charter, #guide, #nature, #link {
	margin: 0px 20px 0px 19px;
}

#contents .p_box  {
	padding: 0px;
	color: #c63;
	font-size: 10pt;
	line-height: 13pt;
	text-align: center;
	border: solid 1px #fc6
}

/*bottom menu*/
#bottom_menu {
	padding: 4px 0px 0px 149px;
	height: 25px;
	max-height: 21px;
	background: #ffffff url(images/con_bottom_menu_bg.gif) 0 bottom no-repeat;
	text-align: center;
	clear: both;
}

/*footer*/
#footer {
	height: 60px;
	background: url(images/con_footer.gif) 149px 0 repeat-x;
}

#footer p {
	margin: 0px;
	padding-top: 17px;
	height: 43px;
	background: url(images/con_footer_left.gif) 0 0 no-repeat;
	font-size: 85%;
	line-height: 120%;
	text-align: center;
}

