@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  General                     */
/*                 12  Child                       */
/*                 13  Aesthe                      */
/*                 14  Whitening                   */
/*                 15  Access                      */
/*                 16  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 -----------*/

body { background: #CCECF4; }

#wrapper {
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0;
	background: #fff url(../images/main_bg.jpg) top no-repeat;
	}

#content {
	width: 620px;
	float: left;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	margin: 0;
	padding: 0px 0 0 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 390px;
	width: 800px;
	margin: 0;
	padding: 0;
	position:relative;
	}

#header-section01 {
  width: 800px;
	height: 260px;
	}

#header .about {
  float: left;
	width: 520px;
	}

.logo {
	width: 400px;
	height: 57px;
	float: left;
	}
	
.logo img {
	position:absolute;
	display: block;
	width: 400px;
	top: 30px;
	}

#header h1{
	font-size:11px;
	color:#333333;
	display:block;
	z-index:999999;
	clear:both;
	padding:19px 0 0 44px;
}

#header #h1{
	display:block;
	z-index:999999;
	height:100%;
	width:100%;
}

#header .description {
  background: url(../images/index_description.jpg) 0 0 no-repeat;
	height: 80px;
	text-indent: -9999px;
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#header-nav {
  float: right;
	width: 220px;
  list-style: none;
	margin: 0;
	padding: 0;
	}

#header-nav li{
  list-style: none;
  text-indent: -9999px;
	height: 31px;
	float: left;
	width: 100px;
	}

#header-nav li a{
	height: 31px;
	width: 100px;
	display: block;
	}

#nav01 a{ background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a{ background: url(../images/header_nav.jpg) -100px 0 no-repeat;	}

#nav01 a:hover{ background: url(../images/header_nav.jpg) 0 -31px no-repeat; }
#nav02 a:hover{ background: url(../images/header_nav.jpg) -100px -31px no-repeat;	}


#header-section02 {
  width: 800px;
	height: 90px;
	clear: both;
	}

#header-section02 #global-nav01 {
  float: left;
	width: 420px;
	height: 41px; 
	list-style: none;
	margin: 49px 0 0 30px;
	padding: 0;
	}

* html body #header-section02 #global-nav01 {
	margin: 49px 0 0 15px;
	}

#global-nav01 li {
  list-style:none;
	text-indent: -9999px;
	height: 41px;
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	}

#global-nav01 li a{
  display: block;
	height: 41px;
	width: 130px;
	}

#nav03 a { background: url(../images/global-nav01.jpg) -30px -49px no-repeat; }
#nav04 a { background: url(../images/global-nav01.jpg) -160px -49px no-repeat; }
#nav05 a { background: url(../images/global-nav01.jpg) -290px -49px no-repeat; }

#nav03 a:hover { background: url(../images/global-nav01.jpg) -30px -139px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav01.jpg) -160px -139px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav01.jpg) -290px -139px no-repeat; }

#header-section02 .tel {
  float: right;
	width: 300px;
	height: 90px;
	text-indent: -9999px;
	background: url(../images/header_tel.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	}

#global-nav02 {
  float: left;
	width: 800px;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
	clear: both;
	}


#global-nav02 li {
  list-style:none;
	text-indent: -9999px;
	height: 40px;
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	}

#global-nav02 li a{
  display: block;
	height: 40px;
	width: 130px;
	}

#nav06 a { background: url(../images/global-nav02.jpg) -10px 0 no-repeat; }
#nav07 a { background: url(../images/global-nav02.jpg) -140px 0 no-repeat; }
#nav08 a { background: url(../images/global-nav02.jpg) -270px 0 no-repeat; }
#nav09 a { background: url(../images/global-nav02.jpg) -400px 0 no-repeat; }
#nav10 a { background: url(../images/global-nav02.jpg) -530px 0 no-repeat; }
#nav11 a { background: url(../images/global-nav02.jpg) -660px 0 no-repeat; }

#nav06 a:hover { background: url(../images/global-nav02.jpg) -10px -40px no-repeat; }
#nav07 a:hover { background: url(../images/global-nav02.jpg) -140px -40px no-repeat; }
#nav08 a:hover { background: url(../images/global-nav02.jpg) -270px -40px no-repeat; }
#nav09 a:hover { background: url(../images/global-nav02.jpg) -400px -40px no-repeat; }
#nav10 a:hover { background: url(../images/global-nav02.jpg) -530px -40px no-repeat; }
#nav11 a:hover { background: url(../images/global-nav02.jpg) -660px -40px no-repeat; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
	height: 72px;
	font-size: 85%;
	text-align: center;
	color: #6ECBE8;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: underline;
	color: #6ECBE8;
	}
