@charset "utf-8";
/* CSS Document */
dl,dt,dd{margin: 0; paddding: 0;}
.menu{
	width:170px;
	}
div#menu_all,div#menu_com{
	}
div#menu_all p a:link,div#menu_all p a:visited,div#menu_com p a:link,div#menu_com p a:visited{
	height:25px;
	display:block;
	background:url(../img/menu/menu_off.gif) no-repeat;
	padding:7px 0 0 27px;
	font-weight:bold;
	}
div#menu_all p a:hover,div#menu_com p a:hover{
	height:25px;
	display:block;
	background:url(../img/menu/menu_on.gif) no-repeat;
	padding:7px 0 0 27px;
	font-weight:bold;
	}

div#menu_brand p a:link,div#menu_brand p a:visited,div#menu_brand p a:hover{
	padding:10px 0 0 40px;
	height:20px;
	display:block;
	background:url(../img/menu/orange.gif) no-repeat;
	font-weight:bold;
	text-decoration:none;
	}
div#menu_service p a:link,div#menu_service p a:visited,div#menu_service p a:hover{
	padding:10px 0 0 40px;
	height:20px;
	display:block;
	background:url(../img/menu/yellow.gif) no-repeat;
	font-weight:bold;
	text-decoration:none;
	}
div#menu_publisher p a:link,div#menu_publisher p a:visited,div#menu_publisher p a:hover{
	padding:10px 0 0 40px;
	height:20px;
	display:block;
	background:url(../img/menu/gray.gif) no-repeat;
	font-weight:bold;
	text-decoration:none;
	}
div#menu_knowledge p a:link,div#menu_knowledge p a:visited,div#menu_knowledge p a:hover{
	padding:10px 0 0 40px;
	height:20px;
	display:block;
	background:url(../img/menu/green.gif) no-repeat;
	font-weight:bold;
	text-decoration:none;
	}
div#menu_ranking p a:link,div#menu_ranking p a:visited,div#menu_ranking p a:hover{
	padding:10px 0 0 40px;
	height:20px;
	display:block;
	background:url(../img/menu/blue.gif) no-repeat;
	font-weight:bold;
	text-decoration:none;
	}
div.menu_information p{
	padding:10px 0 0 40px;
	height:15px;
	display:block;
	background:url(../img/menu/information.gif) no-repeat;
	font-weight:bold;
	text-decoration:none;
	}
div.menu ul{
	margin:0 0 0 0;
	padding:0 0 13px 0;
	background-image:url(../img/menu/bottom.gif);
	background-position:bottom;}
div.menu li{
	list-style-type:none;
	padding:0 0 0 15px;
	line-height:2em;
	border-bottom:1px solid #999999;}
li.orange{
	background:url(../img/nb_red.gif) repeat;}
li.yellow{
	background:url(../img/nb_orange.gif) repeat;}
li.gray{
	background:url(../img/nb_gray.gif) repeat;}
li.green{
	background:url(../img/nb_green.gif) repeat;}
li.blue{
	background:url(../img/nb_blue.gif) repeat;}