@charset "utf-8";
body {
    margin: 0px;
	padding: 0px;
   font-family: "メイリオ","Meiryo",verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}

h1,h2,h3,p {
    margin: 0px;
	padding: 0px;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                      ヘッダーエリア


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#head_bg {
    width: 100%;
	height: 85px;
	border-bottom: solid 1px #bae1e8;
	background-image: url(img/headbg.gif);
	background-repeat: repeat-x;
}
#head {
    width: 960px;
	height: 85px;
	margin: auto;
	background-image: url(img/head.gif);
}
#head h1 {
    margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#head a {
    width: 580px;
	height: 85px;
	display: block;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	background-image: url(img/head.gif);
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                ナビゲーションエリア


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/



#navi_bg {
	width: 100%;
	height: 50px;
	background-image: url(img/navibg.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
} 
#navi {
    height: 40px;
	width: 960px;
	margin: auto;
}
#navi ul,li {
    margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	float: left;
	text-align: center;

}
#navi li a {
	width: 192px;
	height: 30px;
	display: block;
	padding-top: 10px;
	text-decoration: none;
	color: #35aca7;
}
#navi li a:hover {
	background-image: url(img/navion.gif);
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                  コンテンツボックス


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/



#content {
    width: 960px;
	margin: auto;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: 0px 0px 30px 0px;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆



                  レフトエリア


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#left {
    width: 220px;
	float: left;
}

#left h2 {
    width: 190px;
	height: 36px;
	padding: 14px 0px 0px 30px;
	font-size: 20px;
	font-weight: 600;
	background-image: url(img/left_h2.gif);
	color: #FFFFFF;
}


.leftbox {
    width: 220px;
	margin-bottom: 15px;
}
.leftbox ul,li {
    margin: 0px;
    padding: 0px;
	list-style: none;
}
.leftbox li a {
    width: 185px;
	height: 42px;
	display: block;
	padding: 8px 0px 0px 35px;
	background-image: url(img/left_li.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #444343;
	font-weight: bold;
}
.leftbox li a span.lbt {
    color: #01a9da;
	font-size: 11px;
}

.leftbox li a:hover {
	background-image: url(img/left_lion.gif);
	background-repeat: no-repeat;
}

#left img {
    margin-bottom: 5px;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                   ライトエリア


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/



#right {
    width: 720px;
	float: right;
}
#right h2 {
    width: 705px;
	height: 38px;
	padding: 12px 0px 0px 15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	background-image: url(img/right_h2.gif);
}
#right h3 {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 5px;
	font-size: 18px;
	font-weight: 600;
	color: #20ab8f;
	border-left: 3px solid #20ab8f;
}
#right h3 a {
	color: #20ab8f;
	text-decoration: underline;
}
#right h3 a:hover {
	color: #5eccb6;
	text-decoration: none;
}


#right p {
	padding: 0px 10px 20px 15px;
}

#right li a {
   color: #0066FF;
   text-decoration: none;
}

#right li a:hover {
   color: #639ffa;
   text-decoration: underline;
}

.rightbox {
    width: 720px;
	margin-bottom: 15px;
}





.clear {
    clear: both;
}






/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


             診療時間・アクセスマップ


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#timebox {
    width: 720px;
	margin-bottom: 20px;
}
#timebox img {
    margin-bottom: 10px;
}
#timebox_l {
    width: 480px;
	float: left;
}
#timebox_l table {
    width: 100%;
	background-color: #999999;
	text-align: center;
	margin-bottom: 10px;
}
#timebox_l tr {
    background-color: #FFFFFF;
}
#timebox_l th {
    background-color: #fcf4ee;
}
#timebox_r {
    width: 230px;
	float: right;
}

span.red {
    color: #FF0000;
}
span.blue {
    color: #0066FF;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                フッターエリア


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/



#topback {
    width: 960px;
	height: 30px;
	margin: auto;
	text-align: right;
}




#foot_bg {
    width: 100%;
	font-size: 14px;
    color: #FFFFFF;
	padding: 25px 0px;
	background-color: #41c1bc;
}
#foot_bg a {
    text-decoration: none;
    color: #FFFFFF;
}
#foot_bg a:hover {
    text-decoration: underline;
	color: #CCCCCC;
}
#foot_box {
    width: 960px;
	margin: auto;
	padding-bottom: 40px;
}

.foot {
    width: 240px;
	float: left;
}

.foot ul,li {
    margin: 0px;
	padding: 0px;
	list-style: none;
}
.foot li a {
	margin-bottom: 5px;
}
.foot2 {
    width: 440px;
	float: right;
}

#footer {
	margin: auto;
	text-align: center;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                トップページ


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/



#main {
    width: 960px;
	margin-bottom: 20px;
	background-color: #f7f6f6;
}





#topbox1 {
    width: 485px;
	height: 145px;
	padding: 55px 220px 0px 15px;
	margin-bottom: 20px;
	background-image: url(img/topimg01.jpg);

}


#topbox2 {
    width: 720px;
	margin-bottom: 20px;
}

#topbox2_l {
    width: 185px;
	height: 125px;
	padding: 55px 155px 0px 15px;
	float: left;
	background-image: url(img/topimg02.jpg);
}

#topbox2_r {
    width: 185px;
	height: 125px;
	padding: 55px 155px 0px 15px;
	float: right;
	background-image: url(img/topimg03.jpg);
}


span.toptext {
   float: right;
   margin-top: 10px;
}
span.toptext a {
   color: #0066FF;
}
span.toptext a:hover {
   color: #639ffa;
   text-decoration: none;
}


#topbtbox {
    width: 720px;
	margin-bottom: 15px;
}
.topbt_1 {
    width: 234px;
	float: left;
	margin-right: 9px;
}
.topbt_2 {
    width: 234px;
	float: right;
}




ul#topics {
    width: 688px;
	height: 80px;
	padding: 10px 15px;
	border: solid 1px #cccccc;
	overflow: auto;
	margin-bottom: 20px;
}

ul#topics li {
	list-style: none;
}

ul#topics li a {
	color: #0066FF;
	text-decoration: none;
}
ul#topics li a:hover {
	color: #6ba3f8;
	text-decoration: underline;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


                概要ページ


◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/



/********************************/

/*       院長挨拶               */

/********************************/


#greeting {
    width: 692px;
	height: 230px;
	padding: 0px 0px 0px 18px;
	display: block;
}

/********************************/

/*       医療費控除             */

/********************************/



table#medicalbox {
    width: 100%;
	background-color: #999999;
	text-align: center;
    width: 720px;
	margin-bottom: 20px;
}
table#medicalbox tr {
    background-color: #FFFFFF;
}
table#medicalbox th {
    background-color: #f2f5f6;
}


/********************************/

/*       診療内容               */

/********************************/


.dental {
	padding: 0px 10px 20px 15px;
	height: 150px;
}

.dental2 {
	padding: 0px 10px 20px 15px;
	height: 200px;
}


.red2 {
    color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.orange {
    color: #FF6600;
	font-weight: bold;
}


/***********************

もっと知ろう歯について

************************/

ul.topics {
	margin: 0;
	padding: 0;
}

ul.topics li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.topics li a {
	background: url(img/li.gif) no-repeat left center;
	padding: 2px 0 0 15px;
	color: #0066FF;
	text-decoration: none;
}

ul.topics li a:hover {
	text-decoration: underline;
}