﻿
/* **********************************_
　左メニューのCSS
　作成　2007/09/05
　変更

_ ********************************** */ 


BODY{
  background-image : url(img/bg_menu2.gif);
  color : green;
  background-repeat : repeat-y;
  
  line-height : 18px;
  font-size : 85%;
 }


/* **********************************_
　大項目の指定
_ ********************************** */

H4{
  color : white;
　background-color : #ccffcc;
  display : block;
  width : 150px;
  border : solid 3px;
  border-color : #f0fff0 #009900 #009900 #f0fff0;
  text-align : center;
  padding-top : 4px;
  padding-bottom : 4px;
  margin-top : 3px;
  margin-bottom : 3px;
}

H4 A{
  color : 009900;
  text-decoration : none;
　}


H4 a:hover{
  color : green; 
  background-color : #ffffcc;
 　}


/* **********************************_
　小項目の指定
_ ********************************** */

a{
  color : green;
  text-decoration : none;
  border-bottom : 1px dotted #f0fff0;
  }

A:hover{
   background : #ffffcc;
    position : relative; right : 8px; 
}