/*輸出入用タイトル *menu.css  */
/*     border-bottom: 1px solid #009900;
     background-image :url(images/back1.gif) ;*/
a.manu-name  {
     width: 80px;
     height:18px;
     line-height:18px;
     text-align : center;
     font-size : 11px; 
     font-family: "ＭＳ ゴシック",sans-serif;
     display: block; 
     padding : 0px ;
     border: 1px solid #00cc00;
     text-decoration: none; 
     margin-top: 0px; 
     color: #ffffff;
    background-image :url(../images/menu-smoll.gif) 
}
a.manu-name:hover {
     font-weight: bold;
     padding: 0px;
     text-decoration: none;
     color: #dd0000;
     background-image :url(../images/menu-shover.gif) 
}
.manu-nameactive {
     width: 80px;
     height:18px;
     line-height:18px;
     font-size : 11px; 
     font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
     font-weight: bold; 
     text-align : center;
     color: #ffffff;
     padding: 0px;
     border: 1px solid #dd0000; 
     text-decoration: none;
    background-image :url(../images/menu-sactive.gif) 

}
a.manu-name2 {
     width: 117px;
     height:28px;
     font-size : 12px; 
     font-family: "ＭＳ ゴシック",sans-serif;
     font-weight: bold; 
     line-height:26px;
     text-align : center;
     color: #ffffff;
     padding: 0px ;
     background-image :url(../images/menu.gif) ;
     text-decoration: none;
     display: block; 
}
a.manu-name2:hover {
     font-weight: bold;
     padding: 0px;
     text-decoration: none;
     color: #ff0000;
     background-image :url(../images/menu-hover.gif) ;
}


.manu-name2active {
     width: 117px;
     height:28px;
     font-size : 12px; 
     font-family: "ＭＳ ゴシック",sans-serif;
     font-weight: bold; 
     line-height:26px;
     text-align : center;
     color: #ffeeee;
     padding: 0px ;
     background-image :url(../images/menu-active.gif) ;
     text-decoration: none;
     
}


a.link {
      display: block;
      width: 118px;
      height:18px;
      line-height:18px;
      text-align : center;
      font-size : 13px; 
      font-family: "ＭＳ ゴシック",sans-serif;
      color: #0000dd; 
/*     font-weight: bold; */
      text-decoration: none;
      border: 1px solid #009900;
      background-color: #ddffdd;
 }

a.link:hover {
 background-color: #aaffaa;
 color: #dd0000;
 }

.linkactive {
     width: 118px;
     height:18px;
     font-size : 13px; 
     font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
     font-weight: bold; 
     line-height:18px;
     text-align : center;
     color: #dd0000;
     padding: 0px;
     border: 1px solid #dd0000;  
     background-color: #ffeeee;
     text-decoration: none;
}
/*a.link:active {
     width: 100px;
     height:18px;
     font-size : 14px; 
     font-family: "ＭＳ ゴシック",sans-serif;
     font-weight: bold; 
     line-height:18px;
     text-align : center;
     color: #dd0000;
     padding: 0px ;
     border: 1px solid #009900;  
     background-color: #ffcfcf;
     text-decoration: none;
     
}*/
/* 横向きのメニュー */
/*
.class_name{
	width:450px;
	height:25px;
	line-height:25px;
	background:#cef;
	border:solid 1px #36f;
}

.class_name a,
.class_name a:link,
.class_name a:visited,
.class_name a:active{
	width:90px;
	height:25px;
	text-align:center;
	display:block;
	float:left;
}

.class_name a:hover{
	width:90px;
	height:25px;
	background:#36f;
	color:#fff;
	text-align:center;
	display: block;
	float:left;
} */

/*
.menu {
     width: 150px;
     margin: 20px 10px;
     padding: 0px;
     border-top: 1px solid #009900;
     border-right: 1px solid #009900;
     border-left: 1px solid #009900;
}
.menu ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     text-align: center;
}
.menu li {
     margin: 0px;
     padding: 0px;
}
.menu a {
     width: 150px;
     display: block;
     padding: 3px 0px;
     border-bottom: 1px solid #009900;
     background-color: #dfffbf;
     text-decoration: none;
     color: #400000;
}
.menu a:hover {
     width: 150px;
     display: block;
     padding: 3px 0px;
     border-bottom: 1px solid #009900;
     background-color: #00ca00;
     text-decoration: none;
     color: #ffffff;
}
*/


