@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;}

body{
	color: #eee;
	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;
}
