/*
 * Style Name: news.css
 * Style URI: http://www.jsdg.org/css/news.css
 * Description: ニュース専用
 * Version: 1.00
 * Last Up Date: 2008/10/04
 * Author: 森下　裕史
 * Author URI:
 * Author Email:
 * Guideline URI:
 * 0.91 08/09/30 初期設定
 * 0.92 08/10/04 IE6 対応
 * 1.00 09/04/11 更新履歴用アイコン追加
 */
/* ----------------------------------------
 * 全体設定
 * ---------------------------------------- */

#contents p{
margin: 10px;
padding-left:10px;
padding-right:10px;
line-height:1.2em;
font-size: 0.8em;
}

.pad30{
padding-left:30px;
}

#contents dl {
margin-left:20px;
font-size:0.9em;
line-height:1.8em;
}

#contents dt {
font-size:1.0em;
font-weight:bold;
}

#contents dd {
padding-left: 10px;
font-size:1.0em;
line-height:1.3em;
}

#contents h4{
margin: 5px;
padding-right:10px;
line-height:1.4em;
font-size: 0.9em;
font-weight: bold;
background-repeat:no-repeat;
background-position: 5px;
}

th.fillcolor{
width:289px;
background-color: #ff9933;
border: 1px black solid;
padding:5px;
}

td.fillcolor{
background-color: #ffff99;
border: 1px black solid;
padding:5px;
vertical-align: top;
}

#history h4{
margin: 5px;
padding-left:32px;
padding-right:10px;
line-height:1.4em;
font-size: 0.9em;
font-weight: bold;
}

.newsupdate{
background-image:url("./images/red20.gif");
background-repeat:no-repeat;
background-position: 5px;
}

.eventupdate{
background-image:url("./images/blue20.gif");
background-repeat:no-repeat;
background-position: 5px;
}

.webupdate{
background-image:url("./images/green20.gif");
background-repeat:no-repeat;
background-position: 5px;
}

