
body{
  background-image : url(../img/parts/back01.jpg);
  text-align : center;
  margin-top : 0px;
  margin-bottom : 0px;
}
#container{
  background-color : white;
  width : 750px;
  margin-left : auto;
  margin-right : auto;
}
h1{
  font-size : 90%;
  font-weight : normal;
  margin-bottom : 0px;
  color : white;
  padding-top : 5px;
  padding-left : 10px;
  letter-spacing : 1px;
  margin-top : 0px;
  text-align : left;
}
#top-navi{
  height : 35px;
  background-color : #000066;
  width : 750px;
}
#top-navi ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-indent : -9999px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
#top-navi li{
  float : left;
  list-style-type : none;
  width : 107px;
}
#top-navi a{
  background-image : url(../img/parts/top-navi.gif);
  width : 107px;
  height : 35px;
  display : block;
}
#top-navi a:hover{
  background-image : url(../img/parts/top-navi.gif);
  width : 107px;
  height : 35px;
}
#content{
  padding-top : 10px;
}
#main{
  text-align : left;
  padding-top : 20px;
  padding-left : 20px;
  font-size : 90%;
  line-height : 150%;
  letter-spacing : 1px;
  padding-right : 20px;
}
.center{
  text-align : center;
}
#footer{
  padding-top : 50px;
  clear : both;
  font-size : 90%;
  line-height : 130%;
  letter-spacing : 1px;
  background-image : url(../img/parts/bottom01.gif);
  background-repeat : no-repeat;
  background-position : center bottom;
}
.red{
  color : red;
  background-color : white;
}
#footer span{
  color : white;
}
.b{
  font-weight : bold;
}
.clear_both{
  clear : both;
}
#to_home a{
  background-position : 0px 0px;
}
#to_menu01 a{
  background-position : -107px 0px;
}
#to_menu02 a{
  background-position : -214px 0px;
}
#to_sushi a{
  background-position : -321px 0px;
}
#to_izakaya a{
  background-position : -428px 0px;
}
#to_about a{
  background-position : -535px 0px;
}
#to_info a{
  background-position : -642px 0px;
}
#to_home a:hover{
  background-position : 0px -35px;
}
#to_menu01 a:hover{
  background-position : -107px -35px;
}
#to_menu02 a:hover{
  background-position : -214px -35px;
}
#to_sushi a:hover{
  background-position : -321px -35px;
}
#to_izakaya a:hover{
  background-position : -428px -35px;
}
#to_about a:hover{
  background-position : -535px -35px;
}
#to_info a:hover{
  background-position : -642px -35px;
}