#footer a:hover { color: #0C87CB; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 05  Info -----------*/

#info {
  float: left;
	width: 160px;
	padding: 30px 20px 10px 0;
	color: #666;
	}
* html body #info {
  padding: 30px 10px 10px 0;
	}

#info .map p{
  margin: 0;
	padding: 0;
	}
#info .map img{
  margin: 0;
	padding: 0;
	display: block;
	}

#info .detail {
  float: right;
	margin: 0 0 5px 0;
	padding: 0;
	}

#info-content {
  background: url(../images/info_bg.jpg) bottom no-repeat;
	margin: 0 0 10px 0;
	padding: 0 2px 10px 0; }

#info .clinic-info {
  margin: 0;
	padding: 0 ;
	clear: both;
	}

#info .clinic-info dt{
  background: url(../images/info_list.jpg) 0 2px no-repeat;
	color: #0C87CB;
	font-weight: bold;
	margin: .5em 0 .1em .5em;
  padding-left: 1.2em;
	}

#info .clinic-info dd{
  font-size: 85%;
	margin: 0 0 0 1.7em;
	padding: 0;
	}



/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 5px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 44px;
	text-indent: -9999px;
	margin: 30px 0px 5px 25px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: 0px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	margin: 0 0 3px 0;
	}

#content h5 {
	font-size: 100%;
	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 {
  background: url(../images/list.jpg) 0 2px no-repeat;
	color: #0C87CB;
	font-weight: bold;
	margin: .1em 0 .1em 0;
  padding-left: 1.2em;
	}

#content a { text-decoration: underline; }

a {
	color: #17BBB3;
	outline: none;
	}
a:hover { color: #FFAB5F; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 3px 8px 8px 0;
	}

.image_r {
	float: right;
	margin: 3px 0 8px 8px;
	}

.case {
	margin: 10px 15px 10px 0px;
	background: url(../images/arrow.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.jpg) 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: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 107px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	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 {
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #fff;
	}

#content table th {
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 07  Index -----------*/
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }

#greeting {
  float: right;
	width: 325px;
	height: 290px;
	background: url(../images/index_greeting_bg.jpg) 0 0 no-repeat;
	}

#greeting p{
  padding: 50px 60px 10px;
	}

#index h3 {
  height: 36px;
	}

#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }

#index #content #pickup .alpha {
  float: left;
	width: 270px;
	background: #E5FAFF;
	margin: 0 10px 0 0;
	}

#index #content #pickup .beta {
  float: right;
	width: 270px;
	background: #E5FAFF;
	}

#index #content .alpha p,
#index #content .beta p {
  margin: 0;
	padding: 5px;
	}

#index #content .alpha .pick,
#index #content .beta .pick {
  margin: 0;
	padding: 5px 10px;
	}

#index #content .alpha .pick .image_l,
#index #content .alpha .pick .image_r,
#index #content .beta .pick .image_l,
#index #content .beta .pick .image_r {
  margin: 0;
	padding: 0;
	}


/*---------- 08  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }

#concept .alpha {
  float: left;
	width: 240px;
	}

#concept .alpha dl{
  margin: 0;
	padding: 0;
	}

#concept .beta {
  float: right;
	width: 310px;
	}


/*---------- 09  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }

/*---------- 10  Treatment -----------*/
#treatment h2#title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment h4#title03 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }

/*---------- 11  General -----------*/
#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.jpg) 0 0 no-repeat; }

/*---------- 12  Child -----------*/
#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h2#title02 { background: url(../images/child_h2-02.jpg) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.jpg) 0 0 no-repeat; }
#child h3#title04 { background: url(../images/child_h3-04.jpg) 0 0 no-repeat; }
#child h3#title05 { background: url(../images/child_h3-05.jpg) 0 0 no-repeat; }

/*---------- 13  Aesthe -----------*/
#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h2#title02 { background: url(../images/aesthe_h2-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }
#aesthe h3#title05 { background: url(../images/aesthe_h3-05.jpg) 0 0 no-repeat; }

/*---------- 14  Whitening -----------*/
#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.jpg) 0 0 no-repeat; }

/*---------- 15  Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access h4#title04 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access h4#title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }

#access #content table .bg_01 {
  background: #D7EFFF;
	}
#access #content table .bg_02 {
  background: #B3DAEF;
	}

/*---------- 16  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content ul {
  margin: 10px 50px;
	}
#sitemap #content li {
  margin: 10px;
	}

