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 {
    font-size: 1.75em;
    margin: 0;
    color:  #ffffff
}

div#header sub {
    color: #ffffff;
    font-size: 1.00em;
    margin: 0
}

/* パンくずリスト */
p#bread {
    font-size: 0.75em;
    margin-top: 0px;
    margin-bottom: 15px
    }



/* メイン */
div#main {
        width: 534px;
    float: left}

/* コンテンツ */
div#content {width: 388px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px}

div#content h1  {
    background-color: #33ff00;
    //background-image: url(./img/bar-blue.png);
    background-repeat: no-repeat;
    font-size: 0.875em;
    color: #000000;
    line-height: 28px;
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0
}

div#content p   {
    font-size: 0.875em;
    line-height: 1.6;
    margin-top: 10px
}

div#content table  {
    font-size: 0.875em;
}

div#content p.photo   {text-align: center}

/* メニュー */
ul#menu {
    font-size: 0.75em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    height: 30px;
    background-color: #006400;
    margin-bottom: 10px
}

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#sidebar {
        width: 140px;
    float: left;
    margin-bottom: 25px
}

ul.sidemenu {
        font-size: 0.75em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    line-height: 0
}

ul.sidemenu li  {list-style-type: none}

ul.sidemenu li a    {display: block;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
    background-color: #33ff00;
    border-bottom: solid 1px #ffffff;
    padding-left: 10px}

ul.sidemenu li a:hover  {background-color: #FFFF00}

ul.sidemenu ul  {margin: 0;
    padding: 0}

ul.sidemenu ul li a     {background-color: #ffffff;
    color: #000000;
    border-bottom: solid 1px #aacfff;
    line-height: 24px}

ul.sidemenu ul li a:hover   {background-color: #faffda}

/* 右サイドバー */
div#sidebar-right {
    width: 214px;
    float: right
}

div.info {
    border: solid 1px #33ff00;
    margin-bottom: 20px
}

div#sidebar-right h2 {
    background-color: #33ff00;
    border-bottom: solid 1px #33ff00;
    color: #000000;
    font-size: 0.75em;
    text-align: center;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 3px
}

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.75em;
    font-style: normal;
    text-align: center}

