html {
	height: 100%;
	overflow: visible;
}
body {
	height: 100%;
	overflow: auto;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ end */

/* メニュー要素　　追加　2008/08/28☆ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#menu{
	float:left;					/* 「メニュー」要素を左側に配置、「メイン」要素を右側に回り込ませる　☆追加 */
	width:220px;				/* 幅　☆追加 */
	height:100%;				/* 高さ（ブラウザに合わせる）　☆追加 */
/* 不要のためコメントアウト　2008/08/28 ---
	min-height:300px;
	max-height:600px;
---------------------------------------- */
	background-image: url(../../hp_template_r21/img/05/menu_backimg.gif);	/* 背景画像 */
	font-size: 12px;			/* フォントサイズ */
	line-height: 24px;			/* 行の高さ */
	color: #000066;				/* フォントカラー */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: visible;
	/padding-bottom:40px;		/* IEでは余白を作る */
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ end */

#menu table {
	margin: 16px 10px 0px 10px;
}

#main {
	padding: 0, 0, 0, 220px;
}

/* FireFox用に追加 */
*>#main {
	margin-left:220px;
}

*>#menu .heightLine{
	background-image: url(../../hp_template_r21/img/05/menu_backimg.gif);	/* 背景色 */
}

#menu td {
	font-size: 12px;
	color: #000066
}

#menu td.menu {
	font-size: 12px;
	background-image: url(../../hp_template_r21/img/05/menu_back.gif)
}

#menu a:link {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none
}

#menu a:active {
	font-weight: bold;
	color: #ffffff; font-size: 14px;
	text-decoration: none
}

#menu a:visited {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none
}

#menu a:hover {
	font-weight: bold;
	color: #ff0000;
	font-size: 14px;
	text-decoration: underline
}