/*
 * Style Name: q_a.css
 * Style URI: http://www.jsdg.org/css/q_a.css
 * Description: Ｑ＆Ａ専用
 * Version: 0.91
 * Last Up Date: 2008/09/30
 * Author: 森下　裕史
 * Author URI:
 * Author Email:
 * Guideline URI:
 */

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

#contents p{
text-indent:1em;
font-size:0.9em;
line-height:1.3em;
}

.pad30{
padding-left:30px;
}

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

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

#contents dd {
font-size:0.9em;
border-bottom:1px dotted #aaa;
margin-left:5em;
}

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

#contents h4{
margin-left:20px;
display: inline;
padding-right:5px;
line-height:1.3em;
font-size: 1.0em;
font-weight: bold;
}


#contents ul {
list-style-type:disc;
margin-left:25px;
}


#contents ol {
margin-left:25px;
}