@charset "utf-8";
/* 初期化のためのスタイル */

body, 
h1, h2, h3, h4, h5, h6, p, div, 
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

/*float解除のためのクラスclearfix*/
.clearfix {
	zoom:1;
	position:relative;
}

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