@charset "utf-8";
/* CSS Document */

#topnavi{
	width:100%;
	text-align:center;
}
#topnavi ul{
	list-style:none;
	position:relative;
	font-family:arial, verdana, sans-serif;
	background:#fff;
	font-size:12px;
}
#topnavi li{
	display:block;
	float:left;
	text-align: center;
	background-position:center;
	background-repeat:no-repeat;
}
#topnavi li a {
	display:block;
	float:left;
	height:50px;
	text-decoration:none;
	cursor:pointer;
	background-position:center;
	background-repeat:no-repeat;
}
#topnavi li a b{
	visibility:hidden;
}

#topnavi li#home,
#topnavi li#home a{background: url(../img/navi_01.jpg); width:113px;}
#topnavi li#service,
#topnavi li#service a{background: url(../img/navi_02.jpg); width:113px;}
#topnavi li#price,
#topnavi li#price a{background: url(../img/navi_03.jpg); width:115px;}
#topnavi li#counter,
#topnavi li#counter a{background: url(../img/navi_04.jpg); width:114px;}
#topnavi li#application,
#topnavi li#application a{background: url(../img/navi_05.jpg); width:119px;}
#topnavi li#register,
#topnavi li#register a{background: url(../img/navi_06.jpg); width:115px;}
#topnavi li#faq,
#topnavi li#faq a{background: url(../img/navi_07.jpg); width:111px;}

/* hover img */
#topnavi li#home a:hover,
#topnavi li#home .current {background: url(../img/navi_hover_01.jpg); width:113px;}
#topnavi li#service a:hover,
#topnavi li#service .current{background: url(../img/navi_hover_02.jpg); width:113px;}
#topnavi li#price a:hover,
#topnavi li#price .current{background: url(../img/navi_hover_03.jpg); width:115px;}
#topnavi li#counter a:hover,
#topnavi li#counter .current{background: url(../img/navi_hover_04.jpg); width:114px;}
#topnavi li#application a:hover,
#topnavi li#application .current{background: url(../img/navi_hover_05.jpg); width:119px;}
#topnavi li#register a:hover,
#topnavi li#register .current{background: url(../img/navi_hover_06.jpg); width:115px;}
#topnavi li#faq a:hover,
#topnavi li#faq .current{background: url(../img/navi_hover_07.jpg); width:111px;}



#topnavi table {
	position:absolute;
	top:0;
	left:0;
	z-index:300;
	border-collapse:collapse;
	padding:0;
	width:0;
	height:0;
	margin:-1px;
}
#topnavi table {
	color:#FF0000;
}

#topnavi #sub {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style:none;
	text-align:left;
}

#topnavi li:hover {
	position:relative;
	z-index:200;
}
#topnavi a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}
#topnavi #sub li b{
	visibility:visible;
}

#topnavi :hover ul#sub{
	left:0;
	top:40px;
	background: #C03;
	width:150px;
	height:auto;
	z-index:300;
}
#topnavi :hover ul#sub li{
	display:block;
	position:relative;
	float:left;
	z-index:300;
	width:150px;
	font-weight:normal;
}
#topnavi :hover ul#sub li a{
	display:block;
	color:#fff;
	width:150px;
	z-index:300;
	padding:10px 0px;
	height:20px;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	cursor:pointer;
}
#topnavi :hover ul#sub li a:hover{
	background-position: 0 50px;
	position:relative;
	background: #FFE8E9;
	z-index:300;
	color:#c03;
}


