@charset "utf-8";
/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, textarea, p, blockquote, th, td {padding: 0; margin: 0;}
table {border-collapse:collapse; border-spacing:0;}
address, caption, cite, code, dfn, em, th, var {font-weight: normal; font-style: normal;}
caption, th {text-align: left;}
fieldset, img {border: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-size: 100%;}
a, a:link, a:visited, a:hover, a:active {text-decoration: none;} 
ol, ul {list-style: none;} 
input, textarea, select, button {font-size: 100%; font-family: inherit;}

/* CSS Document */
body{
    font-family:"微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	font-size:75%;
	background:url(../images/bg.gif) repeat-x top;
}
#wrapper{
    width:990px;
	margin:0 auto;
	color:#666;
	line-height:1.5;
}
#menu{
    width:945px;
	margin:0px auto -4px;
	*margin:-4px auto;
	_margin:0px auto -4px;
}
#menu li{float:left;}
#container{
    width:945px;
	margin:0 auto;
	background-color:#f3f3f3;
}
#nav{
    width:265px;
	float:left;
}
#primary{
    width:680px;
	float:left;
}
.space{clear:both;}

/* Left */
#nav_top{
    background-color:#FFF;
	padding-top:5px;
	padding-bottom:10px;
}
#nav_top ul{margin-bottom:15px;}
#nav_top li{
    border-bottom:#ccc dotted 1px;
	color:#181818;
	font-weight:bold;
	line-height:35px;
	padding-left:45px;
	background:url(../images/list_gray.gif) no-repeat 35px center;
}
#nav_top li a{color:#181818;}
#nav_top li a:hover{color:#39f;}
#nav_down{
    background-color:#000;
	padding-top:5px;
	padding-bottom:30px;
}
#nav_down li{
    border-bottom:#333 dotted 1px;
	color:#FFF;
	font-weight:bold;
	line-height:35px;
	padding-left:45px;
	background:url(../images/list_yellow.gif) no-repeat 35px center;
}
.title_bar{
    border-left:#666 solid 15px;
	background-color:#dcdcdc;
	margin-bottom:5px;
}
.title_bar_black{
    border-left:#666 solid 15px;
	background-color:#3a3a3a;
	margin-bottom:5px;
}
.title_bar img, .title_bar_black img{margin:20px;}

/* Right */
.index_title{
    margin:20px auto 15px;
	width:630px;
}
.index_content{
    background:url(../images/index_bg.gif) no-repeat left top;
	width:631px;
	margin:0 auto;
	padding:20px 7px;
}
.works_bg{
    background-color:#FFF;
	margin:0px 5px 5px 5px;
	padding:9px 9px 15px 9px;
	float:left;
	color:#000;
	font-weight:bold;
	text-align:center;
	font-size:125%;
}
.works_bg a{color:#000; font-weight:bold;}
.works_bg a:hover{text-decoration:underline;}
.works_bg img{
    border:#666 solid 1px;
	margin-bottom:15px;
}
.line{
    height:1px;
	overflow:hidden;
	width:645px;
	background-color:#dcdcdc;
	margin:0 auto;
}
.need1{
    width:250px;
	padding:0px 39px 5px 25px;
	float:left;
	border-right:#333 dotted 1px;
}
.need{
    width:250px;
	padding:0px 25px 5px 39px;
	float:left;
}
.need span a, .need1 span a{
    color:#ff3300;
	font-weight:bold;
	text-decoration:underline;
}
.need img, .need1 img{
    margin-bottom:15px;
}
.more_btn{
	text-align:right;
	margin-top:10px;
	_margin-top:0px;
	*margin-top:0px;
}

/* Coner */
#footer{
    background-color:#5d5d5d;
	margin-bottom:25px;	
}
#copyright{
    color:#FFF;
	text-align:center;
	padding:10px 0;
}
#copyright a{
    color:#FFF;
	text-decoration:underline;
}

#footer b.rtop, #footer b.rbottom{display:block;background:#FFF}
#footer b.rtop b, #footer b.rbottom b{
    display:block;
	height:1px;
    overflow:hidden;
	background:#5d5d5d;
}
b.r1{margin:0 5px}
b.r2{margin:0 3px}
b.r3{margin:0 2px}
b.rtop b.r4, b.rbottom b.r4{margin:0 1px; height:2px}