@charset "utf-8";

body{
	color: #000000;
	background-color: #272727;
}

a img {
border:none;
background: transparent;
}


/*braider*/

a {
	color: #FFCC66;
}

.usual {
	text-align: center;
	color: #999;
	background-color: #272727;
	background-repeat: no-repeat;
}
	#header_menu {
		display: block;
		height:27px;
		padding:15px 15px 0 15px;
	}
	#header_menu a{
		color: #FDFDFD;
	}
	#header_menu ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:0 3px 0 0;
	background-image: url(../img/p/header_menu_spl.gif);
	background-repeat: repeat-y;
	background-position: right center;
	}
	#header_menu li {
	 	display:inline;
	 	margin:5px 0;
		padding:0px 5px 0px 10px;
		background : url(../img/p/header_menu_spl.gif) repeat-y left center;
	}
	#header_menu .hm_main {
		float:left;
	}
	#header_menu .hm_sub {
		float:right;
		font-size:75%;
	}


