@charset "utf-8";
/* CSS Document */
/*スタイル初期化CSSファイル*/
*{margin:0;
	padding:0;
	font-size : 100%;
	font-style: normal;
	font-weight: normal;
}

img {
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6, p, pre,blockquote,ul,ol,li, dl, dd,dt,address{
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:100%;
	font-size:12px;
}

ol,ul,li{list-style-type:none}

a img{
	border: none;
}

strong{font-weight:normal;}

.cf{
	overflow: hidden;
	display:inline-block;
}
.cf:after{
	content:".";
	display: block;
	visibility: hidden;
	height:0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear:both;
}
hr{
	margin:0;
	border:none;
}
/*基本フォントサイズ*/
p{
	font-size:12px;
	line-height:150%;
}