@charset "utf-8";
/* CSS Document */

#main {
	margin-left: 25px;
}

.header_left {
	margin-top: 84px;
	margin-left: 10px;
	float: left;
	width: 280px;
}
.header_right {
	float: right;
	width: 387px;
}
p {
	font-size: 13px;
	line-height: 1.3em;
}
.header_left p {
	margin-bottom: 10px;
}
.inner {
	margin-top: 20px;
	margin-bottom: 10px;
}
.content {
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	width: 697px;
}
.content_left {
	font-size: 14px;
	color: #39F;
	float: left;
	width: 180px;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.content_right {
	font-size: 13px;
	color: #000;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3em;
	float: right;
}
.content table {
	background-color: #999;
}
.content td {
	font-size: 13px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.bg_gray {
	background-color: #D2D2D2;
}
.bg_lightgray {
	background-color: #EBEBEB;
}
.bg_white {
	background-color: #FFF;
}
.bg_lightblue {
	background-color: #e6f5ff;
}


