@charset "utf-8";
/* CSS common */

/* body{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}*/

/*--header-------------------------------------------*/

#header {
	width: 860px;
	margin-top: 12px;
}

#logo {
	float: left;
	margin-right: 13px;
}


#reed {
	float: left;
	width: 360px;
	padding-top: 23px;
}

#utility {
	float: right;
	height: 19px;
	width: 236px;
	margin-top: 0px;
}

#utility ul {
	background-image: url(../img/common/navi_utility.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 236px;
}

#utility li {
	float: left;
	height: 19px;
	width: 118px;
	text-indent: -9999px;
}

#utility li.nu01 a {
	background-image: url(../img/common/navi_utility.gif);
	background-position: 0px 0px;
	height: 19px;
	width: 118px;
	display: block;
}

#utility li.nu01 a:hover {
	background-position: 0px -19px;
}

#utility li.nu02 a {
	background-image: url(../img/common/navi_utility.gif);
	background-position: 118px 0px;
	height: 19px;
	width: 118px;
	display: block;
}

#utility li.nu02 a:hover {
	background-position: -118px -19px;
}
/*--global main bavi -----------------------------------------*/
#gnavimain {
	clear: both;
	width: 860px;
	z-index: 2;
	margin-top: 7px;
}

ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	line-height: 0px;
}

ul#nav li {
	position: relative;
	float: left;
}

ul#nav li ul {
    position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: 47px;
	left:0;
}

/* Styles for Menu Items */
ul#nav li ul li a {
	display: block;
	text-decoration: none;
/*	color: #5A5A5A;  */
	color: #000000;
	margin-bottom:-1px;
	min-height:0;
	background-color: #d7f395;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 1.3em;
}

/* commented backslash mac hiding hack \*/
* html ul#nav li a {
    height:1%;
	position:relative;
}
/* end hack */ 

/* this sets all hovered lists to red */
#nav li:hover a , #nav li.over a , #nav li:hover li a:hover , #nav li.over li a:hover {
	color: #fff;
	background-color: #207f00;
}

/* set dropdown to default */
#nav li:hover li a , #nav li.over li a {
/*	color: #5A5A5A;  */
	color: #000000;
	background-color: #EBF9CA;
}

/* Sub Menu Styles */
#nav li:hover ul , #nav li.over ul {
     margin-left:0;
}
/* show menu*/

ul#nav span {
	font-size: 80%;
	color: #64b302;
	padding-top: 2px;
	padding-right: 2px;
}



li.gnavl11 {
	width: 195px;
	clear: left;
	float: none;
}

li.gnavl12 {
	width: 191px;
	clear: left;
	float: none;
}

li.gnavl13 {
	width: 207px;
	clear: left;
	float: none;
}

/*-- contents -----------------------------------------------*/

#contents {
	width: 860px;
	z-index: 1;
	margin: 0px auto;
	padding: 0px;
	clear: left;
}

#contents div.pagetop {
	font-size: 85%;
	text-align: right;
	width: 628px;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
}


#footer {
	background-color: #e3f8ca;
	padding: 7px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#footer address {
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
}

#footer p {
	font-size: 85%;
	width: 846px;
	text-align: right;
	margin-top: -10px;
}
/*-- bunner -----------------------------*/

#bunner {
	float: right;
	width: 216px;
	margin-top: 15px;
}

#bunner li.bu01 {
	line-height: 0px;
	margin-bottom: 2px;
}

*html #bunner li.bu01 {
	line-height: 0px;
}

#access {
	margin-top: 15px;
	float: right;
	width: 216px;
}

div.bunacc {
	padding: 7px;
	width: 200px;
	border: 1px solid #5A5A5A;
}

div.bunacc p {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.bunacc img {
	padding-top: 2px;
}

/* クリア ---------------------------------*/


#header:after , #contents:after , #footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #header , #contents , #footer { height: 1% }
#header , #contents , #footer { display: block; }
/* End Hides from IE-mac \*/


