@charset "utf-8";

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

 File name:      base.css
 Update:         2009.03.24
 Style Info:     各ページCSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　共通レイアウト設定
----------------------------------------------------------- */

#container {
 position: relative;
 margin: 0 auto;
 padding: 0;
 width: 912px;
 text-align: left;
}
#header {
 margin: 13px 26px 0;
 height: 44px;
}
#header-left {
 float: left;
 width: 182px;
}
#header-left h1 {
 width: 182px;
 height: 31px;
 background: url(../img/logo.gif) no-repeat left top;
}
#header-left h1 a{
 display: block;
 width: 182px;
 height: 31px;
}
#header-left h1 a span {
 display: block;
 text-indent: -9999px;
 overflow: hidden;
}
#header-right {
 float: right;
 width: 100px;
}
#header-right p {
 width: 100px;
 height: 24px;
 background: url(../img/logo_maruho.gif) no-repeat left top;
}
#header-right p a {
 display: block;
 width: 100px;
 height: 24px;
}
#header-right p a span {
 display: block;
 text-indent: -9999px;
 overflow: hidden;
}
#menu {
 margin: 0 6px;
 height: 40px;
}
#menu ul li {
 display: inline;
}

#contents {

}
.contents-wrap {
 width: 912px;
}
.contents-left {
 float: left;
 padding-top: 20px;
 width: 700px;
}
.contents-right {
 float: right;
 width: 176px;
}
#icon-printpage {
 margin-right: 26px;
 text-align: right;
}
#contents h2 {
 margin: 5px 0 0 20px;
}
.bg-contents {
 margin: 15px 6px 0;
 padding: 20px 0 0;
 width: 900px;
 background: #FFF url(../img/bg_contents.gif) no-repeat left top;
}
.bg-contents-tab {
 margin: 0 6px;
 padding: 20px 0 0;
 width: 900px;
 background: #FFF url(../img/bg_contents_tab.gif) no-repeat left top;
}
#footer {
 height: 52px;
 color: #FFF;
 background: url(../img/bg_footer.gif) repeat-x center bottom;
}
#footer-wrap {
 margin: 0 auto;
 padding: 25px 0 0;
 width: 900px;
 text-align: left;
}
#footer-right {
 float: right;
 width: 500px;
 text-align: right;
}
#footer-right ul li {
 display: inline;
 margin: 0;
 padding: 0 6px 0 10px;
 border-right: 1px solid #FFF;
}
html>body #footer-right ul li {
 padding: 0 10px 0 6px;
}
#footer-right ul li.f-navi-fast {
 padding-left: 0;
}
#footer-right ul li.f-navi-end {
 padding-right: 0;
 border: 0;
}
#footer-left {
 float: left;
 width: 380px;
}
h4 {
 padding-top: 30px;
}
h5 {
 margin-top: 30px;
 padding: 0 0 3px 7px;
 border-bottom: 1px solid #484848;
}
.linklist {
 margin-top: 10px;
 padding-left: 7px;
}
.linklist li {
 margin-bottom: 5px;
 padding-left: 15px;
 background: url(../img/bg_list.gif) no-repeat left center;
}

.honbun {
 margin-top: 10px;
}
sup {
 color: #D60000;
}
.page-top {
 margin-top: 30px;
 padding-bottom: 30px;
 text-align: right;
}
.top15 {
 margin-top: 15px;
}
.top30 {
 margin-top: 30px;
}
.top90 {
 margin-top: 90px;
}
.indent-left {
 text-indent: -1em;
 margin-left: 1em;
}
/* -----------------------------------------------------------
　　各BOX設定
----------------------------------------------------------- */

.box01 {
 margin: 30px 6px 0;
 padding: 0;
 width: 900px;
}
.box01-left {
 float: left;
 width: 570px;
}
.box01-right {
 float: right;
 width: 300px;
}

.box02, .box03, .box04 {
 margin: 0 30px;
 padding: 0;
 width: 840px;
}

.box03-left {
 float: left;
 width: 405px;
}
.box03-right {
 float: right;
 width: 405px;
}

.box04-left {
 float: left;
 margin-top: 30px;
 width: 200px;
}
.box04-right {
 float: right;
 width: 610px;
}

