@charset "UTF-8";
/* CSS Document */
html,body{height:100%;}
#wrapper{
padding:0px;
}

#flash{
width:100%;
min-width:830px;
height:100%;
min-height:640px;
}
* html #flash{
width:expression((document.documentElement.clientWidth < 836) ? "830px" : "100%");
height:expression((document.documentElement.clientHeight < 646) ? "640px" : "100%");
}



#note{
margin:50px auto;
background:url(../common/getflash_bg.jpg) no-repeat;
width:390px;
height:355px;
}
#note #logo{padding:57px 0 44px;}
#note p{
padding-bottom:0.8em;
line-height:1.5em;
padding-bottom:10px;
}