a   {color: #017acd}

/* コンテナ */
div#container   {width: 761px;
    margin-left: auto;
    margin-right: auto}

/* ヘッダー */
div#header  {
    background-color: #017acd;
    background-image: url(../img/header.jpg);
    padding: 28px 20px 140px}

div#header p {
    color: #ffffff;
    font-size: 1.75em;
    margin: 0
}

div#header sub {
    color: #ffffff;
    font-size: 1.00em;
    margin: 0
}

/* メニュー */
ul#menu {
    font-size: 0.75em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    height: 30px;
    background-color: #006400
}

ul#menu li  {
    list-style-type: none;
    float: left
}

ul#menu li a {
    display: block;
    width: 126px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background-color: #33ff00;
    border-right: solid 1px #ffffff
}

ul#menu li a:hover {
    background-color: #FFFF00;
    color: #000000}

ul#menu li.menulast a {border-right: none}

/* コンテンツ */
div#content {width: 534px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px}

div#content h2  {
    background-color: #33ff00;
    background-repeat: no-repeat;
    font-size: 0.875em;
    color: #000000;
    line-height: 28px;
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0
}

div#content h3  {
    background-color: #e0e0e0;
    background-image: url(./img/bar-green.png);
    background-repeat: no-repeat;
    font-size: 0.875em;
    line-height: 23px;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 0
    }

div#content p   {
    font-size: 0.875em;
    line-height: 1.6;
    margin-top: 10px;
}

div#content p.c3   {
    font-size: 0.875em;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 0
}

div#content  p.adress   {
    margin-top: 10px;
    float: left;
    width: 300px
}

div#content  p.photo   {
    float: right
}

.o4 {color:black; height:110px; width:530px; overflow:auto;}

/* 右サイドバー */
div#sidebar-right {
    width: 214px;
    float: right
}

div.info {
    border: solid 1px #33ff00;
    margin-bottom: 20px
}

div#sidebar-right h1    {
    background-color: #33ff00;
    background-repeat: no-repeat;
    font-size: 0.875em;
    color: #000000;
    line-height: 28px;
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0
}

div#sidebar-right p.photo   {text-align: center}

div#sidebar-right p {
    font-size: 0.75em;
    margin: 10px 5px
}

/* フッター */
div#footer  {
    background-image: url(../img/footer_line.png);
    background-repeat: repeat-x;
    width: 760px;
    margin-top: 0;
    padding-top: 8px;
    clear: both
}

address {
    font-size: 0.875em;
    font-style: normal;
    text-align: center
}

