body {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "中ゴシックBBB","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #336699;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 1.5;
}
p {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
}
/* clear fix -------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{display:inline-block;}
/* Hide from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac\*/
