@charset 'utf-8';

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

body {
	background: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#container {
	margin: 0px auto;
	width: 750px;
	background: #FFF;
	text-align: left;
}

ul {
	list-style-type: none;
}

a img {
	border: none;
}

p {
	margin: 0;
	line-height: 160%;
	text-align: left;
	font-size: 12px;
}

a {
	color: #0066CC;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #018ee8;
	text-decoration: underline;
}

a:visited {
	color:#666;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
	line-height: 0px;
}

.float {
	float: left;
}

.nodisp {
	line-height: 0px;
	display: none;
}

/* header -------------------------------*/
div#header {
	background: #FFF url(../images/head.gif) no-repeat;
	width: 500px;
	height: 115px;
	margin: 15px 0 0 125px;
}

div#header_ama {
	background: #FFF url(../images/recommend.gif) no-repeat;
	width: 500px;
	height: 115px;
	margin-top: 15px;
	margin-left: 125px;
}

div#header p {
	display:none;
}

div#header_ama p {
	display:none;
}

div#english {
	height: 30px;
	margin: 0;
	padding: 0;
}

div#english p {
	font-size: 12px;
	padding: 10px;
	text-align: right;
	background: url(../images/allow.gif) no-repeat 86% center;
	margin:0px;
}
/* contents #1 ------------------------------- */

div#description {
    width: 750px;
    background: #F4F4F4;
	border: 1px solid #CCC;
	padding: 0;
	margin: 10px 0 0 0;
}

div#description p {
	padding: 8px 0 0 15px;
	font-size: 12px;
	line-height: 160%;
	color: #000;
}

div#description p .red {
	font-size: 12px;
	line-height: 160%;
	color: #D94040;
}

div#description p .reference {
	padding: 0 0 0 500px;
	background: url(../images/allow.gif) no-repeat 68%;
}

/* contents #2 ------------------------------- */

fieldset {
	width: 740px;
	margin: 10px 0;
	padding: 5px;
	line-height: 160%;
	border: 1px solid #CCC;
}

legend {
	color: #000;
	font-weight: bold;
	padding: 0px 5px;
	font-size: 12px;
}

fieldset p {
	padding: 0 8px;
	line-height: 160%;
	font-size: 12px;
	text-align: left;
}

fieldset p .update {
	padding: 0 0 0 555px;
	background: url(../images/allow.gif) no-repeat 75%;
}

/* contents #3 hihokan jyoho------------------------------- */

div#hihokan {
    width: 750px;
	padding: 0;
	margin: 15px 0;
}

div#hihokan p {
	padding: 8px 0 0 15px;
	font-size: 12px;
	line-height: 160%;
	color: #000;
}

div#hihokan p .mail_form {
	padding: 0 0 0 500px;
	background: url(../images/allow.gif) no-repeat 68%;
}

/* contents menu ------------------------------- */

div#navigationset {
	margin-top: 10px;
}

div.menu_contents {
	background: #FFF;
}

/* Navigation #1 -------------------------------*/

ul.menu_nav li a {
    color: #000;
	font-weight: bold;
}

ul.menu_nav li a.selected, ul.menu_nav li a:hover {
    color: #000;
	font-weight: bold;
}

ul.menu_nav li {
    position: relative;
}

ul.menu_nav li a {
    background: url(tab_unselected.png) no-repeat;
}

* html ul.menu_nav li a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tab_unselected.png', sizingMethod='image');	      
}

ul.menu_nav li a.selected, ul.menu_nav li a:hover {
    background: url(tab_selected.png) no-repeat;
}

* html ul.menu_nav li a.selected, *html ul.menu_nav li a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tab_selected.png', sizingMethod='image');	      
}


/* hiho_tab   ------------------*/
ul.menu_nav li#tab_h a {
    background: url(../images/tab_unselected.png) no-repeat;
}


* html ul.menu_nav li#tab_h a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_unselected.png', sizingMethod='image');	      
}


ul.menu_nav li#tab_h a.selected, ul.menu_nav li#tab_h a:hover {
    background: url(../images/tab_hiho.png) no-repeat;
}


* html ul.menu_nav li#tab_h a.selected, *html ul.menu_nav li#tab_h a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_hiho.png', sizingMethod='image');	      
}

/* animal_tab   ------------------*/
ul.menu_nav li#tab_a a {
    background: url(../images/tab_unselected.png) no-repeat;
}

* html ul.menu_nav li#tab_a a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_unselected.png', sizingMethod='image');	      
}

