/* tmj leftmenu.css */

td.leftmenu{
	margin: 0px 0px 0px 0px;
	padding:0px;
	background : url(img/bg-lefttd.gif) repeat;
	}

#leftmenu a:link { text-decoration:none; color:#003366; }
#leftmenu a:visited { text-decoration:none; color:#003366; }
#leftmenu a:active { text-decoration:none; color:#003366; }
#leftmenu a:hover { text-decoration:none;  color: #CC0000; margin:1px -1px -1px 1px;}

	
/* left menu */

#leftmenu ul{
list-style: none;
font-weight: normal;
margin: 0px;
padding: 0px;
width: 175px;
}

/* メニュー：メニューa */
#leftmenu li{
text-align:right;
padding: 5px 25px 5px 10px;
background : url(img/bg-mn-a.gif) no-repeat 0px 0px;
font-weight: nomal;
margin: 0px 0px 0px 0;
color: #666666;
line-height:1.25;
}

#leftmenu li.bg-toho{
text-align:left;
padding-left: 25px;
padding-top: 5px;
padding-bottom: 5px;
background : url(img/bg-mn-b.gif) no-repeat 0px 0px;
font-weight: nomal;
margin: 0px 0px 0px 0;
color: #666666;
line-height:1.25;
}

#leftmenu H1{
	margin:0;
	padding:3px 10px; 
	color:#CCFFFF;
	font-size:10pt;
	background-color:#003366;
	border:2px 0px 0px 0px;
	border-color:#CC0000;
	border-style:solid;
	}
	





