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


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

#main {
	position: relative;
	overflow: hidden;
	height: auto;
}

#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;
	border-bottom: #999 1px solid;
	position: relative;
}

.line2 {
	width: 670px;
	margin: 20px 0px 0px 50px;
	position: relative;
}

#line3 {
	width: 670px;
	margin: 50px 25px ;
	position: relative;
}

#line3 p {
	font-size: 20px;
	font-weight: bold;
	line-height: 10px;
}

.l_right {
	padding-top: 10px;
	float: right;
}

.l_day {
	font-size: 17px;
	font-weight: bold;
	color: #F00;
}

.l_head {
	font-size: 17px;
	font-weight: bold;
}

.l_head2 {
	font-size: 23px;
	font-weight: bold;
}

.l_head3 {
	width: 670px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.l_head4 {
	width: 670px;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}

body > #container {
	height: auto;
}