/* CSS Document */


ul#list {
	padding: 0px;
	list-style: none;
	width: 235px;
	left: 0px;
	overflow: hidden;
}

div#nav {
    margin: 0;
    width: 200px; 
    height: 250px; 
}

div#nav ul li {
  height:40px;
  list-style-type:none; 
}
div#nav ul li a {
  display: block; 
  padding: 40px 0 0 0; 
  overflow: hidden; 
  margin: 0;
  height: 0 !important; 
  height /**/: 40px; 
}
@media print {
div#nav ul li a {
  display: block; 
  height: 40px !important; 
  padding: 0 0 0 0; 
  text-indent: -10000px; 
}
}


li#nav01 a { background: url(../images/botan/banner01.gif) 0 0 no-repeat; width:105px; top: 0; }
li#nav02 a { background: url(../images/botan/banner02.gif) 0 0 no-repeat; width:90px; top: 0; }
li#nav03 a { background: url(../images/botan/banner03.gif) 0 0 no-repeat; width:110px; top: 0; }
li#nav04 a { background: url(../images/botan/banner04.gif) 0 0 no-repeat; width:150px; top: 0; }
li#nav05 a { background: url(../images/botan/banner05.gif) 0 0 no-repeat; width:100px; top: 0; }
li#nav06 a { background: url(../images/botan/banner06.gif) 0 0 no-repeat; width:110px; top: 0; }
div#nav ul li a:hover { background-position: 0 -40px; }



/* ■ ロールオーバー設定 ■ */
li#nav01 a:hover,
li#nav02 a:hover,
li#nav03 a:hover,
li#nav04 a:hover,
li#nav05 a:hover, 
li#nav06 a:hover,
	background-position: 0px -40px;
}
