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


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

#main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

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

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

body > #container {
	height: auto;
}


.line {
	width: 720px;
	position: relative;
}

.line1 {
	width: 680px;
	padding: 20px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#line2 {
	width: 680px;
	text-align: center;
	padding-bottom: 20px;
}

.line3 {
	padding: 25px 0px;
	font-size: 20px;
	font-weight: bold;
}

#vibe {
	width: 680px;
	padding: 720px 20px 0px 20px;
	background: url(../img/event/vibe/top2.jpg) no-repeat;
}

.line4 {
	width: 660px;
	padding: 0px 20px;
}

.line_red {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color: #F00;
}

.line5 {
	padding-left: 50px;
}

#entry {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #F00;
	padding: 20px 0px;
	border-bottom: 1px #F00 dashed;
}