﻿/*ページのレイアウト用css*/
body {
      text-align: center;
      background-color:#DBDBB7;
      
}
}
#contents {
      width: 600px;
      margin: auto;
      background-color: #FFFFFF;
      text-align: left;
      border:solid 1px #999999;
      position: relative;
     
}
      
h1 {
    text-align: right;
    background-image:url(yahootop.jpg);
    height: 155px;
    background-repeat: repeat-y;
    letter-spacing: 5px;
    padding-right: 10px;
    margin-bottom: 40px;
}

h1 a {
    color: #D93E02;
}

h2,h3,p,#path{
    margin-left:10px;
    margin-right:10px;
    background-repeat: repeat-y;
}

#navbar{
    background-image: url(nav_bk.gif);
    padding: 0px;
    width: 600px;
    height: 25px;
    position: absolute;
    top:155px;
    left:0px;
    border-bottom: solid 1px #333333;
    border-top: solid 1px #333333;
}
#navbar h2{
    width: 100px;
    float: left;
    text-align: center;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.7em;
    border-right: solid 1px #FFFFFF;
    border-left: none;
    padding-left: 0px;
}
#navbar a{
    color:#FFFFFF;
    font-weight:normal;
    display:block;
    width: 100px;
}