@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: 750px;
}
#head {
	width: 100%;
	border-bottom: #000 5px solid;
	position: relative;
}

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


.line {
	width: 660px;
	padding: 50px 30px 0px 30px;
	position: relative;
}

#coming {
	width: 627px;
	margin: 200px auto;
}

body > #container {
	height: auto;
}

th {
	padding: 10px 0px;
}