﻿*
{
 margin:0;
 padding:0;
}   

body 
{
    color:#666666;
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper 
{
    width:1000px;
    margin:0 auto 0 auto;
}
    

#header 
{
    width:100%;
    height:342px;
    float:left;
    background-image:url(../images/bg_header.jpg);
}


#headerEn
{
    width:100%;
    height:342px;
    float:left;
    background-image:url(../images/bg_headerEn.jpg);
}


/*語言*/
#selectLanguage
{
    margin:7px 0 0 827px;
}

#selectLanguage ul li 
{
    width:52px;
    height:22px;
    float:left;
    margin-right:10px;
    list-style-type:none;
}

#selectLanguage img
{
    border:0;
}

/*導覽列*/
#nav 
{
    width:350px;
    height:35px;
    float:left;
    margin:7px 0 0 578px;
    padding:0 6px 0 6px;
    background-image:url(../images/bg_nav.png);
}

#nav ul
{
    list-style-type:none;
    display:block;
    width:350px;
    height:25px;
    padding:5px 0 5px 0;
  
}

#nav ul li
{
    float:left;
    width:86px;
    text-align:center;
    border-right:1px solid #0067d0;
    line-height:25px;
    display:block;
}
      
#nav ul li.noborder 
{
    border-right:none;
}

#nav ul li a 
{
    color:#bbd9fe;
    text-decoration:none;
}
    
#nav ul li a:hover 
{
    color:#fff;
}


/*內容區*/
#main
{
    width:100%;
    background-image:url(../images/bg_block.jpg);
    background-repeat:repeat-x;
    float:left;
}

.block 
{
    width:421px;
    background-image:url(../images/bg_blockContent.jpg);
    background-repeat:no-repeat;
    margin-left:39px;
    padding:0 10px 10px 10px;
    float:left;
}

img 
{
    float:right;
    border:1px solid #cccccc;
}


/*關於我們*/
h1.about 
{
    background-image:url(../images/title_about.jpg);
    width:421px;
    height:32px;
    margin-bottom:10px;
 
}
h1.aboutEn 
{
    background-image:url(../images/title_aboutEn.jpg);
    width:421px;
    height:32px;
    margin-bottom:10px;
 
}

h2
{
    width:270px;
    color:#106fd0;
    font-size:1.125em;
    display:block;
    margin-left:8px;
    float:left;
}


p.contentL
{
    width:270px;
    display:block;
    margin:6px 0 0 8px;
    text-align:justify;
    float:left;
    line-height:22px;
}


/*最新消息*/

div.news
{
    background-image:url(../images/title_news.jpg);
    width:421px;
    height:32px;
    margin-bottom:10px;

 
}

div.newsEn
{
    background-image:url(../images/title_newsEn.jpg);
    width:421px;
    height:32px;
    margin-bottom:10px;

 
}


#more
{ 
    width:45px;
    height:32px;
    background-image:url(../images/list.png);
    background-repeat:no-repeat;
    background-position:left center;
    float:right;
    color:#106fd0;
    display:block;
    margin-right:10px;
    line-height:32px;
    text-align:right;
}

#more a
{
    text-decoration:none;
}

#more a:visited
{
    color:#106fd0;
}

h3 
{
    display:block;
    width:270px;
    color:#999999;
    font-size:1em;
    margin-left:8px;
    float:left;
}

.contentR
{
    width:270px;
    display:block;
    margin:6px 0 10px 8px;
    padding-bottom:5px;
    text-align:justify;
    float:left;
    border-bottom:1px dashed #585858;
    line-height:22px;
}

p.contentR a
{
    color:#999999;
    text-decoration:none;
}

p.contentR a:hover
{
    text-decoration:underline;
}

#footer 
{
    background-color:#106fd0;
    color:#fff;
    font-size:12px;
    clear:both;
    text-align:center;
    padding:5px 0 5px 0;
    line-height:22px;
} 