@charset "utf-8";
body {
	margin: 0px;
	text-align: center;
	background-image: url(../images/back.jpg);
	font-family: "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #666;
	height: 100%;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #C66;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	line-height: 16px;
	padding-top: 5px;
}
h3 {
	margin-bottom: 12px;
}
.left_box .text_sp {
	margin-top: 12px;
}
.text_red {
	color: #900;
}


.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
