@charset "utf-8";

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

 File name:      common.css
 Update:         2010.04.09
 Style Info:     全ページ共通CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　デフォルト設定
----------------------------------------------------------- */

html {
 overflow-y: scroll;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
 margin: 0;
 padding: 0;
}
object, embed {
 vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}
img {
 border: 0;
 vertical-align: bottom;
}
li {
 list-style-type: none;
}

/* -----------------------------------------------------------
　　フォント設定
----------------------------------------------------------- */

body {
 color: #484848;
 font-size: 13px;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
 line-height: 1.5;
}
html:not(:target) body { /*IE6,7,8以外（モダンブラウザ）に適用*/
 font-size: 13px;
}
*:first-child+html body, head~/**/body { /*IE7,8に適用*/
 font-family: "メイリオ","Meiryo";
}

/* -----------------------------------------------------------
　　レイアウト設定
----------------------------------------------------------- */
body {
 background: #FFF url(../../img/bg_top.jpg) no-repeat center top;
 text-align: center;
}
#container {
 margin: 0 auto;
 width: 1000px;
 text-align: left;
}
#header {
 margin: 0 65px;
 width: 870px;
 height: 50px;
}
#header-left {
 float: left;
 margin-top: 23px;
 width: 221px;
 height: 27px;
}
#header-right {
 float: right;
 margin-top: 25px;
 height: 25px;
}
#header-right ul, #header-right ul#switchlist, #header-right p {
 float: right;
 margin-left: 10px;
}
#header-right ul {
 margin-top: 10px;
}
#header-right ul li {
 display: inline;
 float: left;
 margin: 0;
 padding: 0 6px;
 border-right: 1px solid #484848;
 line-height: 1;
}
#header-right ul li.navi-end {
 border: 0;
}

#menu {
 margin: 10px 65px 0;
 width: 870px;
 height: 40px;
}
#menu li {
 display: inline;
 float: left;
}

#contents {
 margin: 15px 65px 0;
 width: 870px;
}
#contents-left {
 float: left;
 margin-top: 15px;
 width: 650px;
}
#contents-right {
 float: right;
 margin-top: 15px;
 width: 210px;
}

#footer {
 margin-top: 20px;
 padding: 15px 65px 0;
 width: 870px;
 height: 85px;
 background: #FFF url(../../img/bg_footer.jpg) no-repeat center bottom;
 text-align: center;
}
/*#footer ul {
 margin: 15px auto 0;
 text-align: center;
}
#footer ul li {
 display: inline;
 float: left;
 margin: 0;
 padding: 0 6px;
 border-right: 1px solid #484848;
 line-height: 1;
}
#footer ul li.navi-end {
 border: 0;
}*/
#footer p {
 padding-top: 5px;
}

/* -----------------------------------------------------------
　　タイトル設定
----------------------------------------------------------- */
h2.title-l { /*1カラム用*/
 margin-top: 15px;
}
h3.cont-title {
 margin-top: 20px;
}
h4.subheading {
 clear: both;
 margin-top: 20px;
 padding-left: 10px;
 background: url(../../img/bg_subheading.gif) repeat-x left center;
}
h4.subheading span {
 padding: 0 10px;
 background-color: #FFF;
 font-weight: bold;
 font-size: 1.08em;
}

/* -----------------------------------------------------------
　　パンくず設定
----------------------------------------------------------- */
.pankuzu {
 clear: both;
}

/* -----------------------------------------------------------
　　pagetop設定
----------------------------------------------------------- */
.pagetop {
 clear: both;
 padding-top: 15px;
 text-align: right;
}

/* -----------------------------------------------------------
　　ページ内共通設定
----------------------------------------------------------- */
.honbun {
 margin-top: 20px;
}
.text {
 margin-top: 10px;
}

/* -----------------------------------------------------------
　　タイトル回り込み設定
----------------------------------------------------------- */
.float-textbox {
 margin-top: 10px;
 width: 650px;
}
.float-text-left {
 float: left;
 width: 80px;
}
.float-text-right {
 float: right;
 width: 550px;
}

/* -----------------------------------------------------------
　　w205写真のフロート設定
----------------------------------------------------------- */
.photo-box {
 margin-top: 10px;
 width: 550px;
}
.photo-box-205 {
 display: inline;
 float: left;
 padding: 0 35px;
 width: 205px;
}
.photo-box-caption {
 clear: both;
 padding-top: 5px;
 text-align: center;
}

