@charset "utf-8";
#main {
	position: relative;
	height: 600px;
	width: 960px;
	padding-bottom: 0px;
}
#main h2 {
	position: absolute;
	left: 27px;
	top: 9px;
}

#main  h3 {
	position: absolute;
	left: 27px;
	top: 111px;
}
#main .main_text {
	position: absolute;
	width: 440px;
	left: 35px;
	top: 200px;
	line-height: 2;
}

#main .pers {
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#main .event {
	background-repeat: no-repeat;
	position: absolute;
	height: 200px;
	width: 400px;
	top: 15px;
	right: 20px;
}
#main .event h4 {
	color: #000066;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
#main .event dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#main   .event   dt {
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color: #CC9900;
	font-weight: bold;
	font-size: 0.95em;
	float: left;
	width: 100px;
}
#main .event dd {
	display: block;
	float: left;
	padding-top: 3px;
	width: 280px;
	font-size: 0.9em;
}


#main .event ul {
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 0.85em;
}

#main .event .time {
	padding-left: 75px;
	color: #006666;
}
#main .event .attn {
	padding-left: 15px;
	color: #006633;
	line-height: 1.5;
	padding-top: 15px;
}
#main .event em {
	color:#999;
	font-weight: normal;
}
#main .event h5 {
	padding-left: 10px;
	font-size: 0.9em;
	padding-top: 3px;
	color: #006666;
}
#main .event .text strong {
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
}

#main .photos {
	position: absolute;
	right: 20px;
	bottom: 5px;
	text-align: right;
	width: 400px;
}
#main .photos li {
	float: left;

}
.news {
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.news div {
	border: 1px solid #666666;
	overflow:auto;
	height: 100px;
	margin-top:5px;
	padding: 10px;
	}
.news dt {
	font-size: 0.9em;
	color: #EC6D76;
}
.news dd {
	display: block;
	width: 440px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #430208;
	line-height: 1.3;
}
#bottom {
	padding-bottom:160px;
}
#bottom .text {
	float: left;
	width: 400px;
	font-size: 0.9em;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 15px;
}
#bottom .text strong {
	font-size: 1.2em;
	color: #006633;
}
#bottom .text .link {
	color: #333333;
	text-align: right;
	padding-top: 10px;
}

#header .logo {
	display: none;
}
#main #soldout {
	position: absolute;
	width: 361px;
	top: 10px;
	right: 10px;
}
