@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

table{
border-collapse: collapse;
border-spacing:0;
}
img{
border:0;
line-height:0;
}
ol,ul{
list-style:none;
}

body{
font:14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background:#fff url(images/bg.png) repeat-x 0 0;
}

body#toppage{background-image:url(images/bgToppage.png);}

a:link,a:visited{color:#7594bf;text-decoration:none;}
a:hover{color:#a4c3f0;}
a:active, a:focus {outline:0;}
img{border:0;}



/*******************************
レイアウト
*******************************/
#header, #mainNav, #mainImg,#wrapper,#footer ul{
margin:0 auto;
width:880px;
clear:both;
}

#sidebar{
float:left;
width:232px;
padding:25px 0 50px;

}

#main{
float:right;
width:626px;
padding:25px 0 50px;
overflow:hidden;
}


/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:190px;
}

#header h1,#header h2,#header p{
position:absolute;
font-size:13px;
font-weight:normal;
line-height:22px;
}

/* スローガン */
#header h1{
bottom:10px;
left:0;
color:#555;
line-height:1.2;
}

/* ロゴ */
#header h2{
top:20px;
left:0;
}

/* 住所 */
#header p{
top:12px;
right:0;
}


/************************************
/* メインナビゲーション
************************************/
ul#mainNav{
position:absolute;
bottom:40px;
height:57px;
background:url(images/mainNavBg.png) no-repeat 0 0;
}

ul#mainNav li{
text-indent: -5000px;
float:left;
}

ul#mainNav a{
display: block;
width: 176px;
height: 57px;
background:url(images/nav/mainNav1.png) no-repeat 0 0;
}

ul#mainNav li.current_page_item a,ul#mainNav li.current-menu-item a,ul#mainNav li a:hover{background-position:0 -57px;}

ul#mainNav li.menu-item-2 a{background-image:url(images/nav/mainNav2.png);}
ul#mainNav li.menu-item-3 a{background-image:url(images/nav/mainNav3.png);}
ul#mainNav li.menu-item-4 a{background-image:url(images/nav/mainNav4.png);}
ul#mainNav li.menu-item-5 a{background-image:url(images/nav/mainNav5.png);}	



/*******************************
/* メイン
*******************************/
#main a{text-decoration:underline;}
#main a:hover{text-decoration:none;}

#main h2.heading{
clear:both;
padding-left:10px;
line-height:36px;
font-size:16px;
font-weight:normal;
color:#fefefe;
background:url(images/headingBg.png) no-repeat 0 0;
}

.article{
clear:both;
padding:20px 0;
border-bottom:1px dotted #ccc;
}

.mainB{margin-bottom:0px;}

.main{
margin:5px 0 15px;
padding:0 0 0;
border:0;
background:url(images/pattern.png) repeat-y 0 0;
}

.main .top{
height:11px;
background:url(images/mainTop.png) no-repeat 0 0;
}

.main .inner{padding:20px;}

.main .bt{
height:11px;
background:url(images/mainBt.png) no-repeat 0 100%;
}

.article h3{
color:#2684bb;
margin:0 0 10px;
font-size:16px;
font-weight:normal;
}

.main h3{
padding:0 0 5px 0;
margin: 0 0 10px 0;
width:370px;
color:#2684bb;
border-bottom:1px dotted #999;	
}

.main h3 a{
padding-left:0;
background:none;
}

.article img{
float:left;
padding:5px 20px 0 0;
}

.main img{
float:right;
padding: 0 0 0 10px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#date {
text-align: right;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


/*******************************
/* サイトバー
*******************************/
.box{
padding:10px 0 6px 8px;
margin-bottom:15px;
background:#c2d5e4;
}

ul.subNav{
width:216px;
padding-top:2px;
background:#fff url(images/subNavBgTop.png) no-repeat 0 0;
}

ul.subNav li{
padding-bottom:2px;
background:url(images/dot.png) no-repeat 0 100%;
}

ul.subNav li.last{
padding-bottom:3px;
border-bottom:0;
background:url(images/subNavBgBt.png) no-repeat 0 100%;
}

ul.subNav li a,ul.subNav li a:visited{
display: block;
width: 196px;
height: 58px;
line-height:58px;
padding-left:20px;
color:#4b6d98;
font-size:17px;
text-decoration:underline;
background:url(images/subNavBg.png) no-repeat 0 0;
}

ul.subNav li a:hover,ul.subNav li.current-menu-item a,ul.subNav li.current_page_item a{background-position:0 -58px;text-decoration:none;}

.blue{
padding:11px 9px;
background:#96b8d3 url(images/boxBlueTop.png) no-repeat 0 0;
}

.blue h3{padding-bottom:10px;}

table#plan{
margin:0 auto;
background:#f1f1f0;
border:1px solid #84a9c7;
}

table#plan th{
width:2em;
padding:2px 0;
border-bottom:1px solid #84a9c7;
background:#f1f1f0;
font-weight:normal;
}

table#plan th.long{width:3em;}

table#plan td{
padding:2px 0;
line-height:22px;
text-align:center;
color:#6990af;
border-bottom:1px solid #84a9c7;
}

table#plan th.head,table#plan td.head{
color:#333;
background:#d3e0eb;
}

table#plan td.hol{
font-size:6px;
color:#d2d2d2;
}

ul.time{
margin:-15px 0 15px;
padding:0 10px 10px;
color:#fff;
background:#96b8d3 url(images/boxBlueBt.png) no-repeat 0 100%;
}

/* 院長ブログバナー */
p.banner{margin-bottom:24px;}


.menu h3{
color:#757575;
font-weight:normal;
padding-bottom:7px;
border-bottom:3px solid #aaaeb3;
}

.menu ul{
overflow:hidden;
padding:10px 5px;
margin-bottom:15px;
}

.menu ul li{
padding:5px 0 5px 11px;
background:url(images/arrow2.gif) no-repeat 0 50%;
}

/*******************************
/* フッター
*******************************/
#footer{
clear:both;
padding-bottom:10px;
background:#d8d8d8 url(images/footer.png) repeat-x 0 0;
}

#footer li{
display: inline;
padding: 0 8px;
line-height:30px;
background:url(images/arrow.gif) no-repeat 0 50%;
}

#footer li a{
text-decoration:none;
color:#666;
}

#footer li a:hover{color:#999;}

p#copy{
margin:10px 0;
text-align:center;
color:#3f3f3f;
font-size:10px;
}
