html {
	/*overflow-y:scroll; スクロールバーエリアを確保*/
}

body {
	margin: 0;
	padding:0;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
	/*font-size:0.72em;*/
	font-size:12px;
	color :#000000;
	line-height:1.5;
	background:#ffffff;
}

/*IEの縮小表示を綺麗に*/
img {
	-ms-interpolation-mode:bicubic;
}
 
#liquidbgcontainer {
	display:block;
	margin:0;
	padding:0;
}

#liquidbgimg {
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:-100;
}

#container {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	z-index:99;
}

#main {
	width:780px;
	margin:0 auto;
	padding:10px;
	color:#ffffff;
	background:url(./images/main-bg.png) no-repeat 0 0;
	behavior: expression( this.style.behavior || ( this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",this.style.backgroundImage = "none",this.style.behavior = "none") );
	z-index:100;
}


