@charset "utf-8";

/* 整體結構
---------------------------------------------------- */
html{    /* ■捲軸顏色設定*/
SCROLLBAR-HIGHLIGHT-COLOR: #6cb4b4;
 SCROLLBAR-ARROW-COLOR: #d8d8fc;
 SCROLLBAR-TRACK-COLOR: #006c90;
 SCROLLBAR-BASE-COLOR: #000000
}

body {   /* ■一般文字設定以及網頁背景圖*/
  margin: 0;
  padding: 0; 
  line-height: ;
  font-size: 12px;
  background: #000000;
  background-image: url("http://img.walei.tw/images/starbg.gif");
  background-repeat:repeat;  
  background-attachment:fixed;
  color:#333333;
}

input {/* ■按鈕 */
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#333333;
 border: 1px solid #CCCCCC;  
  background: #FFFFFF;
}

select {/* ■拉吧 */
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#666666;
 border: 1px solid  #666666;  
  background: #FFFFFF;
}


textarea {/* ■輸入框 */
width:100%;
 border: 1px solid  #666666;  
vertical-align:middle;
}


.container{ /* ■控制居中，以及中間背景圖*/
padding:0px;
margin-left: auto;
margin-right: auto;
width: 778px;
 height:100%;
 color: #333333;
background-image: url("http://img.walei.tw/home_tpl/images/publicbg.gif");
}




/* 連結
---------------------------------------------------- */
a:link {
  color: #B3C2D0;
  background: transparent;
   text-decoration: none;
}
a:visited {
    text-decoration: none;
    color:#D3AFD0;
    background: transparent;
}
a:hover, a:active {
    text-decoration: none;
    color:#66FFFF;
  background: transparent;
}


/* 頁首
---------------------------------------------------- */

.header{/* ■上方table */
 background: url("http://img.walei.tw/images/topbg.jpg") repeat-x;  /* ■header背景圖 */
 width:100%;
  height:50px;
}

.header a:link{	 /* ■回上一頁 */
 font-size: 12px;
 color: #FFFFFF;
 text-decoration: none;
}

.header a:visited {
    text-decoration: none;
    color: #EFF7FF;
}

/* 標題
---------------------------------------------------- */

.texttitle{
font-size:14px;
color:#FFFFFF;
 letter-spacing: 0.15em;   /* ■文字間隔*/
}

.texticon{
font-size:12px;
color:#FFFFFF;
 letter-spacing: 0.15em;   /* ■文字間隔*/
}

/* 表格
---------------------------------------------------- */

.listlable{
  background: url("http://img.walei.tw/images/insertbg.gif");
  line-height:27px;
}

.listlable_1{
  background: #E7EDEF;
  height:27px;
 padding:0.2em 0 0 0;
}

.listlable_2{
  background: #FFFF99;
  height:27px;
 padding:0.2em 0 0 0;
}

.listlable_3{
  border-bottom: 1px #CCCCCC dashed;
  height:27px;
 font-size:12px;
}

.listlable_3 td{
  border-bottom: 1px #CCCCCC dashed;
}

.listlable_4{
  background: #CC0000;
  padding:0.2em 0 0 0;
  color:#FFFFFF;
}


.list{
 height:27px;
padding:5px;  
 border-collapse:collapse;     /* ■表格邊線交錯處重疊 */ 
}
.list td{
  border-bottom: 1px #CCCCCC dashed;
  height:27px;
}

.list1{
 border-collapse:collapse;     /* ■表格邊線交錯處重疊 */ 
}


/* 列表
---------------------------------------------------- */

.list2 ul{ /*■項目標題文字*/
  margin: 0.2em 0 0 0;  
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list2 li { /* ■項目符號*/
  padding-left: 20px;
  margin: 0.2em;
  border-bottom: 1px #CCCCCC dashed; 
  background: url("http://img.walei.tw/home_tpl/images/newsarrow.gif") no-repeat 5px 0.1em;
  line-height: 1.5em;
}

.list2 p {/* ■這設定控制群組管理 */
  text-align: right;
  padding-right:5px;
  margin: 0;
}


/*文字區塊
---------------------------------------------------- */
.block{
 padding:5px;
}

.article{
  font-size:16px;
  line-height: 1.5em;
}

.article li { /* ■使用在qa裡*/
  padding: 0 20px; 
 background: url("http://img.walei.tw/home_tpl/images/newsarrow.gif") no-repeat 2px 0.5em;
  list-style: none;
color:#83A0B8;
}

.article p {
  border-bottom: 1px #CCCCCC dashed; 
font-size:13px;
color:#333333;
}