@charset "utf-8";

/*+++++++*/
.txtBox {
	padding: 15px;
}
*html .txtBox {
	width: 710px;
}

.txtBox p {
	padding: 0 0 10px 0;
	font-size: 10px;
}
.txtBox p span {
	font-size: 14px;
	font-weight: bold
}
.txtBox table {

}
.txtBox table th {
	width: 140px;
	padding: 0 5px 10px 0;
}
.txtBox table td {
	padding: 10px;
	background: #FFF7DF;
	font-size: 10px;
}
h2, h3 {
	font-weight: bold;
	color: #F29600;
}