@charset "utf-8";

/*
===============ギャラリー===================
*/

#gallery{
    width:903px;
    margin:0 0 0 30px;
    background-color:#ffffff;
    clear:both;
}

.gallery2 {
    width:903px;
    margin:0 0 0 30px;
    background-color:#ffffff;
    clear:both;
}

.gallery3 {
    width:903px;
    margin:0 0 0 30px;
    background-color:#ffffff;
    clear:both;
}

/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
    margin:0px;
    margin:0 4px 0 10px;
    margin-bottom:3em;
    padding:0px;
    float:left;
    width:206px;
}

dt{
    margin:0px;
    padding:0px;
    text-align:center;
}
dd{
    margin:0px;
    padding:4px 0.5em;
    clear:both;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
dd.name{
    height:4em;
    line-height:1.2em;
    text-align:center;
    clear:both;
}
dd.comment{
    height:8.5em;
    font-size:0.9em;
    line-height:1.2em;
    clear:both;
}

dd.comment2{
    height:10.5em;
    font-size:0.9em;
    line-height:1.2em;
    clear:both;
}

dd.date{
    height:1.2em;
}
