@charset "utf-8";
/* CSS Document */
/*CSS RESET START*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
margin:0;
padding:0;
font-size:12px;
font-family:Verdana,"微軟正黑體","Times New Roman";
color:#333;}
div{
margin:auto;
padding:0;}
table {
border-collapse:collapse;
border-spacing:0;}
fieldset,img {
border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;}
ol,ul {
list-style:none;}
caption,th {
text-align:left;}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
a{
color:#333333;
text-decoration:none;}
a:hover{
color:#FF3300;}
.green{color:green;}
.orange{color:#f60;}

/*CSS RESET END*/

body{
	overflow-y: scroll;
	overflow-x: hidden;
	background:url(../images/main_bg.png) repeat-x ;}
	
#top{
	height:25px;
	width:100%;
	display:block;
	background:#069;}
#top .top_content{	
	width:960px;
	margin:auto;
	color:#fff;
	line-height:25PX;
	text-align:right;}
#top .top_content a{
	color:#fff;}
#top .top_content a:hover{
	font-style:italic;}
#box{
	width:960px;}

#header{
	width:960px;
	height:auto;
	display:block;}

#header .logo{
	width:160px;
	padding:5PX 0 5px 10px;
	float:left;}
	
#header .menu{
	width:760px;
	float:right;
	display:block;}

.menu ul{
	width:780px;
	float:right;
	margin:10px 0 0 0;
}
.menu ul li a{
	float:left;
	padding:15px;
	margin:0 10px 10px 10px;
	height:15px;
	font-size:12px;
	display:block;
	width:auto;}
	
.menu ul li a:hover{
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	background:#069;
	color:#fff;}

.menu ul li a.ed{
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	background:#069;
	color:#fff;}
#main{
	width:960px;
	clear:both;
	margin:10px auto;}
	
	
/****index****/

.banner_footer{
	background:url(../images/photo_footer.png) no-repeat;
	height:10px;
	width:960px;
	display:block;}

.index_content{
	background:url(../images/main_bg.jpg) -50px 160px no-repeat;
	margin:50px 0 0 0 ;
	height:auto;
	overflow:hidden;}
.index_content .welcome{
	float:left;
	width:400PX;
	font-size:12px;
	line-height:25px;}
.index_content h2{
	color:#5a73ad;
	font-size:19px;	}

.welcome a{
	float:right;
	text-decoration:underline;}
.index_content .services{
	margin:0 0 0 20px;
	width:520px;
	float:left;
	font-size:12px;
	line-height:25px;
	height:auto;
	overflow:visible;
	padding:0 0 20px 19px;
	border-left:1px #ccc dotted;}

.index_content .services ul{}

.index_content .services ul li{
	background:url(../images/list_icon.png) 2px 6px no-repeat;
	padding:0 0 0 15px;
	line-height:30px;
	font-size:12px;
	height:30px;}
	
.index_content .customer{
	clear:both;}
.customer h2{
	border-top:1px #ccc dotted;
	width:100%;
	padding:15px 0 0 0;}
	
	
.content{
	min-height:600px;
	background:url(../images/content_full_2.png) top right no-repeat #fff;
	width:700px;
	padding:20px;
	height:auto;
	overflow:visible;
	border:1px solid #ddd;
	margin:10px auto 0 auto;
	padding-right:218px;}
	
.content h1{
	font-size:24px;
	font-family:Verdana, sans-serif;
	color:#444;}
.content h2{
	font-size:18px;
	font-family:Verdana, sans-serif;
	color:#630;}
.content strong.note_yellow{
	font-size:12px;
	font-weight:bold;
	color:#F93;}
.content strong.note_blue{
	font-size:12px;
	font-weight:bold;
	color:#009;}

.content p{
	font-size:12px;
	line-height:30px;
	margin:0 0 10px 0;
	color:#333;
	}	
.content p b{
	color:#000;}

.content .margin20{
	height:20px;
	width:100%;
	display:block;}
.content .margin10{
	height:10px;
	width:100%;
	display:block;}
.content .margin5{
	height:5px;
	width:100%;
	display:block;}
.content table tr td{
	font-size:12px;}
	
.content ul.normal li{	
	background:url(../images/list_icon.png) 2px 6px no-repeat;
	padding:0 0 0 15px;
	line-height:30px;
	font-size:12px;
	height:30px;}	

#footer_bg{
	margin:30px 0 0 0;
	width:100%;
	background:#333;
	height:60px;}
	
#footer{
	width:960px;
	color:#fff;
	height:60px;
	line-height:60px;}

#footer a{
	color:#fff;
	text-decoration:underline;}