本文へスキップ

筑後市蔵数の脳神経クリニック。つつみ脳神経外科クリニックです。

 つつみ脳神経外科クリニック

患者様に「来てよかった。助かった」と 喜ばれるクリニックを目指します。


トピックスtopics

/* html,bodyタグの設定 */ html, body{ margin: 0; /* 余白の削除 */ padding: 0; /* 余白の削除 */ width:100%; height:100%; } /* ヘッダーの固定 */ div#header-fixed { position: fixed; /* ヘッダーの固定 */ top: 0px; /* 位置(上0px) */ left: 0px; /* 位置(右0px) */ width: 100%; /* 横幅100% */ height: 140px; /* 縦幅140px */ }     div#header-bk { background-color:#444; /* 背景色(黒) */ padding:10px 0 20px; /* 上10px、下20pxをあける */ height:110px; /* 縦の高さ110px */ width:100%; /* 横の幅を100% */ }     div#header { border: 5px solid #fff; /* 表示領域を白枠で囲う */ height: 100%; /* 縦の表示領域はheader-bkと同じ */ width: 960px; /* 横の幅970px */ margin: auto; /* 中央揃え */ } /* フッターの固定 */ div#footer-fixed { position: fixed; /* フッターの固定 */ bottom: 0px; /* 位置(下0px) */ left: 0px; /* 位置(左0px) */ width: 100%; /* 横幅100% */ height: 140px; /* 縦幅140px */ }   div#footer-bk { background-color:#444; /* 背景色(黒) */ padding:10px 0 20px; /* 上10px、下20pxをあける */ height:110px; /* 縦の高さ140px */ width:100%; /* 横の幅を100% */ }   div#footer { border: 5px solid #fff; /* 表示領域を白枠で囲う */ height: 100%; /* 縦の表示領域はheader-bkと同じ */ width: 960px; /* 横の幅970px */ margin: auto; /* 中央揃え */ } /* ボディの定義 */ div#body-bk{ padding:160px 0 160px 0; /* 上下に160pxを余白を取る */ }   div#body{ width:960px; margin:auto; }