@charset "utf-8";
/*-----------------------------------------------------
  Kobe Rotary Club Web 例会ページ写真ボックス CSS
-----------------------------------------------------*/
/*widthは並べたい枚数にあわせて調整*/
#gallery{
    width:495px;
    background-color:#ffffff;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
    margin:0px;
    margin-right:2px;
    margin-bottom:1em;
    padding:0px;
    float:left;
    width:160px;
    font-size:14px;

}
dt{
    margin:0px;
    padding:0px;
}
dd{
    margin:0px;
    padding:4px 0.5em;
    border-color::#7F2D00;

}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めてく*/
dd.name{
    height:1.2em;
}
dd.comment{
    height:4.4em;
    background-color:#f6eec9;
}
dd.date{
    height:3.2em;
}

/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/07
  Copyright(C)2008 Kobe Rotary Club all rights reserved. 
-------------------------------*/
