html {
    margin-bottom:1px;
    height:100%;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 3px;
}


/* IE6以下でpadding指定 */
*html body {
padding-left: 3px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 1.5;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#wrapper #container {
	margin: 15px;
	width: 770px;
}
#wrapper #footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

