body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
img {
    border: 0px;
	vertical-align:bottom;
}

ul {
	list-style-type: none;
}
body {
	text-align: center;
	background-image: url(../img/back.gif);
}
