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

/* index_header --------------------------------------------------------------------*/
.index_header { width:800px; height:50px; text-align:center; background-image:url(/img/index/index_header.jpg); }
.index_header h1 { color:#999; font-size:12px; line-height:40px; font-weight:normal; }

/* index_image --------------------------------------------------------------------*/
.index_image img { margin:0px auto; }

/* index_btn --------------------------------------------------------------------*/
.index_btn { width:800px; height:auto; text-align:center; margin:20px 0; }
.index_btn table { color:#666; margin:0px auto; text-align:left; }
.index_btn a { width:150px; height:50px; display:block; overflow:hidden; text-indent:-9999px; }
.index_btn a:hover { background-position:0 -50px; }
.enter a { background:url(/img/index/enter.jpg); }
.leave a { background:url(/img/index/exit.jpg); }

/* index_mobile --------------------------------------------------------------------*/
.index_mobile { width:300px; margin:0px auto 20px; text-align:left; }
.index_mobile p { color:#A28C74; font-size:18px; line-height:24px; margin:20px 0 10px; padding-left:7px; border-left:5px #A28C74 solid; border-bottom:1px #A28C74 solid; }
.index_mobile img { float:left; }

