@charset "utf-8";
/* CSS Document */

/*Reset
-----------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	position: relative;
}
img{
	border:none;
}
li, dl, dt, dd{
	list-style-type:none;
}

/*Fonts
-----------------------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:75%; /*IE*/
}
	html>/**/body{font-size:12px;}/*Except IE*/
	
/*clearfix
-----------------------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
}
.clearfix{/zoom:1;} /*IE*/
	
a {
	text-decoration: none;
}
