/*=========================================
デフォルト設定
=========================================*/

html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, address, blockquote, table, img, hr, div, form, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 100%;
}
ul {
	list-style:none;
}
img {
	border: 0;
	display: block;
}
hr {
	clear: both;
	visibility: hidden;
}



/*=========================================
floatバグ対策
=========================================*/

.clearfix:after {
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content:".";
}
/*= IE5/6 =*/
@media all { * html .clearfix {
	height:1%;
} }
/*= IE7 =*/
*:first-child+html .clearfix {
	overflow: hidden;
}
/*= MacIE5 =*/
* html>body .clearfix {
	display: inline-block;
}