@charset "utf-8";
/* CSS Document */

ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 900px;
	list-style: none;
	background-image: url(../image/n_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	height: 38px;
	text-decoration:none;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.m000 {
	width: 100px;
	background-image: url(../image/000_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
}
ul#topnav a:hover.m000 {
	width: 100px;
	background-image: url(../image/000_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
}
ul#topnav a.m001 {
	width: 100px;
	background-image: url(../image/001_1.png);
	background-repeat: no-repeat;
	height: 38px;
}
ul#topnav a:hover.m001 {
	width: 100px;
	background-image: url(../image/001_2.png);
	background-repeat: no-repeat;
	height: 38px;
}
ul#topnav a.m002 {
	width: 100px;
	background-repeat: no-repeat;
	background-image: url(../image/002_1.png);
	height: 38px;
}
ul#topnav a:hover.m002 {
	width: 100px;
	background-image: url(../image/002_2.png);
	background-repeat: no-repeat;
	height: 38px;
}
ul#topnav a.m003 {
	width: 100px;
	background-image: url(../image/003_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
}
ul#topnav a:hover.m003 {
	width: 100px;
	background-image: url(../image/003_2.png);
	background-repeat: no-repeat;
	height: 38px;
}
ul#topnav a.m004 {
	width: 100px;
	background-image: url(../image/004_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
}
ul#topnav a:hover.m004 {
	width: 100px;
	background-image: url(../image/004_2.png);
	background-repeat: no-repeat;
	height: 38px;
}


ul#topnav li .sub {
	position: absolute;
	left: 0;
	float: left;
	display: none;
	background-image: url(../image/sub_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 145px;
	width: 102px;
	text-align: center;
	top: 38px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	width: 102px;
	float: left;
	height: 145px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.sub li {
	list-style: none;
	margin: 0;
	line-height:25px;
	padding-left: 30px;
	text-decoration:none;
}

ul.sub li>a {
	list-style: none;
	margin: 0;
	line-height:25px;	
	text-decoration:none;
}


ul#topnav .sub ul li a {
	float: none; /*--Reset text indent--*/
	height: 20px;
	display: block;
	text-decoration: none;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}
#home .container #topnav li .sub ul .sub_01 a {
	background-image: url(../image/000_sub01_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_02 a {
	background-image: url(../image/000_sub02_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_03 a {
	background-image: url(../image/000_sub03_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_04 a {
	background-image: url(../image/000_sub04_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_01 a:hover {
	background-image: url(../image/000_sub01_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_02 a:hover {
	background-image: url(../image/000_sub02_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_03 a:hover {
	background-image: url(../image/000_sub03_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
#home .container #topnav li .sub ul .sub_04 a:hover {
	background-image: url(../image/000_sub04_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: none;
	height: 20px;
	width: 80px;
}
