@charset "UTF-8";

body {
	background-image: url(../images/base/slash.png);
	background-repeat: repeat;
	text-align:center;
}

#wrapper{
	margin:0 auto 27px;
	background-color: #000;
	width:996px;
	text-align:left;
	color: #EBEBEB;	
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

#header{
	width:996px;
	height:30px;
	padding:8px 0 8px 0;
	margin:0 auto 2px auto;
	text-align:left;

}




#footer{
	clear:both;
	padding:0px 0 0 8px;
	margin:0 0 0 0;
	height:84px;
	background-color: #FFF;
	background-image:url(../images/top/bk_bg003.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	   
	   
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.bl-hover{ background:#111; }

.crd{
	font-size:11px;
	color:#000;
	line-height:105%;
	float:right;
	margin:25px 20px 20px 0;
	padding:0 0 0px 0;
	}