@charset "utf-8";

*	{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	position:relative;
	background:url(../img/spacer.png);
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,body	{
	color:#333;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1;
}

h1,h2,h3,h4,h5,h6	{
	font-weight:bold;
	font-size:18px;
	color:#111;
}

::selection { background-color:#f50; color:#fff;}

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

a			{color:#f64444; text-decoration:none;}
a:hover		{}
a:visited	{}
a:active	{}


