@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  General                     */
/*                 09  Perio                       */
/*                 10  Prevent                     */
/*                 11  White                       */
/*                 12  Ortho                       */
/*                 13  Denture                     */
/*                 14  Implant                     */
/*                 15  Child                       */
/*                 16  Clinic                      */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Brown          #9c5c23      */
/*        Main Color - Orange         #f68600      */
/*                                                 */
/*        Sub Color  - Red Brown      #ff3300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */

/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #b87133 url(../images/body_bg.jpg) 0 0 repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	clear:both;
	margin: 0 auto;
	padding:0 10px;
	background:url(../images/main_bg01.jpg) 0 0 no-repeat; 
	}
#index #main {
	background:url(../images/main_bg02.jpg) 0 0 no-repeat; 
	}


#content {
	width: 690px;
	float: right;
	font-size: 108%;
	line-height: 1.6em;
	color: #333333;
	padding: 12px 0 0 0;
	margin:0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg01.jpg) 0 0 no-repeat;
	height: 232px;
	width: 920px;
	margin: 0;
	padding: 0;
	clear:both;
	}
#index #header {
	background: url(../images/header_bg02.jpg) 0 0 no-repeat;
	height: 392px;
	width: 920px;
	margin: 0;
	padding: 0;
	clear:both;
	}

#header01{
	width:900px;
	height:92px;
	margin:0 10px;
	padding:0;
	background:url(../images/header_bg03.jpg) 0 0 repeat-x;
	}

#header01_01{
	width:550px;
	float:left;
	}


p.logo {
	width: 430px;
	height: 55px;
	line-height: 1.0;
	margin:5px 0 0 5px;
	}
p.logo a {
	width: 430px;
	height: 55px;
	}


h1{
	font-size:93%;
	line-height:1.5em;
	color:#333;
	padding:0 0 0 20px;
	margin:5px 0 0 0;
	}

.header_tel{
	margin:4px 7px 0 0;
	float:right;
	display:inline;
	}
	
#header02{
	clear:both;
	width:900px;
	height:140px;
	margin:0 10px;
	padding:0;
	background:url(../images/header_bg05.jpg) 0 0 no-repeat;
	}
#index #header02{
	clear:both;
	width:900px;
	height:300px;
	margin:0 10px;
	padding:0;
	background:url(../images/header_bg04.jpg) 0 0 no-repeat;
	}

.header_bn{ margin:0 14px 0 5px;	float:left; display:inline; }
.header_bn a {
	width:290px;
	height:138px;
	}

#index .header_bn{ margin:157px 0 0 5px;	float:left; display:inline; }
#index .header_bn a {
	width:290px;
	height:138px;
	}

.main_img{ float:left; margin:41px 0 0 0; display:block; line-height:1%; }

/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 12px 0 20px 0;
	margin:0 0 0 10px;
	display:inline;
	}

#nav ul{ margin:0 0 8px 0; padding:0; }
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height:65px;
	}

#nav .internal li a {
	display: block;
	height: 61px;
	}



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:auto;
	padding: 0;
	margin: 0 10px;
	background: #ffffff url(../images/footer_bg01.jpg) bottom repeat-x;
	font-size: 93%;
	text-align:left;
	color: #000;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer01{
	margin:0 10px 27px 10px;
	padding:20px 18px 18px 10px;
	background:#f9f4ea;
	border:1px solid #cdcccc; 
	}

#footer .alpha01{ width:420px; float:left; }	
#footer .beta01{ width:420px; float:right; }	

#footer .footer_bg01{ background:url(../images/footer_bg02.jpg) 0 0 repeat-y; }
#footer .footer_bg02{ background:url(../images/footer_bg03.jpg) 0 top no-repeat; }
#footer .footer_bg03{ background:url(../images/footer_bg04.jpg) 0 bottom no-repeat; padding:13px 16px 22px 15px; }
#footer .footer_bg04{ background:url(../images/footer_bg05.jpg) 0 bottom no-repeat; padding:13px 16px 22px 15px; }

