@charset "utf-8";
#header_wrapper {
	background-image: url(../../common_img/header_back_bk.jpg);
	height: 98px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	float: left;
	padding-bottom: 40px;
}
#contents_area {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
}
#left {
	display: inline;
	float: left;
	width: 475px;
}
#left h2 {
	line-height: 0px;
	background-image: url(../img/copy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 300px;
}
#left p {
	margin-top: 20px;
}
table {
	padding: 5px;
	width: 475px;
	border-collapse:collapse;
	empty-cells:hide;
	line-height: 1.5em;
	border: 1px solid #14112F;
	font-size: x-small;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.grayback01 {
	background-color: #A2A1AC;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.grayback02 {
	background-color: #EEEEEE;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #333333;
}
.grayback03 {
	background-color: #211B4C;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	color: #FFFFFF;
}

