@charset "utf-8";
/* CSS Document */

html{
    height:100%;
}
body{
   background:transparent url(../images/intro_bg.gif) no-repeat top center;
    height:100%;
    width:100%;
    margin:0px auto;
		text-align:center;
}
div#main{
	padding:31px 0;
	width:826px;
	margin:0 auto;
}

body > #main {
    height: auto;
}
img {
	border-style:none;
	border:0;
	vertical-align: bottom;/* IEの画像下の余白用*/
}
