﻿@charset "UTF-8";
/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
    +header        
        =logo
        =search
        =ad
        =menu        
        =nav
        =adtxt
    +content
        +crumb
        +content-main
            +main-down
        +content-sidebar
            =ad
            =info
            =hot
    +down-ad
    +footer
        =footer-main
        =copyright
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

body, html {
    min-width: 100%;
    color: #333;
    font: 11px/22px Verdana, Arial, Helvetica, sans-serif;   
}

button, textarea, select, input, img {
	color: #2F0209;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

a:active, a:visited, a:link {
    text-decoration: none;
    color: #424242;
}

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

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
	clear: both;
	height: 0px;
    display: block;
	overflow:hidden;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    /* height: 0.5%;   */  /* 2009-04-24 edit */
}

/* end hide from IE-mac */

/* +header
*----------------------------------------------------------------------------*/

/**
 *
 * =logo
 *
 **/

#header .logo {
    float: left;
    bottom: -1px;
    width: 290px;
    height: 73px;
}

/**
 *
 * =search
 *
 **/

#header .search {
    float: left;
    bottom: -1px;
    width: 300px;
    height: 28px;
    padding: 45px 0 0 0;
}

/**
 *
 * =ad
 *
 **/

#header .ad {
    float: right;
    bottom: -1px;
    width: 410px;
	_width: 400px; /* 2009-04-22 for ie6 fix */
    height: 43px;
    padding: 30px 0 0 0;
	text-align:right;
}

/**
 *
 * =menu
 *
 **/

#header .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

#header .menu ul {
    width: 300px;
    padding: 2px 0 0 0;
    text-align: right;    
    vertical-align: middle;
}

#header .menu ul li {
    display: inline;
    padding: 0 8px 0 0;
    margin: 0 1px 0 0;
    background: url(../i/l_01.gif) no-repeat right center;
}

#header .menu ul li.list {
    background: none;
}

/**
 *
 * =nav
 *
 **/

#nav {
    float: left;
    z-index: 300;
    width: 1000px;
    height: 41px;
    font-size: 13px;
    background: url(../i/bg-nav.gif) repeat-x;
    line-height: 25px;
}

#nav ul {
    padding: 0 0 0 3px;
    list-style: none;
}

#nav ul li {
    float: left;
    width: 86px;
    text-align: center;    
}

#nav ul li.more {
    width: 49px;
}

#nav ul li.more div{
    z-index: 300;
    position: absolute;
    right: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #5970B2
}

#nav ul li.more div a {
    z-index: 300;
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 10px;
    width: auto;
    height: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #FFFFFF;
    color: #2875DE;
    font: 13px arial
}

#nav ul li.more div a:hover {
    z-index: 300;
    height: auto;
    background: #49A3FF;
    color: #FFFFFF;	
}

#more li ul{
    z-index: 300;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #5970B2
}

#more li ul li{
    z-index: 300;
    float: none;
    height: auto;
    display: inline
}

#more li ul li a{
    z-index: 300;
    position: absolute;
    display: block;
    margin: 0;
    padding: 4px 10px;
    width: auto;
    height: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #FFFFFF;
    color: #2875DE;
    font: 15px arial;
}

#more li ul li a:hover{
    z-index: 300;
    height: auto;
    background: #49A3FF;
    color: #FFFFFF;	
}

#more li a samp {
    display: block;
    width: 63px;
    height: 19px;
    margin: 2px auto 0 auto;
    margin: 0 auto\9;
    background: url(../i/icon-news-y.gif) no-repeat;
    background: url(../i/icon-news-y.gif) no-repeat 0 -1px\9;
    *background: url(../i/icon-news-y.gif) no-repeat 0 0;
    text-indent: -100000px;
    text-align: center;
}
#more li a:hover samp {
    background: url(../i/icon-news.gif) no-repeat;
}
#more li.active a samp {
    display: block;
    width: 63px;
    height: 19px;
    margin: 2px auto 0 auto;
    margin: 0 auto\9;
    background: url(../i/icon-news.gif) no-repeat;
    background: url(../i/icon-news.gif) no-repeat 0 -1px\9;
    *background: url(../i/icon-news.gif) no-repeat 0 0;
    text-indent: -100000px;
    text-align: center;
}

#nav ul li a {    
    display: block;
    height: 41px;
	text-decoration: none;
    background: url(../i/btn-nav-link-l.gif) no-repeat left;    
}

#nav ul li a span {
    display: block;
    height: 31px;
    padding: 10px 5px 0 5px;
    color:#fff;
    background: url(../i/btn-nav-link-r.gif) no-repeat right;
}

#nav ul li.active {
    display: block;
    height: 41px;    
    background: url(../i/btn-nav-l.gif) no-repeat left;   
	cursor: pointer;	
}

#nav ul li.active span {    
    display: block;
    height: 31px;
    padding: 10px 5px 0 5px;
    color:#000;
    background: url(../i/btn-nav-r.gif) no-repeat right;
}

#nav ul li a:hover ,#nav ul li.active ,#nav ul li.active a{
    display: block;
    height: 41px;    
    background: url(../i/btn-nav-l.gif) no-repeat left;  
	cursor: pointer;    
}

#nav ul li a:hover span , #nav ul li.active span ,#nav ul li.active a span{    
    display: block;
    height: 31px;
    padding: 10px 5px 0 5px;
    color:#000;
    background: url(../i/btn-nav-r.gif) no-repeat right;
}


/**
 *
 * =adtxt
 *
 **/

#header .adtxt {
    font-size: 15px;
    margin: 5px 0 5px 10px;
	_margin: 3px 0 3px 10px;
}

