@charset "utf-8";

*	{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
	position:relative;
	vertical-align: top;
	line-height:1.4em;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html,body	{
	height:100%;
	background:url(../img/bg-bk.wh.png);
	color:#fff;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cf:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	position:relative;
}

a{ color:#d5aa01;}
p a{ line-height:1.6em;}