@charset "utf-8";
#main {
	height: auto;
	margin-bottom: 0px;
	margin-top: 25px;
}
#container {
	height: 760px;
}
.container_head {
	margin-left: 1px;
	position: relative;
	top: -6px;
}
#main .menu {
	margin-bottom: 15px;
}
#main table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-collapse:collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main table th {
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #dde7ee;
	font-family: sans-serif;
}
#main table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: sans-serif;
}
#main li {
	list-style: none;
}
#main dt {
	margin-bottom: 5px;
}
#main dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
.containerFoot {
	width: 860px;
	margin-left: 3.5px;
	margin-bottom: 35px;
}
#main p#backTop {
	text-align: right;
	margin-right: 20px;
	clear: both;
}
*:first-child+html #main p#backTop {
	padding-top: 15px;
}