#footer dl{
	width:380px;
	margin:0 0 8px 0;
	padding:0;
	font-size:100%; 
	line-height:1.67em; 
	}
#footer dl dt{ margin:0;}
#footer dl dd{ margin:0; }

#footer dl.dl01{ margin:0 0 28px 0;}
	
	
#footer .btn01{ margin:0 0 5px -3px; }
#footer .btn01 a{
	width:116px;
	height:36px;
	}

#footer .bn01{ margin: 0 0 0px -3px; }
/*#footer .bn01{ margin: 0 0 0px -3px; }*/
#footer .bn01 a{
	width:389px;
	height:51px;
	}
#footer .btn01_sori{ margin:8px 0 5px -3px; }
*html #footer .btn01_sori{ margin:8px 0 14px -3px; }
#footer .bn01_sori2{ margin:0px 0 0 130px; }


#footer .bn02{ margin:0 0 0 -3px; }
#footer .bn02_sori{ margin:0 0 0 -3px; }
#footer .bn02_sori2{ margin:0 0 32px -3px; }
* html #footer .bn02_sori2{ margin:0 0 42px -3px; }

#footer .bn02 a{
	width:389px;
	height:51px;
	}

#footer02{
	height:80px;
	margin:0 10px 12px 10px;
	padding:0;
	clear:both;
	}
.footer_img01{ margin:17px 0 0 0; float:left; display:block; line-height:1%; }
.footer_img02{ margin:0; float:right; display:block; line-height:1%; }

#footer address { height:20px; margin: 0; padding:0; text-align:center; font-size:92%; line-height:1.8em; color:#fff;}


/*---------- 06  Contents -----------*/

.section { padding: 0 10px 10px 10px; clear:both; }
.section .section { padding: 0 0 15px 0; clear:both; }
.section .section .section { padding: 0; clear:both; }

.center { text-align: center; }
.top { vertical-align:top; }

#content h2 {
	display:block;
	line-height:1%;
	margin: 0 10px 16px 10px;
	padding:0;
	}
#index #content h2 {
	display:block;
	line-height:1%;
	margin: 0 0 8px 0;
	}

#content h3 {
	clear: both;
	height: 33px;
	margin: 0 0 10px 0;
	}
#index #content h3 {
	height: 25px;
	
	margin: 0 0 8px 0;
	}
#content h4 {
	height: 25px;
	text-indent: -9999px;
	margin: 0 0 8px 0;
	}

#content .title{ 
	background:url(../images/icon02.jpg) 0 0px no-repeat;
	padding-left:20px;
	margin:0 0 5px 0;
	font-size:100%;
	line-height:1.14em;
	font-weight:bold;
	color:#666;
	}

#content ul{ margin:0; padding:0; }
#content ul li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 5px no-repeat;
	padding-left: 10px;
	}
#content ul.ul01 li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 7px no-repeat;
	padding-left: 10px;
	}

#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

a {
	color: #9e4700;
	outline: none;
	text-decoration:underline;
	}
a:hover { color: #ff7000; text-decoration:none; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image{
	display:block;
	line-height:1%;
	margin:0 auto;
	}
.image01{
	display:block;
	line-height:1%;
	margin:6px auto;
	}
	
.image_b{
	display:block;
	line-height:1%;
	margin:0 auto;
	border: 1px solid #ff9900;
	}

.image_l {
	float: left;
	margin: 0 15px 6px 0;
	display:block;
	line-height:1%;
	}
* html body .image_l{ margin: 0 12px 6px 0; }/* for IE6 only */

.image_l_b {
	float: left;
	margin: 0 15px 6px 0;
	display:block;
	line-height:1%;
	border: 1px solid #ff9900;
	}
*:first-child+html .image_l_b{ margin: 0 15px 0 0; }/* for IE7 only */
* html body .image_l_b{ margin: 0 12px 0 0; }/* for IE6 only */

.image_l_b01  {
	float: left;
	margin: 6px 15px 6px 0;
	display:block;
	line-height:1%;
	border: 1px solid #ff9900;
	}

