@charset "UTF-8";
/* CSS Document */

/* common
=======================================*/
html body {
font-size:80%;
}

/*IE6*/
*html body {
zoom: 75%;
}
/*IE7*/
*+html body {
zoom: 95%;
}

/*FF*/
*>html body {
font-size:100%;
}

*>#contents{
overflow:visible !important;
min-height:100px;
}

*>#contents #main{
overflow:visible !important;
}

#footer{
background:none;
}
