@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	min-width: 980px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
}

#main {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 1150px;
}

#head {
	width: 100%;
	border-bottom: #000 5px solid;
	position: relative;
}

#head_text {
	padding: 20px 0px 20px 50px;
}

#line {
	width: 670px;
	margin: 50px 0px 0px 50px;
	padding-bottom: 20px;
}

.text_1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	color: #F00;
}

.text_2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}

table td {
	padding: 10px 0px;
	border-bottom: #999 1px solid;
}

body > #container {
	height: auto;
}