@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      misconceptions.css
 Update:         2010.02.24
 Style Info:     疥癬を誤解していませんか用CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　レイアウト設定
----------------------------------------------------------- */
dl {
 width: 650px;
}
dt {
 margin-top: 20px;
 padding-left: 45px;
 height: 35px;
 line-height: 35px;
 background: url(../../img/miscon_icon.gif) no-repeat left top;
 color: #3FADE0;
 font-size: 108%;
}
dd {
 margin-top: 5px;
 padding: 0 0 5px 45px;
 border-bottom: 1px solid #C0C5C4;
}


