@charset "UTF-8";
b{
	font-weight: bold;
}
hr {
	border-top: 1px dotted #8c8b8b;
	margin: 20px auto 0 auto;
	width: 700px;
}
#main-base {
	width: 900px;
}
#left-nav {
	background-color: #323232;
	width: 160px;
	height: 10503px;
	float: left;
}
#left-nav ul {
	list-style-type: none;
	margin-top: 20px;
}
#event {
	width: 738px;
	float: right;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-left-width: 0px;
	height: 10500px;
}
.event-lv {
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: 30px;
	clear: both;
	margin-right: 20px;
	width: 690px;
}
.event-lv2 {
	text-align: center;
	padding-bottom: 15px;
}
.event-lv h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0080c0;
	/*color: #F90;*/
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 20px;
}
.event-lv h3 {
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
.event-lv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	padding-top: 4px;
}
.event-lv p a:link {
	text-decoration: none;
	color: #444;
	border-bottom:dotted 1px #444;
}
.event-lv p a:visited {
	text-decoration: none;
	color: #444;
}
.event-lv p a:hover {
	text-decoration: none;
	color: #F90;
}
.event-lv p a:active {
	text-decoration: none;
	color: #CCC;
}
.event-lv .date{
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px dotted silver;
	//text-decoration: underline;
	//text-decoration-color: silver;
	//font-size: 14px;
	//color: #333;
	color: #3c50c3;
	padding-top: 15px;
	margin-right:25px;
	margin-bottom: 3px;
}

.event-lv-in {
	height: 296px;
	width: 690px;
	margin-right: 20px;
}
.ev-lvin-left {
	float: left;
	width: 470px;
}
.ev-lvin-right {
	float: right;
	width: 220px;
}
