@charset "utf-8";
@import url("cms_content.css");
/* CSS Document */

body{
padding:0px;
margin:0px;
background-color:#f1f1f1;
background-image:url(../pics/bg-body.gif); background-repeat:repeat-x;
font-size:0.79em;
color:#595959;
text-align:center;
font-family:Arial, Helvetica, sans-serif, "細明體";
}
#header, #wrapper, #tool{
margin-left:auto;
margin-right:auto;
width:940px;
text-align:center;
position:relative;
}
#tool{
text-align:right;
height:20px;
}
#tool a{
color:#b2c4c8; text-decoration:none; margin-right:10px; line-height:20px; font-size:10px;
}
#tool a:hover{
color:#ffffff;
}
#header{
height:101px;
}
#wrapper{
}
#content{
background-image:url(../pics/bg-cms_content.jpg); background-repeat:repeat-x;
background-color:#ffffff;
height:410px;
position:relative;
}
html > body > #content{
min-height:410px;
height:auto;
}
#footer{
/*position:relative;*/
font-size:12px;
color:#5f6263;
padding:10px 0px;
}
#footer a{
color:#6699FF;
text-decoration:none;
font-size:10px;
}
#footer a:hover{
color:#666666;
text-decoration:none;
}
 
 
/* path */
.path{
width:540px;
color:#666666;
position:absolute;
right:0px;
bottom:5px;
text-align:right;
padding-right:20px;
font-size:12px;
}
.path a{
color:#999999; text-decoration:none;
}
.path a:hover{
color:#136fa8;
}

/* style */

.t-black{
color:#000000;
}
.t-gary1{
color:#494747;
}
.t-blue{
color:#3d93bd;
}
.clear{
clear:both;
}

