@charset "UTF-8";

ul#G_nav {
	display: block;
	height: 200px;
	width: 300px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentwrap .nav #G_nav li {
	margin: 0px;
	padding: 0px;
}


/*==◆◆◆　normal◆◆◆==*/
#home {
	display: block;
	height: 50px;
	width: 299px;
}
#outline {
	display: block;
	height: 50px;
	width: 299px;
}
#histry {
	display: block;
	height: 50px;
	width: 299px;
}
#report {
	display: block;
	height: 50px;
	width: 299px;
}

/*==◆◆◆　link ◆◆◆==*/
#home a {
	display: block;
	height: 50px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#outline a {
	display: block;
	height: 50px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	text-indent: -9999px;
}
#histry a {
	display: block;
	height: 50px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	text-indent: -9999px;
}
#report a {
	display: block;
	height: 51px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	text-indent: -9999px;
}

/*==◆◆◆　hover Action!! ◆◆◆==*/
#home a:hover {
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	text-indent: -9999px;
}
#outline a:hover {
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -50px;
	text-indent: -9999px;
}
#histry a:hover {
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -100px;
	text-indent: -9999px;
}
#report a:hover {
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -150px;
	text-indent: -9999px;
}

/*==◆◆◆　hit Action!! ◆◆◆==*/
#home_body #home a {
	display: block;
	height: 50px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px 0px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
#outline_body #outline a {
	display: block;
	height: 50px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px -50px;
	text-indent: -9999px;
}
#histry_body #histry a {
	display: block;
	height: 50px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px -100px;
	text-indent: -9999px;
}
#report_body #report a {
	display: block;
	height: 51px;
	width: 299px;
	text-decoration: none;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px -150px;
	text-indent: -9999px;
}
