@charset "shift_jis";

body {
	font-family: 'ＭＳ Ｐゴシック';
	border-top:solid 4px #040404;
	line-height: 1.8em;	
	color:#333333;
	background:#232323;
}
#back_color {
	background:#FFFFFF;
	padding-bottom:30px;
}
#container {
	width:802px;
	margin:0 auto;
}

/* ヘッダ */

#header {
	width:802px;
	padding-bottom:15px;
}
#header h1{
	padding-top:21px;
	width:192px;
	height:50px;
	float:left;
}
#header_navi {
	width:425px;
	float:right;
}
#header_navi ul {
}
#header_navi ul li {
	list-style:none;
	float:left;
}
#header #search {
	float:right;
	width:149px;
	padding:18px 0 0 10px;
	position:relative;
} 

#header input.text {
	background:url(/cmn_img/img_search.gif) no-repeat;
	border:none;
	width:67px;
	height:30px;
	padding:5px 6px 0px 25px;
}
/* IE7 用　*/
*+html body	#header input.searchbtn {
	background:url(/cmn_img/b_search.gif) no-repeat;
	width:51px;
	height:30px;
	text-indent:-9999px;
	border:none;
	position:absolute;
	right: 0 ;
	top: 19px;
	cursor:pointer;

	}
/* モダンブラウザ　*/
#header input.searchbtn {
	background:url(/cmn_img/b_search.gif) no-repeat;
	width:51px;
	height:30px;
	text-indent:-9999px;
	border:none;
	position:absolute;
	right: 0 ;
	top: 18px;
	cursor:pointer;
	}
/* IE6　*/
*html body #header input.searchbtn {
	background:url(/cmn_img/b_search.gif) no-repeat;
	width:51px;
	height:30px;
	text-indent:-9999px;
	border:none;
	position:absolute;
	right: 0 ;
	*top: 19px;
	cursor:pointer;
	}



/* グローバルナビゲーション */
#navi {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}
#navi ul {
}
#navi ul li{
	float:left;
	list-style:none;
	}


/* パンクズ  */
#pankuzu ul {
	padding:10px 12px;
	border-bottom:solid 1px #d3d3d3;
	
}
#pankuzu ul li {
	display:inline;
	padding:0 5px;
}
/* フッタ　*/
#footer {
	background:#232323;
	border-top:solid 1px #a7a7a7;
	padding:25px 0;
	clear:both;
}
#footer_nv {
	width:802px;
	margin:0 auto;
	text-align:right;
	color:#b8b8b8;
}
#footer_nv ul {

}
#footer_nv ul li{
	display:inline;
}
#footer_nv ul li img {
	margin-left:20px;
}
#footer_nv p {
	margin-top:10px;
}

