html { 
	overflow-y:scroll; 
}
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: small;
	line-height: 1.3em;
	color: #333333;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}


body,x:-moz-broken { /* Firefox背景ズレハック */
	margin-left:-1px;
}
*:first-child+html body { /* ie7背景ズレハック */
	margin-left:1px;
} 
* html body { /* ie6背景ズレハック */
	margin-left:1px;
}
object, embed { /* firefox下部余白対策 */
	 vertical-align: top;  
}
#all {
	width: 100%;
	position: absolute;
	line-height:0;
}

#top_flash {

}


#header {
}
#contents {
}

#footer {
	text-align: center;
	line-height: 1em;
	padding-top: 10px;
}

#footer_bg {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
.copyright {
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#ifFooter-white p {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* float背景下まで表示用 */
.Box {
	overflow:auto;
}
/*\*/
	* html div.Box {overflow: visible;}
/**/
