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


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

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

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

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

.line_video {
	width: 670px;
	padding: 50px 0px 0px 50px;
	position: relative;
}

#gallery {
	width: 630px;
	padding: 0px 0px 0px 50px;
	position: relative;
}


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

.pic {
	float: left;
	margin-right: 10px;
}

.text_red {
	font-size: 16px;
	color: #F00;
}

.text_red2 {
	font-size: 13px;
	color: #F00;
}

#request {
	position: absolute;
	top: 10px;
	right: 0px;
}

.border1 {
	padding-top: 25px;
	border-top: #686868 1px solid;
}

.border2 {
	border-bottom: #686868 1px solid;
}

.border4 {
	padding-bottom: 25px;
	border-bottom: #686868 1px solid;
}

body > #container {
	height: auto;
}