@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	background-color: #E4E4E4;
}
img{ border:none;}

a{
	color: #FF6600;
	text-decoration:none;
}
a:hover{
	color: #333;
	text-decoration:none;
}


#wallpaper,#content{
	margin:0px auto;
	padding:0px;
	width:950px;
	background-color: #FFFFFF;
	height:1%;
	overflow:hidden;
}
#header{
	margin:0px auto;
	padding:0px;
	width:950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header .view{ clear:both;}
#header .logo{
    margin:0px 0px 0px 25px;
	padding:0px;
    float:left;
	position:absolute;
	z-index:99;
	width:148px;
	height:153px;
}
#header .logo_word{
    margin:0px 0px 0px 193px;
	padding:0px;
    float:left;
	position:absolute;
	z-index:99;
}
#menu_up{
    margin:0px 0px 0px 0px;
	padding:0px;
	background-image: url(images/bg_menu_up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:47px;
	overflow:hidden;
}
#menu_up ul{ margin:0px; padding:28px 42px 0px 0px; list-style-type:none; float:right;}
#menu_up li{
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_up li a{
	color: #666666;
	text-decoration:none;
}
#menu_up li a:hover{
	text-decoration:underline;
}
#menu_main{
	background-image: url(images/bg_menu_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:47px;
	overflow:hidden;
}
#menu_main ul{ margin:0px; padding:0px 0px 0px 215px; list-style-type:none;}
#menu_main li{
    margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
}
#side_left{
	margin:0px;
	padding:0px;
	float:left;
	width:199px;
	overflow:hidden;
	height:1%;
	background-image: url(images/bg_side_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#question{
	margin:65px auto 0px;
	padding:3px;
	width:166px;
	background-color: #CCCCCC;
}
#question ul{
	margin:0px auto;
	padding:15px 0px 25px 0px;
	list-style-type:none;
	border: 1px solid #333333;
	background-color: #f2f2f2;
	background-image: url(images/bg_question.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#question li{
	margin:15px auto 0px;
	padding:0px 5px 8px 5px;
	height:35px;
	background-image: url(images/bg_question.gif);
	background-repeat: no-repeat;
	background-position: 8px bottom;
}
#side_right{
	margin:0px;
	padding:0px;
	float:left;
	width:750px;
	overflow:hidden;
	height:1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}
#subtitle{
    margin:0px auto;
	padding:0px;
	background-image: url(images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:51px;
	overflow:hidden;
}
#subtitle img{
    margin:15px 0px 0px 35px;
	padding:0px;
}
.articel{
    margin:0px auto;
	padding:15px 25px;
}
.articel .pic_right{
    margin:0px 0px 5px 8px;
	padding:0px;
	float:right;
}
.articel .pic_right img{
	padding:3px;
	border: 1px solid #E4E4E4;
}
.articel .pic_center{
    margin:0px auto 15px;
	padding:0px;
}
.articel .pic_center img{
    margin:0px auto;
	padding:3px;
	width:540px;
	border: 1px solid #E4E4E4;
}
.articel .pic_center p{
    margin:0px;
	padding:0px;
	text-indent:0px;
	text-align:center;
}
.articel h2{
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#ff6600;
	font-family: "微軟正黑體", "新細明體";
	font-size: 16px;
	height:25px;
}
.articel h2 span{
	color:#ff6600;
	font-family: "微軟正黑體", "新細明體";
	font-size: 16px;
	float:left;
}
.articel h2 em{
	font-size: 10pt;
	color: #333333;
	float:right;

}
.articel p{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 10pt;
	color: #333333;
	text-indent: 28px;
	line-height: 20px;
	letter-spacing: 1px;
}
.articel p.noindent{
	text-indent: 0px;
}
.articel p.blue{
	color: #336699;
	text-indent: 0px;
	font-size: 15px;
	line-height: 25px;
}
.articel ul{
	margin:0px 0px 25px 0px;
	padding:0px;
	list-style-type:none;
}
.articel ol{}
.articel li{
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	font-size: 10pt;
	color: #333333;
	line-height: 20px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height:20px;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	*background-position: left 5px;
}
.articel li.nohi{
	height:auto;
}
.articel li span{
	float:left;
	font-size: 13px;
	color: #FF6600;
}
.articel li span a{
	color: #FF6600;
	text-decoration:none;
}
.articel li span a:hover{
	color: #333;
	text-decoration:none;
}
.articel li em{
	float:right;
	font-style: normal;
	font-weight: normal;
}
.articel li.red{
	color:#CC3300;
}
.articel .left{
    margin:0px;
	padding:0px;
}
.articel .left ul, .articel .right ul{
	margin:0px 0px 10px 0px;
	padding:15px 0px 0px 0px;
	list-style-type:none;
}
.articel .left li{
    margin:0px 20px 0px 0px;
	padding:0px;
	float:left;
	border-bottom:none;
	height:auto;
}
.articel .right{
    margin:0px;
	padding:0px;
	clear:both;
}
.articel .right li{
	margin:0px 40px 20px 0px;
	padding:0px 10px 10px 0px;
	float:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height:auto;
}
.articel table{
	margin:0px auto;
	padding:0px;
	/*width:100%;*/
}
.articel th{
	margin:0px;
	padding:4px 3px 2px 3px;
	font-size: 10pt;
	color: #fff;
	line-height: 20px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #006699;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.articel th.left{
	padding:4px 3px 2px 8px;
	background-color: #E3E3E3;
	color: #333;
	font-weight: lighter;
	text-align:left;
	border-bottom-color: #666;
}
.articel td{
	margin:0px;
	padding:4px 5px 2px 5px;
	font-size: 10pt;
	color: #333333;
	line-height: 20px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.articel td.sec{
	background-color: #F3F3F3;
}

.pageview{
	margin:0px auto 25px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
}
.pageview a{
	margin:0px;
	padding:0px 3px;
	text-decoration:none;
	color:#006699;
}
.pageview a.sel{
	font-weight: bolder;
	text-decoration: underline;
}
.pageview img{
    margin:0px 5px;
    border:0px;
}
.tech{
	margin:0px 10px 15px 0px;
	padding:0px;
	float:left;
	width:160px;
	height:150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tech img{
	margin:0px auto;
	padding:0px;
	width:120px;
	height:110px;
}
.tech p{
	margin:8px 0px 0px 0px;
	padding:0px;
	font-size: 10pt;
	color: #333333;
	line-height: 20px;
	letter-spacing: 1px;
	text-align:center;
	text-indent: 0px;
}
.tech p span, .articel p span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}
#footer{
	margin:0px;
	padding:18px 25px 8px 45px;
	background-image: url(images/bg_address.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:1%;
	overflow:hidden;
	background-color:#d4d4d4;
}
#footer ul{
	margin:0px auto;
	padding:0px;
	list-style-type:none;
}
#footer li{
	margin:0px 10px 7px 0px;
	padding:0px;
	float:left;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width:135px;
}
#footer li.end{
	border-right:none;
}
.clear{ clear:both;}