.image_r {
	float: right;
	margin: 0 0 6px 15px;
	display:block;
	line-height:1%;
	}
* html body .image_r{ margin: 0 0 6px 12px; }/* for IE6 only */

.image_r_b {
	float: right;
	margin: 0 0 6px 15px;
	display:block;
	line-height:1%;
	border: 1px solid #ff9900;
	}
*:first-child+html .image_r_b{ margin: 0 0 0 15px; }/* for IE7 only */
* html body .image_r_b{ margin: 0 0 0 12px; }/* for IE6 only */

.image_r_b01 {
	float: right;
	margin: 6px 0 6px 15px;
	display:block;
	line-height:1%;
	border: 1px solid #ff9900;
	}

.case {
	margin: 0 115px 10px 67px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	color:#CC3300;
	margin:10px 0;
	}


#content ul.totop {
	clear: both;
	height:22px;
	padding: 0;
	margin:0 10px 10px 0;
	}

#content ul.totop li {
	list-style: none;
	width: 139px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 22px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */



#content table {
	border-collapse: collapse;
	font-size: 100%;
	line-height:1.5em;
	color: #333;
	width: 100%;
	margin-bottom: 10px;
	}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #cccccc;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.margin_t0 { margin-top:0px; }
.margin_b05 { margin-bottom:5px; }
.margin_b06 { margin-bottom:6px; }
.margin_b10 { margin-bottom:10px; }
.margin_b15 { margin-bottom:15px; }
.margin_b20 { margin-bottom:20px; }
.margin_b25 { margin-bottom:25px; }
.margin_l10_r10{ margin:0 10px; }