.box05 {
 position: relative;
 margin: 10px 30px 0;
 padding-top: 5px;
 width: 840px;
 background: url(../detection1/img/bg_box05_top.gif) no-repeat left top;
}
.box05-end {
 padding: 0 30px 15px;
 width: 780px;
 background: #E2E2E2 url(../detection1/img/bg_box05_end.gif) no-repeat left bottom;
}
.box05-left {
 float: left;
 padding-top: 10px;
 width: 144px;
}
.box05-right {
 float: right;
 padding-right: 170px;
 width: 440px;
}

.box06 {
 margin: 15px 30px 0;
 padding-bottom: 15px;
 width: 840px;
 border-bottom: 1px solid #ACACAC;
}
.box06-left {
 float: left;
 width: 610px;
}
.box06-right {
 float: right;
 width: 200px;
}

.box07 {
 margin: 30px 30px 0;
 padding: 0;
 width: 840px;
}
.box07-left {
 float: left;
 padding-top: 5px;
 width: 510px;
 background: url(../crustedscabies/img/bg_box07_top.gif) no-repeat left top;
}
.box07-left-end {
 padding: 15px 20px;
 width: 470px;
 background: #E2E2E2 url(../crustedscabies/img/bg_box07_end.gif) no-repeat left bottom;
}
.box07-right {
 float: right;
 width: 300px;
}

/* -----------------------------------------------------------
　　各ムービー設定
----------------------------------------------------------- */

.movie01 {
 margin-top: 43px;
 padding-top: 5px;
 width: 300px;
 background: url(../img/bg_movie01_top.gif) no-repeat left top;
}
.movie01-end {
 padding-bottom: 5px;
 width: 300px;
 background: url(../img/bg_movie01_end.gif) no-repeat left bottom;
}
.movie01-middle {
 padding: 0 5px;
 width: 290px;
 background: url(../img/bg_movie01_middle.gif) repeat-y left top;
}

.movie02 {
 margin-top: 15px;
 padding-top: 5px;
 width: 405px;
 background: url(../img/bg_movie02_top.gif) no-repeat left top;
}
.movie02-end {
 padding-bottom: 5px;
 width: 405px;
 background: url(../img/bg_movie02_end.gif) no-repeat left bottom;
}
.movie02-middle {
 padding: 0 5px;
 width: 395px;
 background: url(../img/bg_movie02_middle.gif) repeat-y left top;
}

.movie03 {
 margin-top: 30px;
 padding-top: 5px;
 width: 405px;
 background: url(../img/bg_movie02_top.gif) no-repeat left top;
}

.movie04 {
 padding-top: 5px;
 width: 300px;
 background: url(../img/bg_movie01_top.gif) no-repeat left top;
}

.movie {
 padding: 10px;
 background: url(../img/bg_movie.gif) repeat-x left top;
}
.movie-title {
 font-size: 14px;
 font-weight: bold;
}
.mv {
 margin-top: 2px;
 padding: 0;
 background-color: #000;
 text-align: center;
}
.mv-linktext {
 margin-top: 5px;
 text-align: right;
}
.monshin-mv {
 padding-left: 227px;
}

/* -----------------------------------------------------------
　　各症例写真設定
----------------------------------------------------------- */

.photo-title {
 margin-top: 15px;
}

/* -----------------------------------------------------------
　　トップページ設定
----------------------------------------------------------- */

.topmain {
 margin: 0;
 padding: 30px;
 width: 852px;
 height: 402px;
 background: url(../img/bg_topmain.png) no-repeat left top;
}
.topmain-left {
 float: left;
 width: 320px;
}
.topmain-right {
 float: right;
 width: 476px;
}
.topmain-left p {
 margin-left: 5px;
}
.topmain ul {
 margin-top: 15px;
}
.topmain li {
 margin-bottom: 10px;
}
.topmain-right p {
 /*margin-top: 18px;*/
}

.box01-left h2, .box01-left h3, .box01-left p {
 margin-left: 15px;
}
.box01-left h3 {
 margin-top: 40px;
}
.box01-left ol {
 margin:  10px 0 0 2.5em;
}
.box01-left li {
 margin-left: 25px;
 list-style-type: decimal;
 list-style-position: outside;
}
.bulletin {
 font-size: 10px;
 /*color: #D60000;*/
 text-align: right;
}

/* -----------------------------------------------------------
　　患者さんの診察ページ設定
----------------------------------------------------------- */

