@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                                                 */
/*=======================TOC-END===================*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/main_bg.jpg) repeat-y;
	width: 810px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
  margin-right:20px;
	}
*html body #content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	margin-right:5px;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 361px;
	width: 810px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 81px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 810px;
	height: 361px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 810px;
	height: 80px;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 80px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.jpg) -20px 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -100px 0 no-repeat;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 210px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	width: 210px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	width: 210px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -210px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -210px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -210px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -210px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -210px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -210px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -210px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -210px -280px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -210px -320px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -210px -360px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	background: #fff url(../images/footer_bg.jpg);
	font-size: 85%;
	text-align: right;
	color: #746023;
	height:60px;
	}

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #746023;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	float:right;
	margin: 5px 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 5px 0;
	padding: 0;
	}

#footer address { 
         text-align: center;
         }


/*---------- 06  Contents -----------*/

.section { padding: 10px 0px 10px 10px; }


.section .section { padding: 10px; }



p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 51px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 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 */



/*---------- 07  Index -----------*/

#index .image_l  {
	float: left;
	margin: 0px 0px 16px 0px;
	}

#index .image_r {
	float: right;
	margin: 0px 0px 16px 0px;
	}


#index  .alpha {  
    float: left;   
    margin: 0 20px 0 0;   
    width:240px;
    }

#index  .beta {   
    float: left;   
    margin: 10;   
    width:250px;
    }
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; 
			height:51px}
#index h3#title03 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; 
			height:51px}


/*---------- 08  concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-01.jpg) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4-01.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-02.jpg) 0 0 no-repeat; }
#concept h3#title05 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title06 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }

#concept .alpha {  
    float: left;   
    margin: 0 5px 0 0;   
    width:200px;
    }

#concept .beta {   
    float: left;   
    margin: 0;   
    width:300px;
    }
/*---------- 09 persistence -----------*/
#persistence h2#title01 { background: url(../images/persistence_h2-01.jpg) 0 0 no-repeat; }
#persistence h3#title02 { background: url(../images/persistence_h3-01.jpg) 0 0 no-repeat; }
#persistence h4#title03 { background: url(../images/persistence_h4-01.jpg) 0 0 no-repeat; }
#persistence h4#title04 { background: url(../images/persistence_h4-02.jpg) 0 0 no-repeat; }
#persistence h4#title05 { background: url(../images/persistence_h4-03.jpg) 0 0 no-repeat; }
#persistence h4#title06 { background: url(../images/persistence_h4-04.jpg) 0 0 no-repeat; }
#persistence h4#title07 { background: url(../images/persistence_h4-05.jpg) 0 0 no-repeat; }

/*---------- 10 clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }

/*---------- 11 treatment -----------*/
#treatment h2#title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-01.jpg) 0 0 no-repeat; }
#treatment h4#title03 { background: url(../images/treatment_h4-01.jpg) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-02.jpg) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }


/*---------- 12  implantdenture -----------*/
#implantdenture h2#title01 { background: url(../images/implantdenture_h2-01.jpg) 0 0 no-repeat; }
#implantdenture h3#title02 { background: url(../images/implantdenture_h3-01.jpg) 0 0 no-repeat; }
#implantdenture h3#title03 { background: url(../images/implantdenture_h3-02.jpg) 0 0 no-repeat; }
#implantdenture h4#title04 { background: url(../images/implantdenture_h4-01.jpg) 0 0 no-repeat; }
#implantdenture h3#title05 { background: url(../images/implantdenture_h3-03.jpg) 0 0 no-repeat; }
#implantdenture h4#title06 { background: url(../images/implantdenture_h4-02.jpg) 0 0 no-repeat; }


/*---------- 13  child -----------*/
#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-01.jpg) 0 0 no-repeat; }
#child h4#title03 { background: url(../images/child_h4-01.jpg) 0 0 no-repeat; }
#child h3#title04 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }

/*---------- 14  prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-02.jpg) 0 0 no-repeat; }
#prevent h3#title07 { background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }


/*---------- 14  access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }


/*---------- 15  recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-01.jpg) 0 0 no-repeat; }






