
/************** フォトギャラリー・インデックス用ＣＳＳ **************/

*{
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
}

body{
    font-style:normal;
    font-weight:normal;
    font-size:medium;
    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;
    letter-spacing: 0px;
    color: #222;
}

h1 {
    margin-bottom: 8px;
    padding: 5px 0px 10px 10px;
    width: 160px;
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: #f2f2f2;
    border-left: 10px solid #bfbfbf;
    border-bottom: 1px solid #cccccc;
}

h2 {
    margin: 15px 0px 5px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #888;
}

#select_year {
    margin: 15px 0px 0px 10px;
}

#select_year a {
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #66e;
}

#select_year a:hover {
    text-decoration: underline;
}

.item {
    margin-left: 10px;
    clear: both;
    height: 18px;
}

.date{
    float: left;
    width: 140px;
    padding-left: 15px;
    line-height: 18px;
    height: 18px;
    color: #041;
    background-image: url(list_other.gif);
    background-repeat: no-repeat;
    background-position: 0px -81px;
}

.subject{
    float: left;
    line-height: 18px;
    height: 18px;
}

.subject a {
    text-decoration: none;
    color: #22c;
}

.subject a:hover {
    text-decoration: underline;
}




/* フッター */

#footer {
    margin-top: 10px;
    padding-top: 10px;
    height: 40px;
    background-image: url(footer.gif);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

