@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;
}#main_area {
	background-color: #EEEEEE;
	display: inline;
	padding: 40px;
	float: left;
	width: 870px;
	margin-top: 5px;
	color: #1C1B22;
	clear: both;
	font-size: x-small;
}
table {
	width: 790px;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-top: 5px;
}
#main_area a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/allow.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	display: block;
	background-position: left center;
}
#main_area a.second {
	margin-left: 2em;
}
#main_area a:hover {
	color: #2120E4;
	text-decoration: underline;
}
#main_area a.third {
	margin-left: 6em;
}
#main_area td.second {
	font-weight: bold;
	padding-left: 2em;
}