ul.menu_nav li#tab_a a.selected, ul.menu_nav li#tab_a a:hover {
    background: url(../images/tab_animal.png) no-repeat;
}

* html ul.menu_nav li#tab_a a.selected, *html ul.menu_nav li#tab_a a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_animal.png', sizingMethod='image');	      
}

/* tower_tab   ------------------*/
ul.menu_nav li#tab_t a {
    background: url(../images/tab_unselected.png) no-repeat;
}

* html ul.menu_nav li#tab_t a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_unselected.png', sizingMethod='image');	      
}

ul.menu_nav li#tab_t a.selected, ul.menu_nav li#tab_t a:hover {
    background: url(../images/tab_tower.png) no-repeat;
}

* html ul.menu_nav li#tab_t a.selected, *html ul.menu_nav li#tab_t a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_tower.png', sizingMethod='image');	      
}

/* shrine_temple_tab   ------------------*/
ul.menu_nav li#tab_s a {
    background: url(../images/tab_unselected.png) no-repeat;
}

* html ul.menu_nav li#tab_s a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_unselected.png', sizingMethod='image');	      
}

ul.menu_nav li#tab_s a.selected, ul.menu_nav li#tab_s a:hover {
    background: url(../images/tab_shrinetemple.png) no-repeat;
}

* html ul.menu_nav li#tab_s a.selected, *html ul.menu_nav li#tab_s a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_shrinetemple.png', sizingMethod='image');	      
}

/* other_tab   ------------------*/
ul.menu_nav li {
    position: relative;
}

ul.menu_nav li#tab_o a {
    background: url(../images/tab_unselected.png) no-repeat;
}

* html ul.menu_nav li#tab_o a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_unselected.png', sizingMethod='image');	      
}

ul.menu_nav li#tab_o a.selected, ul.menu_nav li#tab_o a:hover {
    background: url(../images/tab_other.png) no-repeat;
}

* html ul.menu_nav li#tab_o a.selected, *html ul.menu_nav li#tab_o a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_other.png', sizingMethod='image');	      
}

/* fun_tab   ------------------*/
ul.menu_nav li#tab_f a {
    background: url(../images/tab_unselected.png) no-repeat;
}

* html ul.menu_nav li#tab_f a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_unselected.png', sizingMethod='image');	      
}

ul.menu_nav li#tab_f a.selected, ul.menu_nav li#tab_f a:hover {
    background: url(../images/tab_fun.png) no-repeat;
}

* html ul.menu_nav li#tab_f a.selected, *html ul.menu_nav li#tab_f a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab_fun.png', sizingMethod='image');	      
}

/*MENU TABS***********************************************/

ul.menu_nav {
    height: 25px;
}

ul.menu_nav li {
    display: block;
    width: 90px;
    height: 25px;
    float: left;
    margin: 0 1px 0 0;
}

ul.menu_nav li a {
    display: block;
    height: 18px;
    padding-top: 7px;
    font-size: 10px;
/*    font-family: Arial, "helvetica neue", sans-serif; */
    text-align: center;
    text-transform: uppercase;
}

ul.menu_nav li a:hover {
    text-decoration: none;
}

/* contents_Table SET*******************************/
/* hiho ----------------------------------- */
div#menu_hiho {
    line-height: 150%;
	padding-bottom: 20px;
	text-align: left;
}

div#menu_hiho table {
    width: 100%;
	border-collapse :collapse;
}

div#menu_hiho table tr.table_head td {
    font-size: 11px;
    font-weight: bold;
	background-color: #CC9999;
	border-bottom: 1px solid #990033;
}

div#menu_hiho table tr.table_headguide td {
    font-size: 11px;
    font-weight: bold;
	background-color: #CC9999;
	border: none;
}

div#menu_hiho table tr td {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 160%;
	border-bottom: 1px dotted #990033;
}

div#menu_hiho table tr td.list {
    padding: 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #990033;
	width: 470px;
}

div#menu_hiho table tr td .red_small {
    color: #D94040;
}

div#menu_hiho table tr td a {
    font-weight: bold;
}

/* animal ----------------------------------- */
div#menu_animal {
    line-height: 150%;
    padding-bottom: 20px;
	text-align: left;
}

div#menu_animal table {
    width: 100%;
	border-collapse :collapse;
}

div#menu_animal table tr.table_head td {
    font-size: 11px;
    font-weight: bold;
	background-color: #99CCFF;
	border-bottom: 1px solid #003366;
}

div#menu_animal table tr.table_headguide td {
    font-size: 11px;
    font-weight: bold;
	background-color: #99CCFF;
	border: none;
}