#header .adtxt ul li {
    display: inline;
    padding: 0 0 0 20px;
    margin: 5px 85px 5px 0;
	/* header 三則文字廣告的背景圖先拿掉 2009-04-06 by Escape
    background: url(../i/i08_ad.gif) no-repeat 0 2px;
	*/
}

#header .adtxt ul li.list {
    margin: 0 0 0 0;
}



/* +content
*----------------------------------------------------------------------------*/
/* +crumb
*----------------------------------------------------------------------------*/

#content .crumb {
    height: 30px;
    color:#808080;
    background: #f0f0f0;       
}

#content .crumb p {
    float: left;
    height: 23px;
    margin: 3px 0 0 0;
    padding: 0 0 0 10px;
    background: url(../i/m2_02.gif) repeat-x;
}

#content .crumb span {
    float: left;
    display: block;
    width: 12px;
    height: 23px;
    margin: 3px 0 0 0;
    background: url(../i/m2_03.gif) no-repeat;
}

#content .crumb a,
#content .crumb a:hover {
    color:#808080;
}

/* +content
*----------------------------------------------------------------------------*/
/* +content-main
*----------------------------------------------------------------------------*/
/* +main-down
*----------------------------------------------------------------------------*/

#content-main .main-down {
	position: relative;
    width: 745px;
    height: 56px;
    margin: 0 auto;   
    display: block;
    clear: both;
    overflow: hidden;
	background: #f0f0f0 url(../i/content_bg_d.gif) no-repeat;
}

/* +content-sidebar
*----------------------------------------------------------------------------*/

/**
 *
 * =ad
 *
 **/

#content-sidebar .ad {
    margin: 0 auto 20px auto;
    text-align: center;
}

/**
 *
 * =info
 *
 **/

#content-sidebar .info {
    width: 240px;
    margin: 0 auto 10px auto;
}

#content-sidebar .info h2 {
    padding: 0 0 0 15px;
    font: 13px/22px Verdana;
    background: url(../i/i08.gif) no-repeat;
}

#content-sidebar .info ul {
    width: 240px;
    padding: 7px 0 0 0;
    background: url(../i/bg-sidebar.gif) no-repeat;
    font: 13px/22px Verdana;
}

#content-sidebar .info ul li {
    width: 210px;
    padding: 0 0 0 10px;
    margin: 0 10px;
    border-bottom: 1px dotted #ccc;
    background: url(../i/i02.gif) no-repeat 0 5px;
}

#content-sidebar .info ul li.list {
    border-bottom: 0px dotted #ccc;
}

#content-sidebar .info .down {
    width: 240px;
    height: 7px;
    background: url(../i/bg-sidebar-bottom.gif) no-repeat;
}

/**
 *
 * =hot
 *
 **/

#content-sidebar .hot {
    width: 240px;
    margin: 0 auto 10px auto;
}

#content-sidebar .hot h2 {
    padding: 0 0 0 15px;
    font: 13px/22px Verdana;
    background: url(../i/i08.gif) no-repeat;
}

#content-sidebar .hot ul li {
    width: 240px;
    padding: 7px 0 0 0;
    margin: 0 0 2px 0;
    background: url(../i/bg-sidebar.gif) no-repeat;
    font: 12px/22px Verdana;
}

#content-sidebar .hot ul li span {
    font: 11px/18px Verdana;
    color: #808080;
}

#content-sidebar .hot ul li img {
    float: left;
    bottom: -1px;
    padding: 0 5px;    
}

#content-sidebar .hot ul li .down {
    width: 240px;
    height: 7px;
    background: url(../i/bg-sidebar-bottom.gif) no-repeat bottom;
}

/* +content
*----------------------------------------------------------------------------*/

/* +down-ad
*----------------------------------------------------------------------------*/

#down-ad ul li {
	float: left;
    bottom: -1px;
    width: 310px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    background: url(../i/l_04.gif) repeat-y right;
}

#down-ad ul li img {
	float: left;
    bottom: -1px;
    padding: 0 10px 0 0;
}

#down-ad ul li.list {
	float: left;
    bottom: -1px;
    width: 300px;
    margin: 0;
    background: none;
}

#down-ad ul li h3 {
    font: bold 15px/22px Verdana;    
}

#down-ad ul li h3 a:hover {
    font: bold 15px/22px Verdana; 
    color: #1a549e;   
}

#down-ad ul li h3 a {
    font: bold 15px/22px Verdana; 
    color: #1a549e;   
}

/* +footer
*----------------------------------------------------------------------------*/

/**
 *
 * =footer-main
 *
 **/

#footer .footer-main {    
    position: relative;
    width: 1000px;
    margin: 0 auto;  
}

/**
 *
 * =copyright
 *
 **/

#footer .copyright {  
	clear: both;
    height: 60px;
	position: relative;
    padding: 20px 0;
	margin: 0 auto ;	    
}

#footer .copyright .logo {
    float: left;
    bottom: -1px;
    width: 200px;
}

#footer .copyright .content {
    float: right;
    bottom: -1px;
    width: 770px;
    padding: 0 0 0 30px;
    background: url(../i/l_02.gif) no-repeat left center;
}

#footer .copyright .content p {
    font: 9px/16px Verdana;
    color: #999999;
}

#footer .copyright .content p.link {
    font: 11px/22px Verdana;
    color: #808080;
}

#footer .copyright .tag {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 240px;
    text-align: left;
    color: #627b99;
}

#footer #nav #m2 {
	position: absolute;
    top: -113px;
    right: 0;
	z-index: 100000;
}
