@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#3F1F1F;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

img{
	border:0;
	border:hidden;
	
}
ul{
	list-style:none;
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:900px;
	background-color:#FFF;
	position:relative;
}

 
#wrap #header {
	width:900px;
	height:171px;
}



/*コンテナー*/

#container{
	width:900px;
}


	

/*クリアフィックス*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} /* End hide from IE-mac */
/*クリアフィックス END*/
	






























	