@charset "UTF-8";
/* CSS Document */

html, body {
width:100%;
height:100%;
text-align: center;
background-color: #FFF;
margin:0px;
padding:0px;
position: relative;
}
/* homelink */
#homelink{
position: fixed;
right: 10px;
bottom: 10px;
height: 65px;
width: 49px;
z-index: 999;
}
#homelink a{
font-size: 1px;
text-indent: -1000em;
overflow: hidden;
behavior: url(http://www.q-pot.jp/special/js/iepngfix.htc);
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: left top;
display: block;
padding: 0px;
height: 65px;
width: 49px;
}
/* //homelink */
#flashcontent {
margin: 0px;
padding: 0px;
height: auto;
width: 100%;
position: relative;
z-index: 0;
}
