@charset "utf-8";
/* CSS Document */



/*===============================*/
/*//各種設定//*/
/*===============================*/


#catch {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}
.boxbox {
	border: 6px solid #F3ECE1;
	padding-right: 54px;
	padding-bottom: 24px;
	padding-left: 54px;
	padding-top: 24px;
}
.boxbox table {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBC5BF;
}
.boxbox th {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBC5BF;
	padding-left: 40px;
}
.boxbox td {
	text-align: right;
	padding-right: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBC5BF;
}
.syousai {
	border: 1px solid #F3ECE1;
	background-color: #F9F5F0;
	padding: 10px;
	margin-top: 10px;
}


#box01 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#box01 .leftbox {
	float: left;
	width: 410px;
}
#box01 .rightbox {
	float: right;
	width: 410px;
}
