@charset "UTF-8";

/* 左サイドメニュ　*/
#s_menu {
	padding:0; 
	margin:0; 
	width:0;
	}

#s_menu li {
	list-style-type:none; 
	width:100px; 
	height:20px; 
	margin:2px 0; 
	clear:both;
	}

#s_menu a, #s_menu a:visited {
	position:relative; 
	display:block; 
	width:205px; 
	height:20px; 
	color:#000; 
	padding-left:10px; 
	padding-top:3px; 
	text-decoration:none;
	}

#s_menu a span, #menu a:visited span {
	display:none;
	}

#s_menu a:hover {
	color:#000; 
	text-decoration:none;
	}

#s_menu a:hover span {
	position:absolute; 
	display:block; 
	left:0px; top:0; 
	width:0px; 
	height:0px; 
	border-left:8px solid #c00; 
	border-top:8px solid #fff; 
	border-bottom:8px solid #fff; 
	font-size:1px; line-height:0;
	}

* html #s_menu a:hover span {
	width:8px; 
	height:16px; 
	w\idth:0;
	he\ight:0;
	}
.left_bar {
	background-color:#d6e7d0; 
	padding:3px;
	color: #000000;
	font-size: 15px;
	font-weight:bold;
	text-align:left;
	}

/* 左サイド検索窓　*/
.searchform .formfield{
	width: 200px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	background-color: #fcf3b8;
	}
.searchform .formbutton {
	width: 60px;
	border-color: #d6e7d0;
	border-width: 1px;
	}
.searchform iframe {
	width: 200px;
	height: 580px;
}
/* 左サイドカレンダー　*/
.calendar {
	text-align: center;
	}
	

table.calendar {
	width:200px;
	font-size: 12px;
	color: black;
	}
table.calendar a {
	font-weight:bold;
	font-size: 12px;
	color: #ff8040;
	}
tr.calendardateheaders {
	font-size: 12px;
	color: black;
	}
td.days {
	text-align: center;
}
td.today {
	text-align: center;
	color: ＃004000;
	background-color: #fcf3b8;
	}

/* 右サイドメニュ　*/
#right_bar {
	background-color:#d6e7d0; 
	padding:3px;
	color:#000000; 
	font-size:13px; 
	font-weight: bold;
	text-align:left;
	}
#right_title {
	border-bottom:#f9e761 1px solid; 
	border-left:#f9e761 5px solid; 
	padding:3px;
	margin:5px 0 5px 0;
	color:#000000; 
	font-size:11px; 
	font-weight: bold;
	text-align:left;
	}