/*サイドバー装飾用CSS */
#side H2 {
	background-image: url(button.gif);
	border: 1px solid #336600;
	margin : 0px 0px 0px 40px;
	font-size: 90%;
	line-height : 100%;
	text-align:center;
	display:block;
	
  font-weight : bold;
  width : 100px;
  color : white;
  padding-bottom : 0px;
}
#side LI {
	list-style-type: none;
	border-bottom: 2px dotted #FF6600;
	line-height : 120%;
  width : 450px;
  font-size : 90%;
  font-weight : bold;
  color : gray;
  
}
#side LI A{
	
  
  font-weight : bold;
  
  

  color : green;
list-style-image: url(bit.gif);
  text-decoration : none;
  

  list-style-position : outside;
  
  display : block;
}
#side IMG{
  float : right;
  margin-top : 0px;
  
  
  
}