


A:hover { 
	color: red;
}
/*
 cellpadding="0" cellspacing="0"
*/

body {
	background-color: #dddddd;
	margin-bottom: 0px;
	margin-top: 0px;
}

td {
	font-size: smaller;
	line-height: 21px;
	padding: 5px;
	margin: 5px;
}

.maininner {
		padding: 15px;
}






.mumenu a {
	display: block;
		text-decoration: none;
	background-image: url(img/msmenu.png);
	    padding-top: 4px;
    padding-bottom: 5px; 
   text-align: center;                  /* 左部から文字までの距離 */
   background-color: #eeeeee; /* 背景色 */
    width:150px;
       	color: #333333;
}

.mumenu a:hover {
	display: block;
		text-decoration: none;
	background-image: url(img/msmenuon.png);
	    padding-top: 4px;
    padding-bottom: 5px; 
   text-align: center;                  /* 左部から文字までの距離 */
   background-color: #eeeeee; /* 背景色 */
    width:150px;
       	color: #333333;
}


