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

/* index --------------------------------------------------------------------*/
/* index_body --------------------------------------------------------------------*/
.index_body{ background:url(/img/index/index_back.jpg) no-repeat top center; }

.index_wrapper{width:800px; height:auto; margin:0px auto; background-color:#FFFFFF; font-size:12px; line-height:135%; clear:both;}

.index_wrapper h1{ display:none; line-height:0;}

.index_bar{margin:10px auto;}

.index_btn { width:800px; height:440px; background:url(/img/index/index_image.jpg); }
.index_btn a { width:150px; height:65px; display:block; overflow:hidden; text-indent:-9999px; }
.index_btn a:hover { background-position:0 -65px; }
.index_enter a { background:url(/img/index/index_enter.jpg); }
.index_exit a { background:url(/img/index/index_exit.jpg); }

.index_mobile{width:400px; height:auto; margin:10px auto; text-align:left; clear:both;}
.index_mobile p{color:#C03; font-size:10px; line-height:100%; margin-bottom:10px;}
.index_mobile strong{font-size:18px; font-weight:bold; line-height:135%;}
.index_mb_left{width:200px; height:auto; float:left;}
.index_mb_right{width:200px; height:auto; float:right;}
.index_mb_right img{margin-right:10px; float:left;}

.index_copyright { color:#999; background:#fff; }
.index_copyright a { color:#999; }

