@charset "Shift_JIS";

/* ///////////////////////////////////////////////
title: index.css
paths: css/index.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
Table Of Contents

#01 共通
#02 症状・病名・治療法
#03 診療時間
#04 地図
----------------------------------------------- */



/* -----------------------------------------------

#01 共通

----------------------------------------------- */
div#index h2 {
width: 577px;
height: 38px;
margin-bottom: 15px;
text-indent: -1000em;
/*\*/overflow: hidden;/**/
}

div#index h2 a {
display: block;
width: 577px;
height: 38px;
text-decoration: none;
}

div#index div.boxA {
width: 545px;
margin-right: 15px;
margin-left: 16px;
}



/* -----------------------------------------------

#02 症状・病名・治療法

----------------------------------------------- */
div#index h2.shoujyouTtl {
background: url(../img/index/shoujyou_ttl_01.jpg) no-repeat;
}
div#index h2.byoumeiTtl {
background: url(../img/index/byoumei_ttl_01.jpg) no-repeat;
}
div#index h2.chiryouhouTtl {
background: url(../img/index/chiryouhou_ttl_01.jpg) no-repeat;
}

div#index table.tableA {
width: 545px;
margin-right: 16px;
margin-bottom: 30px;
margin-left: 16px;
}

div#index table.tableA td {
width: 50%;
padding: 3px 5px 3px 15px;
background: url(../img/cmn/cmn_ico_01.gif) left center no-repeat;
vertical-align: top;
font-size: 0.95em
}
div#index table.tableA td.bgNone {
background: none;
}

div#index table.tableA td a {
text-decoration: none;
color: #40510b;
}

div#index table.tableA td.bgNone {
background: none;
}



/* -----------------------------------------------

#03 診療時間

----------------------------------------------- */
div#index h2.shinryouTtl {
background: url(../img/index/shinryou_ttl_01.jpg) no-repeat;
}

div#index table.tableB {
width: 545px;
margin-right: 16px;
margin-bottom: 30px;
margin-left: 16px;
border-collapse: collapse;
border: 1px solid #dedede;
}

div#index table.tableB th,
div#index table.tableB td {
padding: 7px;
border: 1px solid #888;
vertical-align: top; 
text-align: center;
font-size: 1.10em;
}

div#index table.tableB th {
width: 30%;
font-size: 1.20em;
}



/* -----------------------------------------------

#04 地図

----------------------------------------------- */
div#index h2.mapTtl {
background: url(../img/index/map_ttl_01.jpg) no-repeat;
}
