@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-size:12px;
	background: #fff url(../../../index/images/bodyTile.gif) left top repeat-x fixed;
	color: #444444;
}
.clear{
	clear:both;
}
html{
	overflow:scroll;
}
#full{
	padding:0;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	background:#FFFFFF;
}
.new_list{
	margin:auto;
	padding:10px 15px 0;
	background:#ffffff;
}
.new_list_title{
	width:96%;
	text-align:left;
	padding-left:15px;
	border-bottom:#92a5b8 solid 3px;
}
.new_list_title span{
	font-size:13px;
	color:#336699;
	line-height:20px;
}
.new_list_con{
	margin:auto 15px;
	padding:0;
}
.listtitle{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin-top:25px;
	margin-bottom:10px;
}
.listtitlef{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin-top:5px;
	margin-bottom:25px;
}
.new_list_con p{
	text-indent:24px;
	margin:5px 20px 5px 10px;
	padding:0;
	line-height:25px;
}
.new_list_title a{
    color:#336699;
	text-decoration:none;
}
.new_list_title a:hover{
    color:#92a5b8;
	text-decoration:none;
}
.analysis{
    width:100%;
	margin:10px auto;
}
.analysis h1{
    font-size:20px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	margin:0;
	text-align:center;
}
.chart{
    width:97%;
	margin:0 auto 8px auto;
	border:1px solid #B5C7E7;
}
.chart h1{
    font-size:16px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	overflow:hidden;
	text-align:center;
	margin:0;
}
.chart p{
	line-height:20px;
	margin:0 12px;
	text-indent:24px;
}
.chart img{
    display:block;
	margin:5px auto;
	padding:0;
}
