
/************** フォトギャラリー個別用ＣＳＳ **************/

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
}

body {
    text-align:left;
    color: #000;
    background-image: url(wall.gif);
    background-color: #fff;
}

#container {
    width: 800px;
    background-color: #fff;
    margin: 0px auto;
    text-align: left;
}


/* メインメニュー */

#menu {
    width: 800px;
    padding-top: 50px;
    background-image: url(sub_header.jpg);
    overflow: hidden;  /* IE6用おまじない */
}

#menu a {
    position: relative;
    display: block;
    float: left;
    height: 50px;
    background-image: url(menu_main.gif);
    background-color: transparent;
}

#menu a.top      { width:  67px; margin-left:  20px; background-position:    0px 0px; }
#menu a.blog     { width:  78px; margin-left:  15px; background-position:  -65px 0px; }
#menu a.gallery  { width: 110px; margin-left:  15px; background-position: -140px 0px; }
#menu a.archive  { width:  90px; margin-left:   230px; background-position: -300px 0px; }
#menu a.contact  { width: 100px; margin-left:   0px; background-position: -385px 0px; }
#menu a.facebook { width:  27px; margin-left:   3px; background-position: -488px 0px; }
#menu a.twitter  { width:  27px; margin-left:   0px; background-position: -519px 0px; }

#menu a.top:hover      { background-position:    0px -50px; }
#menu a.blog:hover     { background-position:  -65px -50px; }
#menu a.gallery:hover  { background-position: -140px -50px; }
#menu a.bbs:hover      { background-position: -255px -50px; }
#menu a.archive:hover  { background-position: -300px -50px; }
#menu a.contact:hover  { background-position: -385px -50px; }
#menu a.facebook:hover { background-position: -488px -50px; }
#menu a.twitter:hover  { background-position: -519px -50px; }




/* ギャラリー本体 */

#gallery {
    margin: 20px 30px 30px 30px;
    background-color: transparent;
}

.title     { }
.date      { color: #041; font-size: 13px; }
.subject   { color: #000;  font-size: 13px; padding-left: 15px; }
.thumbnail { margin-top: 20px; }


/* フッター */

/* フッター */

#footer {
    margin-top: 10px;
    padding-top: 10px;
    height: 40px;
    background-image: url(footer.gif);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

