
/************** フォトギャラリー・インデックス用ＣＳＳ **************/

#gallery_index {
    padding: 15px 30px 0px 110px;
    background-image: url(title_gallery.gif);
    background-repeat: no-repeat;
    background-position: 30px 15px;
}

#title {
    padding: 13px 0px 0px 0px;
    height: 45px;
    color: #666;
    font-weight: bold;
}

#y2003, #y2004, #y2005, #y2006, #y2007, #y2008, #y2009, #y2010, #y2011, #y2012, #y2013 {
    margin: 15px 0px 0px 0px;
}

.year {
    margin: 0px 0px 0px 0px;
    width: 65px;
    height: 25px;
    background-image: url(title_year.gif);
    background-repeat: no-repeat;
}

#y2013 .year { background-position: 0px -480px; }
#y2012 .year { background-position: 0px -450px; }
#y2011 .year { background-position: 0px -420px; }
#y2010 .year { background-position: 0px -390px; }
#y2009 .year { background-position: 0px -360px; }
#y2008 .year { background-position: 0px -330px; }
#y2007 .year { background-position: 0px -300px; }
#y2006 .year { background-position: 0px -270px; }
#y2005 .year { background-position: 0px -240px; }
#y2004 .year { background-position: 0px -210px; }
#y2003 .year { background-position: 0px -180px; }

.item1{
    margin: 0px 0px 0px 4px;
    padding: 2px 0px 2px 0px;
}

.date1{
    padding: 0px 0px 0px 0px;
    color: #666;
}

.subject1{
    padding: 0px 0px 0px 15px;
}


/************** 個別のフォトギャラリー用ＣＳＳ **************/

#gallery {
    padding: 15px 30px 0px 30px;
    background-image: url(title_gallery.gif);
    background-repeat: no-repeat;
    background-position: 30px 15px;
}

.item2 {
    padding: 15px 0px 0px 80px;
    height: 35px;
}

.date2 {
    padding: 0px 0px 0px 0px;
    color: #666;
}

.subject2{
    padding: 0px 0px 0px 10px;
    color: #666;
    font-weight: bold;
}

.thumbnail { margin: 20px 0px 0px 0px; }
.thumbnail img { height: 120px; }

