@charset "UTF-8";

/* サイドメニューバー（縦）のスタイル*/

<!--

div#box{

/* ここの中は適宜必要に応じて指定。

箱を作ると言うより、

divで「どの箱」ということを指し示すid、

と考えてください */

}

DIV#box2 A {

/* 箱そのものを a で作ります */

display: block;

background-image : url(../gifenu/x01.gif);background-repeat : no-repeat;





text-decoration: none;




  
  
  
  padding-left : 30px;
  font-size : 11pt;
  
  padding-top : 15px;
  width : 250px;
  height : 100px;
  color : black;

}

DIV#box2 A:HOVER {

color : #550225;

background-image : url(../gifenu/x.gif);


  font-size : 11pt;
  padding-top : 15px;
  padding-left : 30px;
  width : 250px;
  height : 100px;
  background-repeat : no-repeat;
}


-->

</style>