/* -----------------------------------------------------------
　　w300写真のフロート設定
----------------------------------------------------------- */
.photo-box-300 {
 margin-top: 10px;
 width: 650px;
}
.photo-box-300-left {
 float: left;
 width: 330px;
}
.photo-box-300-right {
 float: right;
 width: 300px;
 text-align: center;
}

/* -----------------------------------------------------------
　　w425写真設定
----------------------------------------------------------- */
.photo-box-425 {
 margin: 10px 0 0 62px;
 width: 425px;
}

/* -----------------------------------------------------------
　　w525写真設定
----------------------------------------------------------- */
.photo-box-525 {
 margin: 10px 0 0 62px;
 width: 525px;
}

/* -----------------------------------------------------------
　　リンク設定
----------------------------------------------------------- */

a, a:link, a:visited {
 color: #008D7E;
 text-decoration: underline;
}
a:hover, a:active {
 color: #3FADE0;
 text-decoration: none;
}

#header-right ul li a, #header-right ul li a:link, #header-right ul li a:visited, 
#footer a, #footer a:link, #footer a:visited {
 color: #484848;
 text-decoration: none;
}
#header-right ul li a:hover, #header-right ul li a:active, 
#footer a:hover, #footer a:active {
 color: #008D7E;
 text-decoration: underline;
}

.misconceptions-box li a, .misconceptions-box li a:link, .misconceptions-box li a:visited, 
.cate-misconceptions-box li a, .cate-misconceptions-box li a:link, .cate-misconceptions-box li a:visited {
 color: #000;
 text-decoration: none;
}
.misconceptions-box li a:hover, .misconceptions-box li a:active, 
.cate-misconceptions-box li a:hover, .cate-misconceptions-box li a:active {
 color: #FFFF00;
 text-decoration: underline;
}

/* -----------------------------------------------------------
　　疥癬を誤解していませんか？スライド設定
----------------------------------------------------------- */
.misconceptions-box {
 position: relative;
 padding: 15px 10px 10px;
 width: 190px;
 height: 205px;
 background: url(../../img/bg_misconceptions_s.gif) no-repeat left top;
 font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
 overflow: hidden;
}
html:not(:target) .misconceptions-box { /*IE6,7,8以外（モダンブラウザ）に適用*/
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
}
*:first-child+html body .misconceptions-box, head~/**/body .misconceptions-box { /*IE7,8に適用*/
 font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
}
#slideshow {
 margin-top: 5px;
}
.misconceptions-box li {
 margin-top: 7px;
 padding: 2px 0 2px 7px;
 border-left: 5px solid #FFF;
 font-size: 10px;
 line-height: 1.2;
 color: #000;
}
.misconceptions-box p {
 position: absolute;
 top: 198px;
 left: 120px;
}

/* -----------------------------------------------------------
　　2カラムレイアウト　サイト紹介設定
----------------------------------------------------------- */
.site-intro, .site-intro-end {
 position: relative;
 margin: 5px 0 15px;
 padding-bottom: 4px;
 width: 210px;
 background: url(../../img/site_end.gif) no-repeat left bottom;
}
.site-detail {
 padding: 0 6px 35px;
 border-left: 1px solid #C0C5C4;
 border-right: 1px solid #C0C5C4;
}
.site-detail p.site-expla {
 position:relative;
 margin-top: 0;
 padding-bottom: 3px;
}
.site-detail p.site-expla span {
 font-weight: bold;
 color: #FF7901;
}
.site-detail p.site-expla span.medical {
 color: #3899C6;
}
.bt-detali {
 position: absolute;
 bottom: 10px;
 right: 10px;
 margin-top: 10px;
}

/* -----------------------------------------------------------
　　1カラムレイアウト　サイト紹介設定
----------------------------------------------------------- */
.contents-site-intro-box {
 margin-top: 30px;
}
.site-intro-1col, .site-intro-1col-end {
 position: relative;
 float: left;
 margin: 5px 10px 0 0;
 padding-bottom: 4px;
 width: 210px;
 background: url(../../img/site_end.gif) no-repeat left bottom;
}
.site-intro-1col-end {
 margin-right: 0;
}

/* -----------------------------------------------------------
　　扉ページ設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.category-box {
 margin-top: 15px;
 width: 870px;
}
.category {
 /*position: relative;*/
 display: inline;
 float: left;
 margin-top: 5px;
 padding: 5px 22px 0 23px;
 width: 390px;
 height: auto;
}
.category-honbun {
 margin-top: 20px;
 width: 254px;
 height: 8.5em;
}
.bt-cate-detali {
 /*position: absolute;
 bottom: 0px;
 left: 190px;*/
 margin: 0 0 0 170px;
}

