BODY{
	margin: 0px;
	margin-left: 6px;
	margin-top: 2px;
}
A.menu {
  float: left;               /* 左揃え */
  width: 60px;              /* 横幅 */
  background-color: #66FF99; /* 背景色 */
  border: solid 1px #669966; /* 枠の色 */
  margin: -13px 0px 0px -1px;
  padding: 15px 0px 1px;
  font-size: 11px;           /* フォントサイズ */
  text-align: center;        /* 水平揃え */
  text-decoration: none;     /* 下線を消す */
}
A.menu:hover {
  margin: -1px 0px 0px -1px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
.unnamed1 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00FF00;
}
.bac_bana {
	font-size: 12px;
	background: url(../img/bana_160.gif) no-repeat;
	text-indent: 20px;
	height: 24px;
	width: 160px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	line-height: 1em;
	display: run-in;
	margin: 2px;
}
.day {
	font-size: 12px;
	color: #0000FF;
	background: #F2F2F2;
	text-indent: 14pt;
	display: block;
	height: 20px;
	width: 150px;
	border-bottom: 1px solid #FF6600;
	border-left: 8px solid #FF6600;
	left: 2px;
	line-height: 1.8em;
}
/* --- 見出しエリア --- */
div.heading {
width: 584px; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding: 6px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url(../img/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

/* --- 見出し --- */
div.heading h3 {
margin: 0;
padding: 3px 0 0 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff8000 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}
