@charset "utf-8";

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

 File name:      base.css
 Update:         2010.04.09
 Style Info:     疥癬とはCSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　疥癬とはトップページ設定
----------------------------------------------------------- */
.his {
 background: transparent url(../../img/bg_history.gif) no-repeat left top;
}
.sca {
 background: transparent url(../../img/bg_scabiei.gif) no-repeat left top;
}
.sym {
 background: transparent url(../../img/bg_symptom.gif) no-repeat left top;
}
.inf {
 background: transparent url(../../img/bg_infection.gif) no-repeat left top;
}
.con {
 background: transparent url(../../img/bg_control.gif) no-repeat left top;
}

/* -----------------------------------------------------------
　　病型と症状・document-box設定
----------------------------------------------------------- */
.document {
 margin-top: 10px;
}
.document-box {
 margin: 0 75px;
 border-top: 1px solid #ACACAC;
}
.document-box caption {
 padding-bottom: 5px;
}
.document-box th, .document-box td {
 border-bottom: 1px solid #ACACAC;
 border-left: 1px solid #ACACAC;
 text-align: center;
}
.document-box th {
 background-color: #D9EEEC;
}
.document-box th.document-first, .document-box td.document-first {
 border-left: 0;
}


/* -----------------------------------------------------------
　　家庭での対応・対応表設定
----------------------------------------------------------- */
.correspondence {
 margin-top: 20px;
 border-top: 1px solid #ACACAC;
 border-left: 1px solid #ACACAC;
}
.correspondence th, .correspondence td {
 border-bottom: 1px solid #ACACAC;
 border-right: 1px solid #ACACAC;
}
.correspondence th {
 text-align: center;
 background-color: #D9EEEC;
}
.corre-item01 {
 width: 5em;
}

/* -----------------------------------------------------------
　　IE PNG設定
----------------------------------------------------------- */

body, img, div { behavior: url("../iepngfix.htc") }