/* -----------------------------------------------------------
　　扉ページ・疥癬を誤解していませんか設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.cate-misconceptions-box {
 position: relative;
 float: right;
 margin-top: 10px;
 padding: 15px 10px 10px;
 width: 410px;
 height: 175px;
 background: url(../../img/bg_misconceptions_el.gif) no-repeat left top;
 font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
 overflow: hidden;
}
html:not(:target) .cate-misconceptions-box { /*IE6,7,8以外（モダンブラウザ）に適用*/
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
}
*:first-child+html body .cate-misconceptions-box, head~/**/body cate-misconceptions-box { /*IE7,8に適用*/
 font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
}
.cate-misconceptions-box li {
 margin-top: 7px;
 padding: 2px 0 2px 7px;
 border-left: 5px solid #FFF;
 font-size: 13px;
 line-height: 1.2;
 color: #000;
}
.cate-misconceptions-box p {
 position: absolute;
 top: 168px;
 left: 340px;
}

/* -----------------------------------------------------------
　　サブナビ設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.subnavi {
 margin: 10px 65px 0;
 width: 870px;
 height: 35px;
}
.subnavi li {
 display: inline;
 float: left;
 margin-right: 5px;
 width: 170px;
 height: 35px;
}
.subnavi li.subnavi-end {
 margin-right: 0;
}

/* -----------------------------------------------------------
　　次へボタン・戻るボタン設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.pagelink {
 margin-top: 50px;
 width: 650px;
}
.pagelink-l { /*1カラム用*/
 margin-top: 50px;
 width: 870px;
}
.pagelink-left, .pagelink-right {
 width: 300px;
}
.pagelink-left {
 float: left;
}
.pagelink-right {
 float: right;
 text-align: right;
}
.pagelink a, .pagelink-l a {
 border: 1px solid #008D7E;
 display: inline-block;
}
.pageprev {
 padding: 3px 7px 3px 30px;
}
.pagenext {
 padding: 3px 30px 3px 7px;
}
a.pageprev, a.pageprev:link, a.pageprev:visited {
 background: url(../../img/bt_prev_off.gif) no-repeat left center;
 color: #484848;
 text-decoration: none;
}
a.pageprev:hover, a.pageprev:active {
 background: #E5F3F2 url(../../img/bt_prev_on.gif) no-repeat left center;
 color: #484848;
 text-decoration: none;
}
a.pagenext, a.pagenext:link, a.pagenext:visited {
 background: url(../../img/bt_next_off.gif) no-repeat right center;
 color: #484848;
 text-decoration: none;
}
a.pagenext:hover, a.pagenext:active {
 background: #E5F3F2 url(../../img/bt_next_on.gif) no-repeat right center;
 color: #484848;
 text-decoration: none;
}

/* -----------------------------------------------------------
　　目立たせる部分設定
----------------------------------------------------------- */
.attract-box {
 margin-top: 10px;
 padding: 3px;
 border: 1px solid #C0C5C4;
}
.attract-box p {
 padding: 7px;
 background-color: #E2F3FA;
}

/* -----------------------------------------------------------
　　2カラム関連リンク部分設定
----------------------------------------------------------- */
.link-wrap {
 width: 210px;
}
.link-box {
 margin-top: 1px;
 width: 210px;
 background: url(../../img/bg_link.jpg) no-repeat left top;
}
.link-box p {
 padding-top: 10px;
 text-align: center;
}


/* -----------------------------------------------------------
　　1カラム関連リンク部分設定
----------------------------------------------------------- */
.link-wrap-1col {
 float: left;
 width: 210px;
}

/* -----------------------------------------------------------
　　カラー設定
----------------------------------------------------------- */
.red {
 color: #FF0000;
}

/* -----------------------------------------------------------
　　PDFアイコン部分設定
----------------------------------------------------------- */
.pdf {
 padding-left: 21px;
 height: 16px;
 vertical-align: top;
 background: url(../../img/c_pdf_icon.gif) no-repeat left center;
}

/* -----------------------------------------------------------
　　囲みバグ設定
----------------------------------------------------------- */

.bug:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.bug {
 display:inline-table;
 zoom: 1;
}

/* Mac IE には適用させない \*/
* html .bug { height:1px; }
.bug { display:block; }
/* */

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

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