﻿@charset "utf-8";
/*mio*/

body{width:100%; height:100%; margin:0; padding:0; color:#fff; background:#fff url(image/index/bg.png) center center repeat; z-index:0;}
#bodycover{width:100%; height:100%; margin:0; padding:0; position:absolute; left:0; top:0; background:#000; z-index:1;}

a{text-decoration:none; color:#000;}
a:hover{text-decoration:underline;}
a:visited{color:#000;}

#stage{width:800px; height:450px; border:none; margin:0; padding:0; overflow:hidden; background:#000; z-index:15;}

#header{width:100%; height:0px; margin:0; padding:0; z-index:10;}
#shadow{width:100%; height:24px; margin:0; padding:0; position:absolute; left:0; top:0; background:url(../index/image/shadow.png) center top repeat-x; z-index:9;}
#mainer{width:100%; height:320px; margin:0; padding:0; z-index:10;}
#footer{width:100%; height:320px; margin:0; padding:0; z-index:10;}

#logo{width:120px; height:60px; background:url(../index/image/logo.png) no-repeat; margin:0; padding:0; z-index:11; position:absolute; right:25px; bottom:45px; cursor:pointer; opacity:0.5;}

#world{position:absolute;}
.corner{width:32px; height:32px;}
#lt{background:url(image/index/lt.png);}
#ct{background:url(image/index/ct.png);}
#rt{background:url(image/index/rt.png);}
#lc{background:url(image/index/lc.png);}
#cc{background:url(image/index/cc.png);}
#rc{background:url(image/index/rc.png);}
#lb{background:url(image/index/lb.png);}
#cb{background:url(image/index/cb.png);}
#rb{background:url(image/index/rb.png);}

#tips{color:#000; text-align:center; width:100%; bottom:0; position:absolute;}

/*2009.12.12*/