@charset "euc-jp";
.div-01 {
	margin-left: 10px;
	background-image: url(img/bg_01.gif);
	background-repeat: repeat;
	width: 674px;
	margin-bottom: 35px;
	text-align: center;
}
.div-01 h3 {
	font-size: 16px;
	line-height: 148%;
	font-weight: bold;
}
.div-01 table {
	background-color: #FFF;
	border: 3px double #999;
}
.td-01 {
	font-size: 14px;
	line-height: 168%;
	background-image: url(img/td_bg_01.gif);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	text-align: center;
}
.td-02 {
	background-color: #F3DB83;
	border: 1px solid #CCC;
	font-size: 12px;
}
