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

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

@import url(reset.css); /* css還原檔 */

html, body {
    min-width: 100%;
    color: #535353;
    font: 11px/18px Verdana;   
}

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

a:link {
    text-decoration: none;
    color: #627b99;
}

a:visited {
    text-decoration: none;
    color: #627b99;
}

a:active {
    text-decoration: none;
    color: #627b99;
}

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

.clearfix {
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}
/* +header
*----------------------------------------------------------------------------*/

/**
 *
 * =logo
 *
 **/

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

/**
 *
 * =search
 *
 **/

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

/**
 *
 * =ad
 *
 **/

#header .ad {
    float: right;
    bottom: -1px;
    width: 410px;
    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: 550px;
    padding: 2px 0 0 0;
    text-align: right;    
    vertical-align: middle;
}

#header .menu ul li.red a {
    width: 480px;
    padding: 2px 0 0 0;
    text-align: right;    
    vertical-align: middle;
	color:#FF0000;
}
#header .menu ul li.pass a {
    width: 480px;
	padding: 2px 0 0 0;
    text-align: right;   
	vertical-align: middle;
	color:#b9c6d5;
	
}

#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.member-help a {
    display: block;
    width: 56px;
    height: 19px;
    background: url(../i/btn-help.gif) no-repeat 0 0;
    text-indent: -100000px;
}

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

#header .menu .login-input{
	height: 13px;
	border: 1px solid #bbcde5;
	width: 90px;
	font-size: 11px;
	color: #86acdd;
}




/**
 *
 * =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: 77px;
    text-align: center;    
}

#nav ul li.add {
    width: 80px;
}

#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;      
}

#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;
}

#header .adtxt ul li {
    display: inline;
    padding: 0 0 0 20px;
    margin: 5px 85px 5px 0;
    /* background: url(../i/i08_ad.gif) no-repeat 0 2px; */
}

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



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

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

/**
 *
 * =crumb
 *
 **/

#content .crumb {
	height: 30px;
	color:#808080;
	background: #f0f0f0;
	line-height: 25px;
	clear: both;
}

#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;
	line-height: 25px;
}

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

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

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

/**
 *
 * =ad
 *
 **/

#content-main .main .ad {
    position: relative;
    width: 580px;
    margin: 10px 0 0 5px;
}

/**
 *
 * =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;
}

/**
 *
 * =main-down
 *
 **/

#content-main-max .main-max-down {
	position: relative;
    width: 1000px;
    height: 56px;
    margin: 0 auto;   
    display: block;
    clear: both;
    overflow: hidden;
	background: #f0f0f0 url(../i/content-max_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 {
	position: relative;
	padding: 0 0 5px 25px;
	background: url(../i/i04.gif) no-repeat;
	color:#4271af;
	font: 13px/22px Arial;

}

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

#content-sidebar .info ul li {
    width: 210px;
    padding: 0 0 0 0px;
    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: 15px;
    background: url(../i/bg-sidebar-bottom.gif) no-repeat;
}


#content-sidebar .info h4 {	
    color: #7bac2c;
    font: 13px/28px Arial;
}

#content-sidebar .info p.header {    
    font: 12px/22px Arial;
    color:#7d8791;
    padding: 0 0 10px 0;
}

#content-sidebar .info p.header span,
#content-sidebar .info p.header span a,
#content-sidebar .info p.header span a:hover {	
    color: #79a921;    
}

/**
 *
 * =data
 *
 **/

#content-sidebar .data {
	width: 240px;
	margin: 0 auto 10px auto;
	font-family: Arial;
}

#content-sidebar .data h2 {
	position: relative;
	padding: 0 0 5px 25px;
	background: url(../i/i04.gif) no-repeat;
	color: #4271af;
	font: 13px/22px Arial;
}

#content-sidebar .data h2 span {
    position: absolute;
    top: 0px;
    right: 0px;
}

#content-sidebar .data h2 span a {
    text-indent: -1000px;
    display: block;
	width: 108px;
	height: 17px;
	overflow: hidden;
    background: url(../i/bt_add_case.gif) no-repeat 0 0;
}

#content-sidebar .data h2 span a:hover {
    background: url(../i/bt_add_case.gif) no-repeat 0 -17px;
}

#content-sidebar .data ul {
    width: 240px;
    padding: 10px 0 0 0;
    background: url(../i/bg-sidebar.gif) no-repeat;
    font: 12px/26px Arial;
    word-break: break-all;
}

#content-sidebar .data ul li {
    width: 190px;
    padding: 0 0 0 20px;
    margin: 0 10px;
    border-bottom: 1px dotted #ccc;
}

#content-sidebar .data ul li.tel {
    background: url(../i/icon_data_01.gif) no-repeat 0 6px;
}

#content-sidebar .data ul li.fax {
    background: url(../i/icon_data_02.gif) no-repeat 0 6px;
}

#content-sidebar .data ul li.mail {
    background: url(../i/icon_data_03.gif) no-repeat 0 6px;
}

#content-sidebar .data ul li.add {
    background: url(../i/icon_data_04.gif) no-repeat 0 6px;
}

#content-sidebar .data ul li.web {
    background: url(../i/icon_data_05.gif) no-repeat 0 6px;
}

#content-sidebar .data ul li.tab {
    background: url(../i/icon_data_06.gif) no-repeat 0 6px;
}


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

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


#content-sidebar .data ul li a,
#content-sidebar .data ul li a:hover {
    color: #4e6577;
}

