/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 { color: #006699; font-size: 1em; }

/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6666; }


/* リンク色（サイトタイトル） */

#banner a, #banner2 a { color: #666; text-decoration: none; }
#banner a:hover, #banner2 a:hover { color: #ff9900; }



/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    min-width: 750px;
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.9em;
    color: #333;
    background: #fff;
    line-height: 1.5;
}

#container
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: left;
    background: #fff ;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}


/* ヘッダー（レイアウト） */

#banner {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 240px;
    background: url(img/tbg.gif) no-repeat ;
}

#banner2 {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 170px;
    background: url(img/tbg.gif) no-repeat ;
}

/* ヘッダー（サイトタイトル） */

#banner h1,#banner2 h1
{
    margin: 0;
    width: 350px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    text-align: right;
    position:absolute; top:2px; right:5px;
}

#banner p,#banner2 p
{
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:10px; left:15px;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
    display: none;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}
#banner-img
{
    margin: 0;
    position:absolute; top:80px; left:0px;
}
#logo
{
    margin: 0;
    position:absolute; top:7px; left:5px;
}
.navi
{
    position:absolute; top:55px; right:20px;
    color: #999;
    font-size: 12px;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
}

#alpha
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
}

#beta
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
    text-align: left;
}

/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
    width: 550px; 
    padding-bottom: 10px;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
    width: 200px;
}

#beta .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px 0 0 10px;
}

/* 記事部分レイアウト */


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 30px;
    w\idth: auto;
    background: url(img/h.gif) ;
    margin: 10px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 30px;
    text-indent: 5px;
    clear: both;
}

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/bh.gif) ;
    margin: 10px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

/* 記事部分コンテンツ */

.entry
{
    line-height: 1.5;
    margin: 10px;
}
.entry-t p
{
    line-height: 1.5;
    margin: 10px 0;
}
.entry p
{
    margin: 15px 0;
}
.both {clear: both;}

.entry-header {
    margin: 10px 0;
    height: 30px;
    background: url(img/eh.gif)  no-repeat;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: bold;
    text-indent: 25px;
}
.m-header {
    margin-top: 5px;
    height: 30px;
    background: url(img/eh.gif)  no-repeat;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
    text-indent: 25px;
}
.archive-header a,
.entry-header a { text-decoration: none; }

.entry-footer,
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    padding: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.content-nav
{
    background: #ffffff;
    margin: 5px 0;
    text-align: center;
    text-align: left;
}

.gotop { text-align: right;  clear: both;}

.img
{
    float: left;
    margin-right: 5px;
    text-align: center;
}

.entry h2
{
    font-size: 12px;
    font-weight: normal;
}

/* フッター */

#footer
{
    position: relative;
    margin: 0px;
    padding: 0;
    width: 750px; 
    height: 80px;
    background: url(img/footer.gif) no-repeat ;
    text-align: center;
    clear: both;
    color: #999;
}
#footer p
{
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 10px;
    color: #666;
    line-height: 1.5;
    position:absolute; top:25px; right:5px;
}
.footer-navi
{
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: #f5f5f5;
    clear: both;
}


/* サイドメニュー内部 */

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #a3b8cc;
    line-height: 1.25;
    margin: 0px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content2 {
    position: relative;
    margin: 0;
    padding: 0;
   background: #eaf3fb;
   text-align: center;
    border: 1px solid #006699;
}

.module-content p, .module-content2 p {
    padding: 0 5px;
}
ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}

li
{
    width: 188px; 
    background: url(img/li.gif) ;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #666;
    border: 1px solid #ccc;
}

li a
{
    width: 155px; 
    background: url(img/li1.gif) no-repeat top left ;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 7px 3px 5px 30px;
    text-decoration: none;
    color: #666;
}


li a:hover
{
    background: url(img/li2.gif) no-repeat top left ;
    color: #ff9900;
}
dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}
.center2
{
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
}
.content
{
   margin: 0px;
    line-hegiht: 1.25;
    padding: 5px;
    font-size: 0.9em;
   background: #eaf3fb;
}

.box
{
   _height: 150px;
   min-height: 150px;
   margin: 10px 0;
   background: url(img/menu.gif) top left no-repeat #eaf3fb;
   padding: 10px 10px 10px 150px;
   clear: both;
}

.box p
{
   margin: 0;
   padding: 0;
}

#comment.box,#faq.box,#access.box,#program.box,#ic.box
{
   _height: 150px;
   min-height: 150px;
   margin: 10px 0;
   background: url(img/menu2.gif) top left no-repeat #eaf3fb;
   padding: 10px 10px 10px 150px;
   clear: both;
}
#equipment.box,#job.box
{
   _height: 150px;
   min-height: 150px;
   margin: 10px 0;
   background: url(img/menu3.gif) top left no-repeat #eaf3fb;
   padding: 10px 10px 10px 200px;
   clear: both;
}
.box1
{
   margin: 10px 0;
   padding: 10px;
   clear: both;
   background: #eaf3fb;
}
.listlabel
{
    width: 190px;
    height: 36px;
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}

.dentaldock,.program,.occlusion,.ic,.safesecurity,.beautiful,
.director,.staff,.comment,.cost,.faq,.access,.society,
.microscope,.ad,.cost,.maintenance,.bangai,.hotei,.sinpo,.srp
{
   width: 515px; 
   margin:  0 5px 0 0;
   padding: 0;
   color: #666;
   line-height: 1.5;
   float: left;
}

.director,.staff,.comment,.faq,.access,.society,.equipment,.before,.job
{
   width: 150px; 
   margin:  0 5px 0 0;
   padding: 0;
   color: #666;
   line-height: 1.5;
   float: left;
}

.s { font-size:10px; color: #336600;}
.sr {
 font-size:10px;
 color: #ff0000;
 margin: 0 0 10px;
 padding: 5px;
 background: #ffd200;
 text-align: center;
}

table { font-size: 12px; border: 1px solid #ccc;}
td { border: 1px solid #ccc;font-size: 12px;}

#not td { font-size: 1.5em;}

/* 文字装飾 */

.red { color: #ff0000; font-size: 1.1em; }
.blue { color: #006699; font-size: 1em; }
.green { color: #008000; font-size: 1em; }
.orange { color: #ff6600; font-size: 1em; }
td .red { color: #ff0000; font-size: 12px; }
.b { font-weight: bold; }
.bb { font-size: 1.5em; font-weight: bold; }
.line { background: #ffff66; }
.lineredb { background: #ffff66; color: #ff0000; font-weight: bold; }

.box1 ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}
.box1 li
{
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 12px;
    background: url(img/mli.gif) left top no-repeat;
}
table.dec { background: #f5f5f5; }
.brd { font-weight: bold; background: #ff9999; color: #fff; text-align: center; }
.bc { font-weight: bold; background: #3399cc; color: #fff; text-align: center; font-size: 14px; }
.bbc { font-weight: bold; background: #008000; color: #fff; text-align: center; font-size: 14px; }
.mailmag
{
    position: relative;
    margin: 10px 0 0;
    padding: 0;
    width: 190px; 
    height: 350px;
    background: url(img/mmbg.gif) no-repeat;
}
.mm-inner
{
    margin: 0;
    padding: 0;
    width: 190px; 
    text-align: center;
    position:absolute; bottom:7px; left:0px;
}
.side-banner
{
    margin: 10px 0 0;
    padding: 0;
}