@charset "utf-8";
/* default_css */

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	*font-size: small;
	*font: x-small;    
	line-height: 1.8;
	color: #d1d1d1;
	background: #000;
	font-size:12px;
	min-width:1170px;
}

/* html5 */
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

img {
	vertical-align: top;
}

/* clearfix */
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
}