/*
 * Style Name: reference.css
 * Style URI: http://www.jsdg.org/css/reference.css
 * Description: 問い合わせ用
 * Version: 0.91
 * Last Up Date: 2008/09/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: inside;
}

#contents li {
list-style-type:disc;
padding-left: 20px;
line-height:1.8em;
font-size:0.9em;
}
#contents table{
margin-left:40px;
border: 2px red solid;
background-color: #ffcccc; 
}

#contents dl {
margin-left:20px;
font-size:0.9em;
line-height:1.8em;
}

#contents dt {
font-weight:bold;
}

#contents dd {
padding-left: 10px;
}
