@charset "utf-8";
/* CSS Document */

body{
margin:0;text-align:center;
}
div.top{
	width:100%;
	height:60px;
	background-image:url(images/topbj.gif);
	background-repeat:repeat-x;
	text-align:center
}
div.bar{
	width:100%;
	height:35px;
	background-image:url(images/barbj.gif);
	background-repeat:repeat-x;
}
div.main{
	width:750px;
	margin:10px auto
}
div.main p.title{
	width:730px;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:1.5em;
	font-weight:bold;
	font-size:14px;
	background-color:#EBEBEB;
	margin:10px auto 0 auto
}
div.main p.words{
	width:730px;
	height:25px;
	line-height:25px;
	text-align:left;
	font-size:14px;
	text-indent:2em;
	margin:0 auto;
	height:auto;
	overflow:hidden
}
div.main p.pic{
	width:730px;
	text-align:center;
	margin:5px auto;
	font-size:14px;
}
div.bottom{
	width:100%;
	height:80px;
	background-image:url(images/s_bottom.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #c8e0cb;
	text-align:center;
	}
div.bottom img{
	margin-top:30px;
	}
