/* ペ?Eジのレイアウト用CSS */

#main {
  position: relative;
  width: 600px;
}

h1 {
   margin-bottom: 40px;
   width: 600px;
}

#navbar {
   background-image : url(../oshirase/bar_nav.gif);
   padding: 0px;
   width: 600px;
   height: 25px;
   position: absolute;
   top: 65px;
   left: 30px;
   border-bottom: solid 1px #336600;
   border-top: solid 1px #336600;
}

#navbar h2 {
   color: #ffffff;
   width: 100px;
   float: left;
   text-align: center;
   margin: 0px;
   font-size: 14px;
   letter-spacing: 2px;
   line-height: 1.7em;
   border-right: solid 1px #ffffff;
   border-left: none;
   padding-left: 0px;
}

#navbar h2 a {
   color: #ffffff;
   font-weight: normal;
   display: block;
}
#navbar h2 a:hover {
   background-image : url(../oshirase/bar_hover.gif);
}
