@charset "utf-8";


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