@charset "utf-8";


/*非共通部分*/
.textBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
}
.textBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#paper {
	padding-bottom:16px;
	background-image: url(../image/tokusyo/paper_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#paper table{
	background-image: url(../image/tokusyo/paper_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#paper th {
	padding: 3px 0 0 10px;
	text-align: left;
	font-weight: normal;
	color: #937F57;
}
#paper td {
	border-bottom: 1px dashed #CCCCCC;
	padding: 3px 5px;
}
