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

#menu {
	margin: 0px;
	padding: 0px;
}

#menu ul {
	width: 200px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AECB8E;
}

#menu ul li a {
	text-decoration: none ;
	display: block ;
	width: 200px ;
	height: 60px ;
}

#menu li#menu_1 {
	background-image: url(../img_cmn/menu/menu_1A.gif);
	background-repeat: no-repeat;
}

#menu li#menu_1 a:hover {
	background-image: url(../img_cmn/menu/menu_1B.gif);
	background-repeat: no-repeat;
}

#menu li#menu_2 {
	background-image: url(../img_cmn/menu/menu_2A.gif);
	background-repeat: no-repeat;
}

#menu li#menu_2 a:hover {
	background-image: url(../img_cmn/menu/menu_2B.gif);
	background-repeat: no-repeat;
}

#menu li#menu_3 {
	background-image: url(../img_cmn/menu/menu_3A.gif);
	background-repeat: no-repeat;
}

#menu li#menu_3 a:hover {
	background-image: url(../img_cmn/menu/menu_3B.gif);
	background-repeat: no-repeat;
}

#menu li#menu_4 {
	background-image: url(../img_cmn/menu/menu_4A.gif);
	background-repeat: no-repeat;
}

#menu li#menu_4 a:hover {
	background-image: url(../img_cmn/menu/menu_4B.gif);
	background-repeat: no-repeat;
}

#menu li#menu_5 {
	background-image: url(../img_cmn/menu/menu_5A.gif);
	background-repeat: no-repeat;
}

#menu li#menu_5 a:hover {
	background-image: url(../img_cmn/menu/menu_5B.gif);
	background-repeat: no-repeat;
}

#menu li#menu_6 {
	background-image: url(../img_cmn/menu/menu_6B.gif);
	background-repeat: no-repeat;
}

#menu li#menu_6 a:hover {
	background-image: url(../img_cmn/menu/menu_6B.gif);
	background-repeat: no-repeat;
}

#submenu {
	margin: 0px;
	padding: 0px;
}

#submenu ul {
	width: 200px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#submenu ul li {
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AECB8E;
	padding: 0px;
}

#submenu ul li a {
	text-decoration: none ;
	display: block ;
	width: 200px ;
	height: 40px ;
}

#submenu li#menu_7 {
	background-image: url(../img_cmn/menu/menu_7A.gif);
	background-repeat: no-repeat;
}

#submenu li#menu_7 a:hover {
	background-image: url(../img_cmn/menu/menu_7B.gif);
	background-repeat: no-repeat;
}
