
td.memo10Black {
	color: black;
	font-size: 10pt;
    font-family: Tahoma;
}

td.memo11BlackB {
	color: black;
	font-size: 11pt;
    font-family: arial;
	font-weight:bold;
}

td.memo11Black {
	color: black;
	font-size: 11pt;
    font-family: Tahoma;
}
td.memo12Black {
	color: black;
	font-size: 12pt;
    font-family: Tahoma;
}

td.memo10white {
	color: white;
	font-size: 10pt;
    font-family: Tahoma;
}
td.memo10whiteB {
	color: white;
	font-size: 10pt;
	font-weight: bold;	
    font-family: Tahoma;
}
td.memo11white {
	color: white;
	font-size: 11pt;
    font-family: Tahoma;
}
td.memo15vert {
	color: #84A826;
	font-size: 15pt;
    font-family: Arial Black;
}
td.memo13white {
	color: #ffffff;
	font-size: 13pt;	
    font-family: Arial Black;
}

/* TOP MENU LIST START ************************************************************************/
#tmenu ul { /*リスト全体*/
	margin:0;
	padding:0;
	width:850px;          /* リスト全体の幅 */
	height:30px;          /* リスト全体の高さ */
	list-style:none;      /* リストマークを無しにする */
	text-align:center;    /* 文字を中央 */
	font-size:90%;       /* 文字を大きく */
	font-weight:bold;
	line-height:190%;     /* 行の高さを調整 */
	font-family:Tahoma;
}

#tmenu li.lenT { /*リストの1段目*/
	float:left;
	width:140px;
	height:30px;
	white-space:nowrap;
}
#tmenu li.lenL { /*リストの1段目*/
	float:left;
	width:140px;
	height:30px;
	white-space:nowrap;
	margin-left:1px;
}

#tmenu ul li:hover > ul {
	display: block;
}

#tmenu a { /*1段目以降のメニュー文字*/
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
}

 /* マウスが上に来た時 */
#tmenu a:hover {
	background-image:url(img/tmenu1on.png);
	color:#333300;
}

#tmenu img { display:none; }

/* TOP MENU LIST END ************************************************************************/




A:LINK { color: white }
A:VISITED { color: white }
A.MOUSEOVER   { color: red }


