#mainbox{
	width:660px;
	text-align:justify;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	background:#fff;
	background:#fefdf4;
	xbackground-image:url(../image/newsbg.png);
	margin:30px auto 30px auto;
	padding:35px 20px 20px 20px;
	
	/* box-shadow */
	box-shadow:rgba(170, 170, 170, 0.65) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(170, 170, 170, 0.65) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(170, 170, 170, 0.65) 0px 0px 6px 3px;
	
	/* IE css3 */
	behavior: url("/js/PIE.htc");
	
}


.txstyle1{
	font-size:120%;
	line-height:1.5;
	letter-spacing:0.2em;
}

#mainbox h2{
	text-align:center;
	margin-bottom:40px;
}



#mainbox h3{
	font-size:120%;
	line-height:2;
	letter-spacing:0.1em;
	color:#592404;
	font-weight:bold;
	margin-bottom:10px;
}







