/*
 * Style Name: top.css
 * Style URI: http://www.jsdg.org/css/top.css
 * Description: トップページ専用
 * Version: 0.93
 * Last Up Date: 2009/03/31
 * Author: 春名　英司、森下　裕史
 * Author URI:
 * Author Email:
 * Guideline URI:
 * 0.91 08/09/30 初期設定
 * 0.92 08/10/04 IE6 対応
 * 0.92 09/03/31 イベント表記追加
 */

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

/* コンテンツ幅を全幅とする */
#container{
width: 800px;
}

#contents{
width: 780px;
}

#events{
width: 368px;
margin: 10px;
border: solid 1px;
float:left;
}

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


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

#lead1 p{
padding-left:5px;
padding-right:5px;
line-height:1.0em;
font-size: 0.9em;
font-weight: bold;
}

.vtop{
vertical-align:top;
}

#announce{
width: 368px;
margin: 10px;
border: solid 1px;
float:right;
}

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


#announce h4{
margin: 10px;
line-height:1.3em;
font-size: 0.9em;
font-weight: bold;
background-repeat:no-repeat;
background-position: 5px;
}




#history{
width: 758px;
border: solid 1px;
/* IE6ハック用(この行は消さない) */
margin-left:10px;
clear:both;
}

#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;
}

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

#events dt {
font-weight:bold;
font-size:0.9em;
float:left;
width:4em;
}

#events dd {
font-size:0.9em;
/* border-bottom:1px dotted #aaa;*/
margin-left:4em;
margin-right:1em;
}

.title{
font-weight:bold;
color:#080;
}

.eventdate{
font-weight:bold;
}

#history p{
margin: 10px;
padding-left:10px;
padding-right:10px;
line-height:1.0em;
font-size: 0.9em;
}






* html #contents{
width: 780px;
}

* html #events{
width: 368px;
margin:  5px;
border: solid 1px;
float:left; 
}

* html #announce{
width: 368px;
margin:  5px;
border: solid 1px;
float:right;
}

* html #history{
width: 758px;
border: solid 1px;
margin: 10px;
clear: both;
}

