/* CSS Document */
#left_menu {
	width: 167px;
	height:500px;
	border: 1px solid;
	font-family: "Century Gothic", Century, "Arial Black", "‚l‚r ƒSƒVƒbƒN";
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	margin: 0px;
}
.menu_title {
	background-image : url(contents_bar.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-bottom: 10px;
	background-position: center;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 167px;
			}
.menu_title_small a {
	text-align: right;
	color: #000000;
	width: 167px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	}
#title {
        color: #FFFFFF;
        display: block;
       }
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #FA410F;
			} 
        