.monshin {
 margin: 20px 0 0 20px;
 width: 860px;
 background: url(../examination/img/monshin_middle.gif) repeat-y left top;
}
.monshin-top {
 width: 860px;
 background: url(../examination/img/monshin_top.gif) no-repeat left top;
}
.monshin-end {
 width: 860px;
 padding-bottom: 30px;
 background: url(../examination/img/monshin_end.gif) no-repeat left bottom;
}
.monshin-end h4 {
 margin-left: 30px;
}
.table01 {
 margin: 20px 30px;
 border-top: 1px dashed #ACACAC;
 border-bottom: 1px dashed #ACACAC;
 font-size: 14px;
 font-weight: bold;
}
.table01 th {
 padding: 8px 15px;
 color: #009999;
}
.check {
 padding-left: 40px;
 background: url(../examination/img/icon_check.gif) no-repeat 15px 5px;
}
.keisen {
 border-bottom: 1px dashed #ACACAC;
}

/* -----------------------------------------------------------
　　疥癬の臨床症状ページ設定
----------------------------------------------------------- */

.fla-tunnel {
 margin: 20px 30px 0;
 width: 840px;
}

/* -----------------------------------------------------------
　　ヒゼンダニの検出手法　顕微鏡検査ページ設定
----------------------------------------------------------- */

.detection-wrap {
 width: 906px;
}
.detection-wrap-left {
 float: left;
 width: 450px;
}
.detection-wrap-right {
 float: right;
 padding-top: 10px;
 width: 450px;
}
.detection-wrap-right ul li {
 display: inline;
 margin: 0;
 padding: 0;
}

.detection {
 margin: 10px 24px 0;
 padding-top: 17px;
 width: 852px;
 background: url(../detection1/img/bg_detection_top.jpg) no-repeat left top;
}
.detection-end {
 padding-bottom: 23px;
 width: 852px;
 background: url(../detection1/img/bg_detection_end.jpg) no-repeat left bottom;
}
.detection-middle {
 padding: 0 36px;
 width: 780px;
 background: url(../detection1/img/bg_detection_middle.jpg) repeat-y left top;
}
.detection-left {
 float: left;
 padding: 20px 0 20px 20px;
 width: 400px;
}
.detection-right {
 float: right;
 padding: 20px 0;
 width: 320px;
}
/*.detection-left ul {
 padding: 10px 10px 0;
 border: 1px solid #484848;
}
.detection-left li {
 padding-bottom: 10px;
}*/
.detection-method {
 padding: 15px 15px 5px;
}
.step-title {
 font-weight: bold;
}
.detection-method table {
 margin-top: 10px;
}
.detection-mv {
 /*margin-top: 2px;
 padding: 10px 0;*/
 background-color: #000;
 text-align: center;
}
.box05-right p {
 margin-top: 20px;
}
.caption02 {
 margin-top: 5px;
 text-align: center;
}
.caption03 {
 margin-top: 5px;
 text-align: right;
}
.microscope {
 position: absolute;
 right: 20px;
 top: 5px;
}

/* -----------------------------------------------------------
　　ヒゼンダニの検出手法　ダーモスコピー検査ページ設定
----------------------------------------------------------- */

.box06-title {
 margin-bottom: 5px;
 font-size: 14px;
 font-weight: bold;
}
.caption {
 margin-top: 10px;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
}
.productname {
 margin-top: 15px;
 padding-bottom: 3px;
 border-bottom: 1px solid #484848;
}
.deltalink {
 text-align: right;
}

/* -----------------------------------------------------------
　　角化型疥癬についてページ設定
----------------------------------------------------------- */

.box07 h4 {
 margin-top: 0;
 padding: 0 0 3px 7px;
 border-bottom: 1px solid #484848;
}
.box07 ul {
 margin-top: 10px;
}
.box07 li {
 margin-left: 25px;
 font-size: 16px;
 font-weight: bold;
 line-height: 180%;
 list-style-type: disc;
 list-style-position: outside;
}


/* -----------------------------------------------------------
　　症例写真集ページ設定
----------------------------------------------------------- */

.bg-casephoto-contents {
 margin: 15px 6px 0;
 padding: 30px 0 0;
 width: 900px;
 background: #BAC3CC url(../casephoto/img/bg_casephoto_contents.jpg) no-repeat left top;
}
.bg-casenavi {
 background: url(../casephoto/img/bg_casenavi.gif) repeat-y left top;
}
.casephoto {
 width: 900px;
}
.casephoto-left {
 float: left;
 width: 230px;
}
.casephoto-right {
 float: right;
 width: 640px;
}
.case {
 margin-top: 30px;
}
.case table {
 background-color: #000;
 text-align: center;
}
.case table p {
 margin-top: 5px;
 color: #FFF;
}

