/*
 * Style Name: greeting.css
 * Style URI: http://www.jsdg.org/css/greeting.css
 * Description: 会長・副会長あいさつ
 * Version: 0.91
 * Last Up Date: 2008/09/30
 * Author: 森下　裕史
 * Author URI:
 * Author Email:
 * Guideline URI:
 */

/* ----------------------------------------
 * 全体設定
 * ---------------------------------------- */

#contents p{
text-indent:0.9em;
}

#contents p.right{
text-align:right;
}

#contents img{
float:left;
margin:10px;
} 

#contents div {
padding-left:1em;
}

/* added by yumiko yoshida on 2011/01/31
 * 画像にリンクを設定した際に枠線が設定されないclass
*/
.no_border {
    border-style:none;
}

