@charset "utf-8";

/* TATE TYPE */

table#menubar {
	margin: 0;
	padding: 0;
	/*
	background-color: #FFF;	
	border-top   :1px solid #999999;	
	border-bottom:1px solid #999999;
	*/
	}

#menubar td.menu {
	/* width:11%; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top:1px solid #CCC;
	}

#menubar td.menu a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding:4px;
	background-color: #b7bbc1;
	/* background: url(menu_bg1.gif) repeat-x; */
	}


#menubar td.menu a:hover {
	color: #fff;
	vertical-align: middle;
	text-decoration: underline;
	background-color: #e52429;
	/* background: url(menu_bg2.gif) repeat-x; */
	}

#menubar th.menu {
	font-size: 11px;
	font-weight:normal;
	text-align: left;
	border-bottom:1px solid #CCC;
	padding:4px;
	}