@charset "utf-8";

/* contents area */
#contentsbody { margin:0 auto; width:790px; }
#maincontents { margin:15px; width:760px; }

/* header */
#header { margin-bottom:12px; width:790px; height:80px; position:relative; border-bottom:3px #039 solid; }
#header h2 { position:absolute; top:15px; left:15px; width:167px; height:55px; }

/* footer */
#footer { margin:0 auto; padding:8px 0; width:790px; background-color:#039; clear:both; }
#footer p { margin-bottom:0; line-height:normal; font-size:11px; text-align:center; color:#FFF; }

/* title (h1) */
#contentsbody h1 { margin-bottom:15px; padding-bottom:12px; width:790px; height:25px; background:url("../images/t_treatment.png") 15px 0 no-repeat; border-bottom:1px #CCC solid; }
#contentsbody h3 { margin-bottom:15px; font-weight:normal; }

ol { margin-bottom:25px; list-style:none; }
ol li { margin-bottom:15px; float:left; }
ol.ol-nolist { list-style-type:decimal; margin:10px 0 10px 20px; }
ol.ol-nolist li { margin-bottom:5px; float:none; }
ol.ol-katakanalist { list-style-type: katakana; margin:10px 0 10px 20px; }
ol.ol-katakanalist li { margin-bottom:5px; float:none; }

ul.ul-circle {list-style-type: disc; ; margin:10px 0 10px 20px; }
ul.ul-circle li { margin-bottom:5px; float:none; }

dl { float:left; width:100%; }
dt { float:left; width:4%; margin-bottom:5px; }
dd { float:left; width:96%; margin-bottom:5px; }

