@charset "utf-8";
/* CSS Document */
body{
	-webkit-text-size-adjust:none;
	background-repeat:repeat-x;
	background-color: #fff;
	font-size:12px;
	background-image:url(../images/main_background.png);
}
#main_header{
	width:1000px;
	height:389px;
	margin:0 auto;
	background-image:url(../images/main_pic.png);
	background-repeat:no-repeat;}
#header_box{
	padding-top:10px;
	width:980px;
	margin:0 auto;
}
#clear_left{
	clear:left;}
#clear_all{
	clear:right;}
#logo_box{
	width:102px;
	height:102px;
	float:left;
}
#menu_box{
	float:left;
	margin-left:120px;
	margin-top:30px;
	width:750px;
	}
#menu_list{
	padding:0;
	margin:0;
	}
#menu_list li{
	float:left;

	
}
#menu_list li.menu_tab{
	width:20px;
	height:36px;
	background-image:url(../images/menu_tab.png);
	background-repeat:no-repeat;
	margin-left:15px;
	
}
#menu_link_01_under{
	overflow: hidden;
	background: url('../images/link_01.png') 0px 0px;
	width:136px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}
#menu_link_01_under:hover{
	overflow: hidden;
	background: url('../images/link_01.png') 0px 42px;
	width:136px;
	height:42px;
	line-height:42px;
	}
#menu_link_02_under{
	overflow: hidden;
	background: url('../images/link_02.png') 0px 0px;
	width:65px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}
#menu_link_02_under:hover{
	overflow: hidden;
	background: url('../images/link_02.png') 0px 42px;
	width:65px;
	height:42px;
	line-height:42px;
	}
#menu_link_03_under{
	overflow: hidden;
	background: url('../images/link_03.png') 0px 0px;
	width:65px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}
#menu_link_03_under:hover{
	overflow: hidden;
	background: url('../images/link_03.png') 0px 42px;
	width:65px;
	height:42px;
	line-height:42px;
	}
#menu_link_04_under{
	overflow: hidden;
	background: url('../images/link_04.png') 0px 0px;
	width:65px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}
#menu_link_04_under:hover{
	overflow: hidden;
	background: url('../images/link_04.png') 0px 42px;
	width:65px;
	height:42px;
	line-height:42px;
	}

#menu_link_05_under{
	overflow: hidden;
	background: url('../images/link_05.png') 0px 0px;
	width:65px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}
#menu_link_05_under:hover{
	overflow: hidden;
	background: url('../images/link_05.png') 0px 42px;
	width:65px;
	height:42px;
	line-height:42px;
	}
#menu_link_06_under{
	overflow: hidden;
	background: url('../images/link_06.png') 0px 0px;
	width:65px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}

#menu_link_06_under:hover{
	overflow: hidden;
	background: url('../images/link_06.png') 0px 42px;
	width:65px;
	height:42px;
	line-height:42px;
	}
#menu_link_07_under{
	overflow: hidden;
	background: url('../images/link_07.png') 0px 0px;
	width:65px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	cursor:pointer;
	margin-left:15px;
	}
#menu_link_07_under:hover{
	overflow: hidden;
	background: url('../images/link_07.png') 0px 42px;
	width:65px;
	height:42px;
	line-height:42px;
	}
#main_page{
	padding-top:30px;
	width:1000px;
	margin:0 auto;}
#main_left_box{
	width:250px;
	margin-right:30px;
	float:left;
	}
#main_right_box{
	width:720px;
	float:left;
	}
#main_page_box{
	width:710px;
	float:left;
	margin-bottom:100px;
	}
#main_pic_list{
	padding:0;
	margin:0;}
#main_pic_list li{
	float:left;
	width:220px;}
#weblink_list{
	padding:0;
	margin:0 auto;
}
#weblink_list li{
	margin-top:16px;
	float:left;
}
#weblink_img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.7; opacity:0.7;
	}
#weblink_img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; opacity:1;
	}
#left_box{
	margin-bottom:20px;}
#main_sub_box{
	margin-top:10px;
	border:4px solid #63b03b;
	height:90px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d7d7d7), to(#ffffff));
	background: -webkit-linear-gradient(#d7d7d7, #ffffff);
	background: -moz-linear-gradient(#d7d7d7, #ffffff);
	background: -ms-linear-gradient(#d7d7d7, #ffffff);
	background: -o-linear-gradient(#d7d7d7, #ffffff);
	background: linear-gradient(#d7d7d7, #ffffff);
	-pie-background: linear-gradient(#d7d7d7, #ffffff);
	behavior: url(PIE.htc);
}
#page_title_box{
	width:400px;
	height:110px;
	margin-bottom:20px;
	}
#page_content{
	margin-left:30px;
}
#page_list{
	margin:0;
	padding:0;
}
#or_list{
	padding:0;
	margin:0;
	}
#or_list li{
	font-size:16px;
	padding-bottom:10px;
	padding-left:20px;}
#page_list li{
	text-align:left;
	line-height:18px;
	letter-spacing:1px;
	margin-left:20px;
	margin-top:20px;}
	
label{
	color:#546a3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
}
#label_icon{
	margin-right:4px;
	position:relative;
	top:3px;}
#blod_font{
	color:#333;
	margin-top:10px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}
#list_content{
	margin-left:20px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top:20px;
	font-size:16px;
	padding-bottom:20px;
	border-bottom:1px dotted #999;}
#list_content_1{
	margin-left:20px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top:20px;
	font-size:16px;
	padding-bottom:20px;}
	
#footer_box{
	width:1000px;
	margin:0 auto;
}
#copyright_box{
	width:550px;
	margin:0 auto;}
#sub_logo_box{
	width:70px;
	height:70px;
	float:left;}
#sub_info{
	float:left;
	margin-top:0px;
	margin-left:30px;}
#copyright_list{
	padding:0;
	margin:0;}
#copyright_list li{
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}
.mail_link{
	text-decoration:underline;
	color:#666;}
.mail_link:hover{
	text-decoration:none;
	color:#000;}
#service_list{
	padding:0;
	margin:0;
	list-style:circle;}
#service_list li{
	line-height:8px;}
#service_list_1{
	padding:0;
	margin:0;
	list-style: decimal;}
#service_list_1 li{
	line-height:22px;}
#service_list_2{
	padding:0;
	margin:0;
	list-style: decimal;}
#service_list_2 li{
	line-height:22px;
	margin-left:40px;}
#clients_photo{
	width:320px;
	height:240px;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
#clients_img{
	border:1px solid #999;
	padding:2px;}
#photo_info_list{
	padding:0;
	margin:0;
}
#photo_info_list li{
	letter-spacing:1px;
	padding:6px;
	text-align:left;
	}
#or_table{
	border:1px solid #999;
	padding:10px;}
#or_table th{
	width:90px;
	padding:8px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted #999;
	}
#or_table td{
	text-align:left;
	padding:8px;
	line-height:21px;
	padding:8px;
	border-bottom:1px dotted #999;
	}