@charset "utf-8";
/* CSS Document */
.peitu{
	background-color: #FFF;
	border: 1px solid #efefef;
	padding:4px;
	margin:10px;
	}
.btable{
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-left-color: #FFFFFF;
	text-indent:4px;
	}

.btable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	padding-top:4px;
	padding-bottom:4px;
	}
.tb_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	}
.tb_line-z{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
	}
.pagetitle{
	margin-left:0px;
	margin-bottom:20px;
	text-indent:26px;
	padding-bottom:3px;
	font-size: 18px;
	color: #333;
	background-image: url(../images/icon3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}
.subtitle{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align:left;
	padding:5px;
	padding-left:8px;
	background-color: #FFF;
	background-image: url(../images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	}

.txt{
	width: 700px;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	color: #333;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	clear: both;
	font-weight: normal;
	}
.txt p{
	text-indent: 24px;	
	}
.txt-memo{
	float:left;
	text-align: center;
	font-size: 12px;
	color: #999;
	padding:10px;
	width:960px;	
	}
.txt-table{
	float:left;
	width:960px;
	font-size:14px;
	line-height:32px;
	text-align:left;
	color:#333;
	padding:20px;
	}
.goto{
	color: #ff9900;
	}
.goto a:hover{	
	color: #F00;
	}
.green{
	color:#5CA513;
}
