@charset "utf-8";
/* TOPページ */



/* 左のコンテンツ */

#left_contents {
	width: 650px;
	float: left;
}

#left_contents h3 {
	background: url(../images/h3_back.gif) repeat-x;
	width: 640px;
	color: #ffffff;
	font-weight: bold;
	font-size: 105%;
	padding: 3px 0px 3px 10px;
	text-align: left;
	margin: 0px;
}

#left_contents #news_area {
	width: 650px;
	float: left;
	margin: 5px 0px 0px 0px;
}

#left_contents #news {
	font-size: 90%;
	width:649px;
	height:250px;
	overflow:scroll;
	overflow-x:hidden;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #919191;
	border-bottom-color: #919191;
	border-left: 1px #919191 solid;
	scrollbar-arrow-color: #d5d5d5;
	scrollbar-face-color: #868686;
	scrollbar-highlight-color: #868686;
	scrollbar-shadow-color: #868686;
	scrollbar-3dlight-color: #868686;
	scrollbar-darkshadow-color: #868686;
	scrollbar-track-color: #414141;
	zoom:1
}

#left_contents #news_area #news dl {
	width: 640px;
	display: inline;
	margin: 0px;
}

#left_contents #news_area #news dt {
	float: left;
	text-indent: 18px;
	text-align: left;
	background: url(../images/news_dot.gif) no-repeat;
	width: 60px;
	padding: 5px 0px 0px 0px;
}

#left_contents #news_area #news dd {
	text-align: left;
	padding: 5px 0px 0px 60px;
}

/* 右のコンテンツ */

#right_contents {
	width: 250px;
	margin-left: 5px;
	float: right;
	text-align: left;
}

#right_contents #calendar {
	width: 245px;
}

#right_contents h4 {
	background: url(../images/h4_back.gif) repeat-x;
	color: #ffffff;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	width: 250px;
}

.right_banner {
	margin-bottom: 6px;
}

.right_banner2 {
	margin-bottom: 2px;
}

#right_contents #calendar #cal {
	text-align: center;
	font-size: 85%;
}

#right_contents #calendar .hol {
	color: #F00;
	font-size:120%;
}

#right_contents #calendar .sat {
	color: #36C;
}

#right_contents #event_info {
	border-right: 1px dashed #36c;
	border-bottom: 1px dashed #36c;
	border-left: 1px dashed #36c;
	padding: 5px;
	text-align: center;
}

#right_contents #event_info #event_tile {
	margin: 4px 0px 0px 0px;
	padding: 2px;
	font-size: 90%;
	line-height: 1.3em;
	background: #FDF2E3;
	text-align: center;
	border: 1px #F96 solid;
}

