/* CSS Document */

@charset "utf-8";
.g-box {
	width: 960px;
	height: auto;
	float: left;
}
.g-ct-01 {
	width: 660px;
	height: auto;
	float: left;
	text-align: center;
	
}
.g-ct-01-text {
	color: #891B22;
	margin: 0;
	font-size: 30px;
}
.g-ct-02 {
	width: 660px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 30px;
}
.g-ct-02-text {
	line-height: 140%;
}
.g-ct-03 {
	width: 660px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 30px;
}
/*-----------table----------------*/

.g-box-table {
	width: 660px;
	height: auto;
	float: left;
	border: 0;
}
.g-tb-left {
	width: 170px;
	height: auto;
	vertical-align: middle;
	background: #F4ECDB;
	color: #333;
	border-bottom: 1px dotted #510605;
}
.g-tb-right {
	width: 486px;
	height: auto;
	border-bottom: 1px dotted #510605;
	color: #333;
	background: #fff;
}
.g-tb-left span {
	margin: 0;
	padding: 7px 0px 7px 30px;
	float: left;
}
.g-tb-right span {
	width: 463px;
	margin: 0;
	padding: 12px 12px 12px 15px;
	float: left;
}
.g-bd {
	border-bottom: 1px dotted #510605;
}
