@charset"shift_jis";

/*-----------------------------
	Global Navigation
-------------------------------*/

ul#Navi00 {
	clear:both;
	margin: 0;
	padding: 0;
	width: 826px; /* ### [width] Be SURE to Set ### */
	margin-top:10px;
}

ul#Navi00:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#Navi00 li {
	margin: 0;
	margin-left:1px;
	padding: 0;
	float: left;
	line-height: 1;
	list-style-type: none;
}
ul#Navi00 li.n01 {
	width: 195px; /* Width of the button */
}
ul#Navi00 li.n02 {
	width: 213px; /* Width of the button */
}

ul#Navi00 li a {
	padding: 10px 0px; /* The thickness of the button */
	display: block;
	position: relative;	/* Fix the reaction region of the mouse is wrong in IE6 */
	font-size: 12px;
	background-image:url(../images/bg01.gif);
	background-repeat:repeat-x;
	text-align: center;
	text-decoration: none;
	/* background-color: #fff33c; */
}

ul#Navi00 li a:hover {
	color: #996600;
	background-image:url(../images/bg01_ov.gif);
	background-repeat:repeat-x;
	/* background-color: #ddd; */
}


/*-----------------------------
	Global SUB Navigation
-------------------------------*/
ul#SubNavi00 {
	margin: 0;
	padding: 0;
	width: 188px; /* ### [width] Be SURE to Set ### */
}

ul#SubNavi00:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#SubNavi00 li {
	width: 186px; /* Width of the button */
	margin: 0;
	margin-left:1px;
	padding: 0;
	line-height: 100%;
	list-style-type: none;
	font-size: 12px;
}

ul#SubNavi00 li.sn100 {
	color: #006633;
	display:block;
	padding: 12px 0px; /* The thickness of the button */
	font-weight:600;
	background-image:url(../images/bgsub01.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
ul#SubNavi00 li.sn200 {
	color: #006633;
	display:block;
	padding: 12px 0px; /* The thickness of the button */
	font-weight:600;
	background-image:url(../images/bgsub02.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
ul#SubNavi00 li.sn300 {
	color: #006633;
	display:block;
	padding: 12px 0px; /* The thickness of the button */
	font-weight:600;
	background-image:url(../images/bgsub03.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
ul#SubNavi00 li.sn400 {
	color: #006633;
	display:block;
	padding: 12px 0px; /* The thickness of the button */
	font-weight:600;
	background-image:url(../images/bgsub04.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

ul#SubNavi00 li a{
	padding: 8px 0px; /* The thickness of the button */
	display:block;
	text-align: center;
	text-decoration: none;
}
ul#SubNavi00 li.sn02 a {
	color:#333333;
	background:url(../images/bg03.gif) top left repeat-x;
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:0;
}

ul#SubNavi00 li.sn02 a:hover {
	color: #996600;
	background-image:url(../images/bg03_ov.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
ul#SubNavi00 li.sn03 a {
	color: #333333;
	background-image:url(../images/bg03ed.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

ul#SubNavi00 li.sn03 a:hover {
	color: #996600;
	background-image:url(../images/bg03ed_ov.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
/*-----------------------------
	Global Mini Navigation
-------------------------------*/
ul#MiniNavi {
	margin: 20px 0px 5px;
	padding: 0;
	width: 496px; /* ### [width] Be SURE to Set ### */
	text-align:right;
}

ul#MiniNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#MiniNavi li {
	margin: 0;
	margin-left:1px;
	padding: 0;
	float: left;
	line-height: 1;
}
ul#MiniNavi li.mn01 {
	width: 120px; /* Width of the button */
}
ul#MiniNavi li.mn02 {
	width: 80px; /* Width of the button */
}
ul#MiniNavi li.mn03 a{
	width: 80px; /* Width of the button */
}

ul#MiniNavi li a {
	font-size: 12px;
	font-weight:400;
	color:#003300;
	margin-top:10px;
	padding: 2px 3px; /* The thickness of the button */
	display: block;
	position: relative;	/* Fix the reaction region of the mouse is wrong in IE6
	text-align: center;
	text-decoration: none;
}

ul#MiniNavi li a:hover {
	color: #996600;
}


