body{
  font-size : 13px;
  font-family : meiryo,"Hiragino Kaku Gothic Pro","MS P Gothic",Osaka,Verdana,Arial,Helvetica,Meiryo,sans-serif;
  color : #585858;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
*{
	line-height:1.3;
}
#main h1{
  
  font-size : 20px;
  margin-left : 45px;
  
}

.title{
  background-image : url(image/title_bar.gif);
  width : 750px;
  height : 40px;
  
}

a{
  text-decoration : none;
}

a:hover{
  color : #bc1d35;
  text-decoration : underline;
}

a:active{
  color : red;
}