div#menu_animal table tr td {
    padding: 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #003366;
    line-height: 160%;
}

div#menu_animal table tr td.ama {
    padding: 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #003366;
	width: 30%;
	vertical-align: top;
}

div#menu_animal table tr td h3 {
    font-size: 12px;
	color: #0066CC;
	padding: 8px 0 0 0;
}

div#menu_animal table tr td h4 {
    font-size: 11px;
	color: #018ee8;
	padding: 0 0 8px 0;
}

div#menu_animal table tr td .red_small {
    color: #D94040;
}

div#menu_animal table tr td a {
    font-weight: bold;
}

/* shrine_temple ----------------------------------- */
div#menu_shrinetemple {
    line-height: 150%;
    padding-bottom: 20px;
	text-align: left;
}

div#menu_shrinetemple table {
    width: 100%;
	border-collapse :collapse;
}

div#menu_shrinetemple table tr.table_head td {
    font-size: 11px;
    font-weight: bold;
	background-color: #CCCC99;
	border-bottom: 1px solid #999900;
}

div#menu_shrinetemple table tr.table_headguide td {
    font-size: 11px;
    font-weight: bold;
	background-color: #CCCC99;
	border: none;
}

div#menu_shrinetemple table tr td {
    padding: 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #999900;
    line-height: 160%;
}

div#menu_shrinetemple table tr td.list {
    padding: 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #999900;
	width: 470px;
}

div#menu_shrinetemple table tr td .red_small {
    color: #D94040;
}

div#menu_shrinetemple table tr td a {
    font-weight: bold;
}


/* tower ----------------------------------- */
div#menu_tower {
    line-height: 150%;
    padding-bottom: 20px;
	text-align: left;
}

div#menu_tower table {
    width: 100%;
	border-collapse :collapse;
}

div#menu_tower table tr.table_head td {
    font-size: 11px;
    font-weight: bold;
	background-color: #FFCC33;
	border-bottom: 1px solid #FF6600;
}

div#menu_tower table tr td {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #FF6600;
    line-height: 160%;
}

div#menu_tower table tr td .red_small {
    color: #D94040;
}

div#menu_tower table tr td a {
    font-weight: bold;
}

/* other ----------------------------------- */
div#menu_other {
    line-height: 150%;
    padding-bottom: 20px;
	text-align: left;
}

div#menu_other table {
    width: 100%;
	border-collapse :collapse;
}

div#menu_other table tr.table_head td {
    font-size: 11px;
    font-weight: bold;
	background-color: #99CC99;
	border-bottom: 1px solid #336633;
}

div#menu_other table tr.table_headguide td {
    font-size: 11px;
    font-weight: bold;
	background-color: #99CC99;
	border: none;
}

div#menu_other table tr td {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #336633;
    line-height: 160%;
}

div#menu_other table tr td.list {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #336633;
	width: 470px;
}

div#menu_other table tr td .red_small {
    color: #D94040;
}

div#menu_other table tr td a {
    font-weight: bold;
}

/* fun ----------------------------------- */
div#menu_fun {
    line-height: 150%;
    padding-bottom: 20px;
	text-align: left;
}

div#menu_fun table {
    width: 100%;
	border-collapse :collapse;
}

div#menu_fun table tr.table_head td {
    font-size: 11px;
    font-weight: bold;
	background-color: #CC99CC;
	border-bottom: 1px solid #993399;
}


div#menu_fun table tr td {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
	border-bottom: 1px dotted #993399;
    line-height: 160%;
}

div#menu_fun table tr td .red_small {
    color: #D94040;
}

div#menu_fun table tr td a {
    font-weight: bold;
}



/* Yahoo Search -------------------------------*/
div#search {
	width: 750px;
	margin: 10px 0;
	padding: 0;
	background-color:#FFF;
	text-align: center;
}

div#search p {
	font-size: 12px;
	text-align: center;
}

div#search ul {
	margin: 2px;
	padding: 0;
	list-style: none;
}

div#search ul li {
	list-style: none;
	display: inline;
}

/* back button -------------------------------*/

#back_button {
	width: 750px;
	margin: 15px 0 8px 0;
	padding-top: 8px;
	text-align: center;
}


li#button { 
	background: url(../images/back.gif) no-repeat 39%; 
	padding: 8px 0 0 0;
	height: 28px;
}


/* footer -------------------------------*/

#footer {
	width: 750px;
	margin: 0 auto;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
}

#footer p {
	margin: 0px;
	padding: 10px 0;
	color: #000;
	font: 0.9em arial,sans-serif;
	text-align: center;
}

