/*
 * Style Name: study.css
 * Style URI: http://www.jsdg.org/css/study.css
 * Description: 研修会用
 * Version: 0.91
 * Last Up Date: 2008/12/30
 * Author: 森下　裕史
 * Author URI:
 * Author Email:
 * Guideline URI:
 */

/* ----------------------------------------
 * 全体設定
 * ---------------------------------------- */

#contents h4 {
margin-left:10px;
font-weight:bold;
text-decoration:underline;
}

#contents p {
text-indent: 0.9em;
}

#contents ul {
list-style-position: outside;
}

#contents li {
list-style-type:none;
padding-left: 20px;
line-height:1.8em;
font-size:0.9em;
}
#contents table{
margin-left:30px;
border: 1px black solid;
border-collapse:collapse;
font-size:0.9em;
}
#contents th{
background-color: #ff9933;
border: 1px black solid;
padding:5px;
}
#contents th.study_width{
width:120px;
}
#contents th.day_width{
width:150px;
}

#contents th.place_width{
width:300px;
}

#contents td{
background-color: #ffff99;
border: 1px black solid;
padding:5px;
vertical-align: top;
}

#contents dl {
margin-left:20px;
font-size:0.9em;
line-height:1.8em;
}

#contents dt {
font-weight:bold;
}

#contents dd {
padding-left: 10px;
}
