@charset "UTF-8";
@import "base.css";
@import "sori.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/


#wrapper {
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #FFB773;
	}
* html body #wrapper {
  width: 802px;
	}

#main {
	margin: 0 ;
	padding: 0 0 15px 0;
	background: url(../images/main_bg.jpg) top  center no-repeat;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	margin-top: 270px;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 110px;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h1 {
	text-indent: -9999px;
	width: 410px;
	height: 50px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 410px;
	height: 50px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 270px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p#address {
	margin: 0;
	padding: 0;
	height: 20px;
	color: #666;
	font-size: 93%;
	}
#header p#address img { display: block; }

#header_info {
	margin: 0;
	padding: 0 0 0 90px;
	list-style: none;
	width: 180px;
	}

#header_info li {
	float: right ;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	}
#header_info li a {
	display: block;
	}

#header_info li#info01 {
	background: url(../images/header_info.png) 0 0 no-repeat;
	height: 25px;
	}

#header_info li#info02 {
  height: 35px;
	}

#header_info li#info02 a {
	background: url(../images/header_info.png) -60px -25px no-repeat;
	height: 25px;
	margin-left: 60px;
	}

#header_nav {
  margin: 0;
	padding: 0;
	clear: both;
	}

#header_nav li {
  float: left;
	list-style: none;
  text-indent: -9999px;
	}

#header_nav li a {
  display: block;
	height: 30px;
	width: 200px;
	}

#nav01 a { background: url(../images/header_nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.png) -200px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.png) -400px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.png) -600px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.png) 0 -30px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.png) -200px -30px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.png) -400px -30px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.png) -600px -30px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 195px;
	float: left;
	padding: 0;
	}

#nav h2 { 
  background: url(../images/nav.jpg) 0 0 no-repeat; 
  height: 48px;
	text-indent: -9999px;
	}

#nav ul {
	margin: 0 0 10px 0;
	padding: 0;
	}

#nav .internal li {
	height: 40px;
	list-style: none;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav05 a { background: url(../images/nav.jpg) 0 -48px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -88px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -128px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -168px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -208px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -200px -48px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -88px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -128px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -168px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -208px no-repeat; }

#nav p { text-align: center; }

#nav_info {
  background: url(../images/nav_info_bg.png) bottom no-repeat;
	}

#nav_info h3{
  text-indent: -9999px;
	background: url(../images/nav_info_h.png) center no-repeat;
	height: 27px;
	}

#nav_info dl{
  padding: .5em 5px 10px 1.2em;
	margin: 0;
	font-size: 93%;
	}
	
#nav_info dt { 
  font-weight: bold;
  color: #C16921;
	}

#nav_info dd{
  margin: 0;
	padding: 0 5px .5em 0;
	color: #666;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 0 0 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 93%;
	text-align: right;
	color: #C16921;
	height: 70px;
	}
*:first-child+html #footer { font-size: 10px; } /*  for IE7 only */
* html body #footer { font-size: 10px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #C16921;
	}
#footer a:hover { text-decoration: underline; }

#footer p {
  float: left;
	margin: 0;
	padding: 0;
	}

#footer p img{
  display: block;
	}

#footer ul { 
	list-style: none;
	padding: .5em 15px 0 0;
	margin: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { 
  margin: 0;
	padding: 8px 15px 0 0; }

#footer address a { color:#FF6333; }

/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 5px 1em 5px; }

.center { text-align: center; }

#content h2 {
	height: 28px;
	text-indent: -9999px;
	margin: 0 15px 5px;
	}
#content h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 10px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding: 3px 0 0 3px;
	background: #FFD0AE;
	height: 16px;
	}
#content ul.top li {
	list-style: none;
  background: url(../images/list.png) 0 2px no-repeat;
	padding-left: 1.3em;
	}

#content ul li {
	list-style: none;
  background: url(../images/list.png) 0 2px no-repeat;
	padding-left: 1.3em;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
  font-weight: bold;
  color: #C16921;
	}

#content a { text-decoration: underline; }

a {
	color: #FF8919;
	outline: none;
	}
a:hover { color: #C16921; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 5px 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 5px 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.png) 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;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 5px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	background: url(../images/to_top.png) 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: separate;
	border-spacing: 1px;
	border: 1px solid #FFC840;
	font-size: 100%;
	color: #666;
	width: 500px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #FFC840;
	}

#content table th {
	background: #FEEDA9;
	color: #666;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}
	
#content #reserv p{
  text-indent: -9999px;
	margin: 0;
	padding: 0 25px;
	}

#content #reserv {
  clear: both;
	}
	


#content .reserv p {margin-left:15px;}

#content .reserv p a{
  display: block;
}
	
	


#content .reserv p a {
  display: block;
	height: 80px;
	width: 530px;
	text-indent: -9999px;
	background: url(../images/nichiyou-1.jpg) 0 0 no-repeat;

	margin: 0;
	padding: 0;
	}
	
	
	
	
	
#content .reserv p a:hover{
  background-position: -530px 0;
}	

	
	
	




#content #reserv p a{
  display: block;
	height: 80px;
	background: url(../images/bn_reservation.png) 0 0 no-repeat;
	clear: both;
	margin: 0;
	padding: 0;
	}

#content #reserv p a:hover {
  background: url(../images/bn_reservation.png) 0 -80px no-repeat;
	}

#content .flame {
  border: 1px solid #F7DF7E;
	padding:2px;
	}
	
.boldred {
color:#f00;
font-weight:bold;
}
	