/**
 *
 * =map
 *
 **/

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

#content-sidebar .map h2 {
    padding: 0 0 5px 25px;
    font: 13px/22px Verdana;
    background: url(../i/i04.gif) no-repeat ;
	color: #4271af;
}

#content-sidebar .map .case {
    width: 240px;
    padding: 10px 0 0 0;
    background: url(../i/bg-sidebar.gif) no-repeat;
    text-align: center
}

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

#content-sidebar .map .gmnoprint span {
    display: none;
    text-indent: -100000px;
}

/**
 *
 * =spots
 *
 **/

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

#content-sidebar .spots h2 {
    padding: 0 0 5px 25px;
    font: 13px/22px Verdana;
    background: url(../i/i04.gif) no-repeat ;
	color: #4271af;
}

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

/**
 *
 * =tag
 *
 **/

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

#content-sidebar .tag h2 {
    padding: 0 0 5px 25px;
    font: 13px/22px Verdana;
    background: url(../i/i04.gif) no-repeat ;
	color: #4271af;
}

#content-sidebar .tag ul {
    width: 230px;
    padding: 10px 0 0 10px;
    background: url(../i/bg-sidebar.gif) no-repeat;
    font: 13px/26px Verdana;
}

#content-sidebar .tag ul li {
    display: inline;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    font: 12px/22px Verdana;
}

#content-sidebar .tag ul li.rank1 a {
	color: #9eb5a0;
	font: bold 19px/25px Verdana;
}
#content-sidebar .tag ul li.rank2 a {
	color: #559398;
	font: 17px/25px Verdana;
}
#content-sidebar .tag ul li.rank3 a {
	color: #c9c83e;
	font: 15px/25px Verdana;
}
#content-sidebar .tag ul li.rank4 a {
	font: 13px/25px Verdana;
	color: #7f9b3c;
}
#content-sidebar .tag ul li.rank5 a {
	font: 12px/25px Verdana;
	color: #696969;
}

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


/**
 *
 * =box
 *
 **/

#content-sidebar .box  {
    width: 240px;
    margin: 0 auto 5px auto;
    background: url(../i/bg-spots.gif) no-repeat;
}

#content-sidebar .box .box-down {
    width: 240px;
    padding: 0 0 20px 0;
    background: url(../i/bg_side_case_botn.gif) no-repeat bottom;
}

#content-sidebar .box h2 {
    padding: 25px 0 5px 10px;
    font: 13px/22px Arial;
	color: #a3835a;
}

#content-sidebar .box ul {
    width: 200px;
    margin: 5px 20px 0 20px;
}

#content-sidebar .box ul li {    
    width: 200px;
    height: 50px;
    margin: 0 0 5px 0;
    font: 13px/22px Arial;
}

/*旅行箱*/
#content-sidebar .box ul li .photo {    
    float: left;
	text-align: center;
    width: 51px;
	height: 49px;
	background: #e4e4e4;
    padding: 2px 0 0 0;
}

#content-sidebar .box ul li .txt {
	float: right;
	width: 140px;
	height:45px;
	background: url(../i/dotted_line.gif) repeat-x bottom;
}

#content-sidebar .box ul li .list {    
    background: none;
}

#content-sidebar .box ul li .txt p.date {    
    font: 12px/28px Arial;
    letter-spacing : 1pt;
}

#content-sidebar .box ul li .txt p.date2 {    
    font: 11px/15px Arial;
	color:999;
}

/**
 *
 * =boxadd
 *
 **/

#content-sidebar .boxadd {
    width: 240px;
    margin: 0 auto 5px auto;
    background: url(../i/bg-spots.gif) no-repeat;
}

#content-sidebar .boxadd .box-down {
    width: 240px;
    padding: 0 0 30px 0;
    background: url(../i/bg_side_case_botn.gif) no-repeat bottom;
}

#content-sidebar .boxadd h2 {
    padding: 25px 0 5px 10px;
    font: 13px/22px Verdana;
	color: #a3835a;
}

#content-sidebar .boxadd ul {
    width: 210px;
    margin: 10px 10px 0 20px;
}

#content-sidebar .boxadd ul li {    
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center
}

/**
 *
 * =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: 310px;
    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 {    
    height: 60px;
    padding: 20px 0;    
}

#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 {
	font: 11px/22px Verdana;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 240px;
    text-align: left;
    color: #627b99;
	z-index:301;
}

/**
 *
 * =intro
 *
 **/

#content-sidebar .intro {
    width: 240px;
    margin: 0 auto 10px auto;
    font: 12px/22px Arial;
}

#content-sidebar .intro h2 {
	position: relative;
	padding: 0 0 5px 25px;
	background: url(../i/i04.gif) no-repeat;
	color:#4271af;
	font: 13px/22px Arial;
}

#content-sidebar .intro ul {
    width: 240px;
    padding: 10px 0 0 0;
    background: #fff url(../i/bg-sidebar.gif) no-repeat;
    color: #546076;
}

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

#content-sidebar .intro ul li span {
    color: #7cac25;
}

#content-sidebar .intro ul li .intro-photo {
    width: 98px;
    margin: 0 auto;
    padding: 4px 0 0 0;
    background: url(../i/bg-intro-photo.gif) no-repeat;
    text-align: center
}

#content-sidebar .intro ul li .intro-photo img {
    margin: 0 0 5px 0;
}

#content-sidebar .intro ul li .intro-photo p.name {
    font: bold 13px/28px Arial;
    color: #4f6479;
}

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

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