@charset "UTF-8";
/* CSS Document */

body,div,p,
a,ul,li,dd,dt,dl,
table,tr,td,th,
h1,h2,h3,h4,h5,h6,
img,address,
form,fieldset,legend,lavel,input{
	margin:0;
	padding:0;
	border:none;
	color:#666;
	font-weight:normal;
	text-align:left;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



li{
	list-style:none;
}

a,address{
	text-decoration:none;
	font-style:normal;
}






.cf:before,
.cf:after{
	content:"";
	display:table;}
.cf:after{
	clear:both;}
.cf{*zoom:1;}

