@charset "utf-8";


#header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#header #gMenu {
	float: right;
	width: 527px;
	height: 30px;
	margin-top: 0px;
	display: inline;
	padding-right: 10px;
}

#header #gMenu ul {
	list-style-type: none;
}
#header #gMenu li {
	float:left;
	text-indent: -9999px;
	display: block;
	height: 30px;
}
#header #gMenu li a {
	text-decoration: none;
	display: block;
	height: 30px;
}

#header #gMenu li#gMenu01 {
	width: 70px;
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #gMenu li#gMenu01 a{
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#header #gMenu li#gMenu01 a:hover {
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#header #gMenu li#gMenu02 {
	width: 75px;
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}
#header #gMenu li#gMenu02 a{
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -70px -30px;
}
#header #gMenu li#gMenu02 a:hover {
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}


#header #gMenu li#gMenu03 {
	width: 112px;
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -145px 0px;
}
#header #gMenu li#gMenu03 a{
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -145px -30px;
}
#header #gMenu li#gMenu03 a:hover {
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -145px 0px;
}


#header #gMenu li#gMenu04 {
	width: 177px;
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -257px 0px;
}
#header #gMenu li#gMenu04 a{
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -257px -30px;
}
#header #gMenu li#gMenu04 a:hover {
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -257px 0px;
}


#header #gMenu li#gMenu05 {
	width: 93px;
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -434px 0px;
}
#header #gMenu li#gMenu05 a{
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -434px -30px;
}
#header #gMenu li#gMenu05 a:hover {
	background-image:url(../images/gMenu.gif);
	background-repeat: no-repeat;
	background-position: -434px 0px;
}

#header #sMenu {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	display: inline;
	margin-bottom: 5px;
}

#header #sMenu li a {
	text-decoration: none;
	color: #59afe3;
	text-decoration: none;
}
#header #sMenu ul{
	list-style-type: none;
}
#header #sMenu li {
	float:left;
	margin-left: 6px;
	background-image: url(../images/arrow_sMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 40%;
	padding-left: 15px;
	font-size: 80%;
}


#header #rogo {
	padding-left: 20px;
	padding-top: 25px;
	width: 60px;
	float: left;
}
#footer #footerBody #fMenu ul {
	list-style-type: none;
}


/*　フッター

-----------------------------------------------------------------------*/
#footer {
	position: relative;
	margin-top: -178px; /* negative value of footer height */
	height: 178px;
	clear:both;
	background-color: #9bd400;
	background-image: url(../images/bk.gif);
	background-repeat: repeat-x;
}

#footerBody {
	background-color: #9BD400;
	width: 750px;
	margin: 0 auto;

}
#footerContent {
	background-color: #9BD400;
	width: 750px;
	height: 100px;
	background-image: url(../images/footer_bk.gif);
	background-repeat: repeat-x;
}

#footer #copyright {
	clear: both;
	width: 750px;
	height: 78px;
}

#footer #footerContent #fMenu {
	width: 370px;
	background-color: #FFFFFF;
	height: 18px;
	margin-top: 15px;
	margin-left: 200px;
	padding-top: 8px;
	padding-left: 8px;
	float: left;
	display: inline;
}

body:first-of-type #footer #footerContent #fMenu {
	font-size: 90%!important;
}

#footer #footerContent #fMenu li {
	float: left;
	padding-right: 5px;
	color: #7ebb1d;
}
#footer #footerContent #fMenu li a{
	color: #7ebb1d;
	font-size: 90%;
	text-decoration: none;
}
