/*==== oz design works =====*/
@charset "Shift_JIS";

/*==== nav common =====*/
#G_nav {
	display: block;
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#G_nav li {
	float: left;
}

/*==== nav name =====*/
#home {
	height: 60px;
	width: 150px;
	display: block;
}
#aboutus {
	height: 60px;
	width: 150px;
	display: block;
}
#waterproof {
	height: 60px;
	width: 150px;
	display: block;
}
#repair {
	height: 60px;
	width: 150px;
	display: block;
}
#case {
	height: 60px;
	width: 150px;
	display: block;
}
#contact {
	height: 60px;
	width: 150px;
	display: block;
}

/*==== nav a =====*/
#home a {
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}
#aboutus a {
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}
#waterproof a {
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}
#repair a {
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -450px 0px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}
#case a {
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px 0px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}
#contact a {
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -750px 0px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}

/*==== nav a:hover =====*/
#home a:hover {
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#aboutus a:hover {
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -150px -60px;
}
#waterproof a:hover {
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -60px;
}
#repair a:hover {
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -450px -60px;
}
#case a:hover {
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px -60px;
}
#contact a:hover {
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -750px -60px;
}

/*==== nav hit =====*/
#home_body #home a {
	display: block;
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	text-indent: -9999px;
	overflow: hidden;
}
#aboutus_body #aboutus a {
	display: block;
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -150px -120px;
	text-indent: -9999px;
	overflow: hidden;
}
#waterproof_body #waterproof a {
	display: block;
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -120px;
	text-indent: -9999px;
	overflow: hidden;
}
#repair_body #repair a {
	display: block;
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -450px -120px;
	text-indent: -9999px;
	overflow: hidden;
}
#case_body #case a {
	display: block;
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px -120px;
	text-indent: -9999px;
	overflow: hidden;
}
#contact_body #contact a {
	display: block;
	height: 60px;
	width: 150px;
	background-image: url(../image/common/G_nav.jpg);
	background-repeat: no-repeat;
	background-position: -750px -120px;
	text-indent: -9999px;
	overflow: hidden;
}
#F_nav {
	display: block;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#F_nav li {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#F_nav li a {
	text-decoration: none;
	color: #666;
}
#F_nav li a:hover {
	color: #900;
	text-decoration: underline;
}
