@charset   "UTF-8";

#left_contents {
	width: 606px;
	margin-left: 10px;
	margin-bottom: 50px;
}
*html #left_contents {
	width: 606px;
	margin-left: 5px;
	margin-bottom: 50px;
}

#right_contents {
	width: 250px;
	margin-right: 10px;
	margin-bottom: 50px;
}
*html #right_contents {
	width: 250px;
	margin-right: 5px;
	margin-bottom: 50px;
}


/* ============================================ */
/* 見出し */
h2 {
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-size: 110%;
}
h2 span {
	color: #660000;
	padding: 5px;
	background-image: url(../img/h2bg_00.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-left: solid 6px #808080;
	display: block;
}

.kakomi {
	border: 1px solid #aaaaaa;
	border-top: 0;
}

/* ============================================ */
.lc00{
	padding: 10px 15px 30px;
	line-height: 150%;
}

.lc00 h3 {
	font-size: 100%;
}
.lc00 p{
	margin: 15px 0;
}
.lc00 ul{
	list-style: none;
	margin: 10px 0 20px;
}
.lc00 li{
	padding-left: 10px;
	padding-bottom: 5px;
}


/* ============================================ */
/* 右ナヴィゲーション見出し */
.right_sq h3 {
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-size: 90%;
}
.right_sq h3 span {
	color: #660000;
	padding: 5px;
	background-image: url(../img/bg4.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
}

/* ============================================ */
/* イベントの紹介 */
.event {
	padding: 5px 10px;
}
.event h4 {
	font-size: 90%;
	color: #0000a0;
	margin-bottom: 5px;
}
.event h5 {
	font-size: 85%;
	color: #ff0000;
}
.eve_hall {
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px dotted #333333;
	padding: 1px 5px 10px;
}
.eve_hall li{
	font-size: 85%;
	padding-top: 3px;
}