/*---------- 07  Index -----------*/
#index #greeting h2 { background: url(../images/index_greeting.png) 0 0 no-repeat; }


#index #greeting p {
  margin: 0;
	padding: 0 18px;
	}

#index #pickup01{
	margin: 10px 25px;
	padding: 0;
	}

#index #pickup01 p{ 
  height: 90px;
	text-indent: -9999px;
	margin-bottom: 10px;
	}

#index #pickup01 p a{
  display: block;
	height: 90px;
	} 

#index #pkup01 a{ background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index #pkup01 a:hover{ background: url(../images/pickup01.jpg) 0 -90px no-repeat; }

#index #pkup02 a{ background: url(../images/pickup02.jpg) 0 0 no-repeat; }
#index #pkup02 a:hover{ background: url(../images/pickup02.jpg) 0 -90px no-repeat; }



#index .mb01{
	padding-bottom: 10px;
}


#content #pickup03 ul{
	clear: both;
	margin: 0px 25px 10px;
	padding: 0;
	}

#content #pickup03 li{ 
	float: left;
	list-style: none;
	text-indent: -9999px;
	width: 180px;
	height: 80px;
	margin: 0;
	padding: 0;
	}
*:first-child+html #content #pickup03 li{ height: 70px; }
* html body #content #pickup03 li{ height: 70px; }

#content #pickup03 li a{
  display: block;
	height: 70px;
	margin: 0;
	padding: 0;
	} 

#content #pkup03 a { background: url(../images/pickup03.jpg) 0 0 no-repeat;
  width: 170px; }
#content #pkup04 a { background: url(../images/pickup03.jpg) -180px 0 no-repeat;
  width: 170px; }
#content #pkup05 a { background: url(../images/pickup03.jpg) -360px 0 no-repeat; }

#content #pkup03 a:hover { background: url(../images/pickup03.jpg) 0 -70px no-repeat;
  width: 170px; }
#content #pkup04 a:hover { background: url(../images/pickup03.jpg) -180px -70px no-repeat;
  width: 170px; }
#content #pkup05 a:hover { background: url(../images/pickup03.jpg) -360px -70px no-repeat; }




#index #greeting .news_txt{
	padding: 10px 0 10px 20px;
	color: #FF0000;
}

.bold{
	font-weight: bold;
}


#index  #content #greeting ul.01 li {
	list-style: none;
	background: url(../images/list.png) 0 2px no-repeat;
	padding-left: 1.3em;
	color: #FF0000;
	}
	
p.titletiny {margin-left: 15px;}

#tiny {
  width: 560px;
	height: 100px;
	margin-left: 15px;
	overflow: auto;
	}
	
#tiny table{border: none;}
*html body #tiny table{margin-left: -100px;}
*:first-child+html #tiny table{margin-left: -130px;}
#tiny table tr {border: none;}
#tiny table tr td {border: none;}
#tiny table tr td.tn_date {
  vertical-align:text-top;}

*html body #tiny table tr td.tn_date {
  vertical-align:text-top; 
	width: 60px;
	}

*:first-child+html #tiny table tr td.tn_date {
  vertical-align:text-top; 
	width: 60px;
	margin-left: 200px;
	}
	
#tiny table tr td.tn_date {
  vertical-align:text-top;
	}


/*---------- 08  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.png) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3-04.png) 0 0 no-repeat; }

#concept #line {
  margin: 0 30px;
	}

/*---------- 09  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }

#clinic #content table {
  margin-left: 20px;
	} 

#clinic #content .alpha {
  float: left;
	width: 300px;
	clear: both;
	}

#clinic #content .beta {
  float: right;
	width: 220px;
	}

/*---------- 10  Staff -----------*/
#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h4#title03 { background: url(../images/staff_h4-03.png) 0 0 no-repeat; }


#staff #content .alpha {
  float: left;
	width: 240px;
	}

#staff #content .beta {
  float: right;
	width: 290px;
	margin-top: 5px;
	}
	
#staff #content .beta dl{
  margin: 10px 0;
	padding: 0;
	}

/*---------- 11  Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.png) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.png) 0 0 no-repeat; }

#prevent h6 {
  background: url(../images/list.png) 0 2px no-repeat;
	padding-left: 1.3em;
	color: #FF8919;
	font-size: 93%;
	clear: both;
	}

#prevent #content #pickup03 ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/*---------- 12 Whitening -----------*/
#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.png) 0 0 no-repeat; }

/*---------- 13 Esthe -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }
#esthe h4#title07 { background: url(../images/esthe_h4-07.png) 0 0 no-repeat; }
#esthe h4#title08 { background: url(../images/esthe_h4-08.png) 0 0 no-repeat; }
#esthe h4#title09 { background: url(../images/esthe_h4-09.png) 0 0 no-repeat; }
#esthe h4#title10 { background: url(../images/esthe_h4-10.png) 0 0 no-repeat; }

.bnr_r{
	text-align: right;
}


/*---------- 14 Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }

/*---------- 15 Denture -----------*/
#denture h2#title01 { background: url(../images/denture_h2-01.png) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.png) 0 0 no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-03.png) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.png) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.png) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.png) 0 0 no-repeat; }

/*---------- 16 Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content li {
  margin-bottom: 10px;
  background: url(../images/list.png) 0 4px no-repeat;
	}

#sitemap #content li a{ font-weight: bold; }

/*---------- 17 Recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }


/*---------- 18 Form -----------*/
#form h2#title01 { background: url(../images/form_h2-01.png) 0 0 no-repeat; }

.red{
	color: #FF0000;
}

.orange{
	color: #FF6600;
	font-weight: bold;
}
