@charset "UTF-8";

/* 整體結構
---------------------------------------------------------------------------------------- */
body, div, p, img, ul, li, form, th, td{
 margin:0;
 padding:0;
}

body{
 background:#000 url(../_ind_img/bground.jpg) repeat-y;
 color:#1a1a1a;
 font-family:Verdana, Arial, MingLiu, sans-serif; 
 font-size:75%;
 line-height:150%;
 text-align:center;
}

#wrapper{
 background:#000;
 height:100%;
 margin:0 auto;
 text-align:left;
 width:800px;
}

p{
 font-size:1em;
}

html>body #wrapper {
 height: auto;
}

img{
 border:none;
}

ul, ol, li{
 list-style:none;
}

.clear{ 
 border:0;
 clear:both; 
 display:block;
 margin:0;
 padding:0;
}

/* 連結
---------------------------------------------------------------------------------------- */
a:link, a:visited{
 color:#363636;
 text-decoration:none;
}

a:hover{
 color:#333;
 text-decoration:underline;
}

a{
 outline: none;
}

/* 頁首
---------------------------------------------------------------------------------------- */
#header{
 display:none;
}

.logo{
 padding:8px 0 0 45px;
}

.search{
 color:#fff;
 top:15px;
 right:20px;
 position:absolute;
}

.input_01{
 background-color:#000;
 border:1px solid #ccc;
 color:#dcdcdc;
 width:120px;
}

#topnav{
 display:none;
}
/* 頁尾
---------------------------------------------------------------------------------------- */
#footer{ 
 display:none;
}

#footer a{ 
 color:#b50007;
 font-size:.8em;
 font-weight:bold;
}

