@charset "euc-jp";

/*º¸¥á¥Ë¥å¡¼
---------------------------------------------------- */
#menu {
	width:169px;
	height: auto;
	float:left;
	font-size:12px;
	}

.menu_box {
	display: block;
	width:161px;
	height:19px;
	padding-top:7px;
	text-indent:23px;
	background-image:url(../img/menu_main02.gif);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}


#menu a {
	display: block;
	width:161px;
	height:19px;
	padding-top:7px;
	text-indent:23px;
	background-image:url(../img/menu_main01.gif);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}

#menu a:hover {
	display: block;
	width:161px;
	height:19px;
	padding-top:7px;
	text-indent:23px;
	background-image:url(../img/menu_main02.gif);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}

.menu_box_sub {
	display: block;
	width:161px;
	height:14px;
	padding-top:5px;
	text-indent:25px;
	font-size:10px;
	background-image:url(../img/ico_menu_sub02.gif);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}

#menu_sub a {
	display: block;
	width:161px;
	height:14px;
	padding-top:5px;
	text-indent:25px;
	font-size:10px;
	background-image:url(../img/ico_menu_sub01.gif);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}

#menu_sub a:hover {
	display: block;
	width:161px;
	height:14px;
	padding-top:5px;
	text-indent:25px;
	font-size:10px;
	background-image:url(../img/ico_menu_sub02.gif);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}

#menu_bottom {
	background-image:url(../img/menu_main02.gif);
	background-repeat:no-repeat;
	width:161px;
	height:5px;
	}