.text01{ font-size:86%; line-height:1.5em; color:#000; }
.text02{ color:#fff; font-weight:bold; font-size:114%; }
.text_b{ font-weight:bold; }
.bg01{ background:#f3ebdd; }
.bg02{ background:#d48d4d; }
.bg03{ background:#f5f4f3; }

.w100{ width:100px; }
.w200{ width:200px; }
.w314{ width:314px; }

.td_top{ vertical-align:top; }

/*---------- 07  Index -----------*/

#index h3#title02{ background:url(../images/index_h3-01.jpg) 0 0 no-repeat; }

.index01{ margin:0 10px 20px 10px; }
.index02{ margin:0 10px 20px 10px; }

#content dl.dl01{
	width:650px;
	margin:0 10px;
	padding:0;
	}
#content dl.dl01 dt{ width:70px; float:left; margin:0; color:#9c5c23; }
#content dl.dl01 dd{ width:580px; float:left; margin:0; }

/*---------- 08  General -----------*/

#general h3#title02{ background:url(../images/general_h3-01.jpg) 0 0 no-repeat; }
#general h4#title03{ background:url(../images/general_h4-01.jpg) 0 0 no-repeat; }
#general h4#title04{ background:url(../images/general_h4-02.jpg) 0 0 no-repeat; }
#general h3#title05{ background:url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h4#title06{ background:url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general h4#title07{ background:url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h3#title08{ background:url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h3#title09{ background:url(../images/general_h3-04.jpg) 0 0 no-repeat; }
#general h4#title10{ background:url(../images/general_h4-05.jpg) 0 0 no-repeat; }

.general01{ margin:0 64px 20px 30px; }

.general_bn01{ margin:0 10px 0 0 ; float:left; }
.general_bn01 a{
	background:url(../images/general_bn01.jpg) 0 0 no-repeat;
	width:126px;
	height:36px;
	display:block;
	text-indent:-9999px;
	}
.general_bn01 a:hover{	background:url(../images/general_bn01.jpg) 0 -36px no-repeat;}

.general_bn02{ margin:0 10px 0 0 ; float:left; }
.general_bn02 a{
	background:url(../images/general_bn02.jpg) 0 0 no-repeat;
	width:126px;
	height:36px;
	display:block;
	text-indent:-9999px;
	}
.general_bn02 a:hover{	background:url(../images/general_bn02.jpg) 0 -36px no-repeat;}

.general_bn03{ margin:0 10px 0 0 ; float:left; }
.general_bn03 a{
	background:url(../images/general_bn03.jpg) 0 0 no-repeat;
	width:183px;
	height:36px;
	display:block;
	text-indent:-9999px;
	}
.general_bn03 a:hover{	background:url(../images/general_bn03.jpg) 0 -36px no-repeat;}

.general_bn04{ margin:0; float:right; }
.general_bn04 a{
	background:url(../images/general_bn04.jpg) 0 0 no-repeat;
	width:131px;
	height:36px;
	display:block;
	text-indent:-9999px;
	}
.general_bn04 a:hover{	background:url(../images/general_bn04.jpg) 0 -36px no-repeat;}

.bn_reservation{ margin:0 0 20px 40px; }
.bn_reservation a{
	background:url(../images/bn_reservation.jpg) 0 0 no-repeat;
	width:600px;
	height:110px;
	display:block;
	text-indent:-9999px;
	}
.bn_reservation a:hover{	background:url(../images/bn_reservation.jpg) 0 -110px no-repeat;}

#content .alpha01{ width:200px; float:left; }
#content .beta01{ width:200px; float:right; }

/*---------- 09  Perio -----------*/

#perio h3#title02{ background:url(../images/perio_h3-01.jpg) 0 0 no-repeat; }
#perio h4#title03{ background:url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h3#title04{ background:url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h4#title05{ background:url(../images/perio_h4-02.jpg) 0 0 no-repeat; }

/*---------- 10  Prevent -----------*/

#prevent h3#title02{ background:url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h4#title03{ background:url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h4#title04{ background:url(../images/prevent_h4-02.jpg) 0 0 no-repeat; }
#prevent h3#title05{ background:url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title06{ background:url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }

/*---------- 11  White -----------*/

#white h3#title02{ background:url(../images/white_h3-01.jpg) 0 0 no-repeat; }
#white h4#title03{ background:url(../images/white_h4-01.jpg) 0 0 no-repeat; }
#white h4#title04{ background:url(../images/white_h4-02.jpg) 0 0 no-repeat; }

/*---------- 12  Ortho -----------*/

#ortho h3#title02{ background:url(../images/ortho_h3-01.jpg) 0 0 no-repeat; }
#ortho h4#title03{ background:url(../images/ortho_h4-01.jpg) 0 0 no-repeat; }
#ortho h4#title04{ background:url(../images/ortho_h4-02.jpg) 0 0 no-repeat; }
#ortho h3#title05{ background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }

/*---------- 13  Denture -----------*/

#denture h3#title02{ background:url(../images/denture_h3-01.jpg) 0 0 no-repeat; }
#denture h4#title03{ background:url(../images/denture_h4-01.jpg) 0 0 no-repeat; }
#denture h3#title04{ background:url(../images/denture_h3-02.jpg) 0 0 no-repeat; }

/*---------- 14  Implant -----------*/

#implant h3#title02{ background:url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h3#title03{ background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title04{ background:url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#title05{ background:url(../images/implant_h4-02.jpg) 0 0 no-repeat; }

/*---------- 15  Child -----------*/

#child h3#title02{ background:url(../images/child_h3-01.jpg) 0 0 no-repeat; }

.child01{ margin:0 80px; }

/*---------- 16  Clinic -----------*/

#clinic h3#title02{ background:url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h3#title03{ background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h3#title04{ background:url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title05{ background:url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title06{ background:url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title07{ background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title08{ background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title09{ background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title10{ background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title11{ background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title12{ background:url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title13{ background:url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title14{ background:url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title15{ background:url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title16{ background:url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic h4#title17{ background:url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }

#map { width:525px; height:400px; margin:6px 0; border:1px solid #cccccc; }

#clinic #content .beta01{ width:445px; float:right; }
#content dl.dl02{
	width:445px;
	margin:0;
	padding:0;
	}
#content dl.dl02 dt{ width:70px; float:left; margin:0; color:#9c5c23; }
#content dl.dl02 dd{ width:375px; float:left; margin:0; }

.clinic01{ margin:0 70px 0 70px; }

