@charset "utf-8";

body {background-image:url(images/body_bg.jpg)}

a { color:#666;
text-decoration:none;
}



.menu {
	height:35px;

	}
.menu{
	height:42px;
	background:url(images/menu_bg.jpg) repeat-x;
}

.menu ul{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height:42px;
	background:url(images/menu_bg.jpg) repeat-x;
}
	
	
.menu ul li {
	float:left;
	width:109px;
	height:35px;
	padding-top:2px;
	line-height:35px;
	text-align:center;
	background:url(images/menu_line.jpg) right no-repeat;}
	
.menu a{
	color:#FFF; font-size:14px; font-weight:bold;
}

.menu a:hover {
	color:#FFF; font-size:14px;
	font-weight:bold; 
	text-decoration:underline;
}
	
.good h1 { font-size:30px; }
.good h2 { font-size:12px; color:#999; }

.good li {
	background:url(images/dot01.png) no-repeat 0 0 ; 
	padding-left:30px;
	font-size:18px;
	}

.case {
	background-color:#FD8C26;
	height:80px;
	
}

.case h1 { font-size:30px; padding-top:20px; color:#FFF; }
.case h2 { font-size:12px; color:#999; }

.about {
	background-color:#F0F0F0;
	padding-top:50px;
}
.bottom-link a {color:#FFF} 

.plist1 {
	height: 33px;
	line-height: 33px;
	background: url(images/list-bg.png);
	border: #F6F6F6 1px solid;
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #FD8C26;
}

.plist2 {
	height:25px;
	line-height:25px;
	margin-bottom:5px;

	list-style-image:url(images/dot03.png);
	padding-left:5px;
	text-align:left;
}
