@charset "Shift_JIS";

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

/*html{overflow-y: scroll;}*/
img{border: none;}
li{list-style: none;}
strong{font-weight: bolder;}

html{
	height: 100%;
}

body{
	height: 100%;
	color: #ddd;
	font-size: 12px;
	line-height: 1.8;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background: #000;
}

*html body{font-size: 75%;}
*:first-child+html{font-size: 75%;}


a:link,
a:visited{
	color: #5d4c31;
	text-decoration: none;
}

a:hover,
a:active{
	color: #b1915f;
	text-decoration: none;
}

/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
	display: inline-table;
	zoom:1;
}

.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
