@charset "utf-8";

/* YOKO TYPE */


table#menubar {
	margin: 0;
	padding: 0;
	background-color: #03C;
	border-top   :1px solid #C1DBEC;	
	border-bottom:1px solid #C1DBEC;	

	}

#menubar td.menu {
	font-size: 14px;
	text-align: center;
	background: url(../img/top/menu_bg1.gif);
	background-color: #03C;
	}
	
	
#menubar td.menu a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-right:1px solid #036;
	border-left:1px solid #fff;
	height:30px;
	background: url(../img/top/menu_bg1.gif);
	padding-top: 8px;
	/*
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	*/
	}

#menubar td.menu a:hover {
	color: #000;
	text-decoration: none;
	background: url(../img/top/menu_bg2.gif) repeat-x;
	border-right:1px solid #fff;
	border-left:1px solid #ccc;
	}


