@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  Treatment                   */
/*                 09  Whitening                   */
/*                 10  Front Tooth                 */
/*                 11  Molar Tooth                 */
/*                 12  Denture                     */
/*                 13  Perio                       */
/*                 14  Prevent                     */
/*                 15  Clinic                      */
/*                 16  Recruit                       */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Green          #59a528      */
/*        Main Color - Brown          #7c5119      */
/*        Main Color - Light Green    #90e55e      */
/*                                                 */
/*        Sub Color  - Yellow         #ffe066      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/gradient_back.jpg) 0 0 repeat-x #5e4938; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #999;
	}
* html body #wrapper { width: 802px; }

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 610px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 20px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 85px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#header .alpha {
	width: 330px;
	float: left;
	}

h1 {
	text-indent: -9999px;
	width: 330px;
	height: 50px;
	line-height: 1.0;
	}
h1 a {
	display: block;
	width: 330px;
	height: 50px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}


#header h2 {
	text-indent: -9999px;
	width: 240px;
	height: 30px;
	line-height: 1.0;
	background: url(../images/header-h2.png) 0 0 no-repeat;
	}

#header .beta {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 65px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	height: 16px;
	float: right;
	}

#header_nav li {
	height: 16px;
	width: 65px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 16px;
	}

#nav01 a {
	background: url(../images/header-nav.png) 0 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header-nav.png) -65px 0 no-repeat;
	width: 65px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	padding: 3px 0 4px 0;
	background: #fff;
	}
#nav .internal li {
	height: 31px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 31px;
	}

#nav03 a { background: url(../images/nav.png) 0 -3px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -34px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -65px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -96px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -127px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -158px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -189px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -220px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -190px -3px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -190px -34px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -190px -65px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -190px -96px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -190px -127px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -190px -158px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -190px -189px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -190px -220px no-repeat; }

#nav p { text-align: center; }

#nav #clinic-info h2 {
	height: 24px;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	text-indent: -9999px;
	background: url(../images/clinic-info_h2.png) bottom no-repeat;
	}

#nav #clinic-info p {
	margin: 6px;
	font-size: 85%;
	}
*:first-child+html #nav #clinic-info p { font-size: 9px; } /*  for IE7 only */
* html body #nav #clinic-info p { font-size: 9px; } /*  for IE6 only */

#nav #clinic-info p.adr {
	text-align: left;
	margin-left: 15px;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 6px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #aaa;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#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;
	color: #7c5119;
	}
#footer address a { color: #7c5119; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 52px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	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.png) 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: #59a528;
	outline: none;
	}
a:hover { color: #90e55e; }

#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;
	}
	
.image_c {
	text-align: center;
	}


.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .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: 72px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 12px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

.caution {
	padding-left: 18px;
	background: url(../images/caution.png) 0 3px no-repeat;
	}

.detail {
	text-align: right;
	margin-right: 1em;
	}

/* 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 #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}
	
#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #ddddff;
	}

#content #tiny table{ border: none; margin: 0 0 10px 5px;}
#content #tiny table th, #content #tiny table td{
  border: none;
} 

#content table th {
	background: #efefff;
	color: #636570;
	}
	
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}



/*---------- 07  Index -----------*/

#index #content { padding-top: 0; }

#index .section { padding: .5em 20px; }

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	height: 250px;
	}
	
#index h3#title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }
#index h3#title03 {
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	height: 25px;
	margin: 0;
	}
#index h3#title04 { background: url(../images/index_h3-04.png) 0 0 no-repeat; }

#index #content #greeting {
	width: 330px;
	float: left;
	margin: 20px 10px 10px 0px;
	padding-left:20px;
	}
	
* html body#index #content #greeting { width: 350px;
    }

#index #content .beta {
	width: 230px;
	margin: 40px 0 20px 0;
	float: left;
	}

#index #content .beta p { margin-left: 25px; }

#index #content #topics {
	background: #fff6d4;
	padding: 10px 0 0 0;
	margin: 0px 0px 0px 10px;
	}

#index #content #topics dl {
	margin: 0 10px 10px 0;
	padding: 10px;
	
	}

#index #content #topics dl dt {
    width:50px;
    float:left;
	}
	
#index #content #topics dl dd {
    margin-left:50px;
	}

#index #content ul li { background: url(../images/index_li_bg.png) 0 4px no-repeat; }

#index #content #pckp { padding: .5em 0 1em 20px; }

#index #content #pckp ul,
#index #content #pckp li {
	margin: 0;
	padding: 0;
	background-image: none;
	}
#index #content #pckp li {
	width: 290px;
	float: left;
	}


/*---------- 08  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.png) 0 0 no-repeat; }
#treatment h3#title04 { background: url(../images/treatment_h3-04.png) 0 0 no-repeat; }
#treatment h3#title05 { background: url(../images/treatment_h3-05.png) 0 0 no-repeat; }


/*---------- 09  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 h3#title04 { background: url(../images/whitening_h3-04.png) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.png) 0 0 no-repeat; }
#whitening h4#title06 { background: url(../images/whitening_h4-06.png) 0 0 no-repeat; }
#whitening h4#title07 { background: url(../images/whitening_h4-07.png) 0 0 no-repeat; }
#whitening h4#title08 { background: url(../images/whitening_h4-08.png) 0 0 no-repeat; }

.flow_image_r {
	float: right;
	margin: 0 0 0 25px;
	color:#FE8A35;
	text-align:center;
	}


/*---------- 10  Front Tooth -----------*/

#front-tooth h2#title01 { background: url(../images/front-tooth_h2-01.png) 0 0 no-repeat; }
#front-tooth h3#title02 { background: url(../images/front-tooth_h3-02.png) 0 0 no-repeat; }
#front-tooth h4#title03 { background: url(../images/front-tooth_h4-03.png) 0 0 no-repeat; }
#front-tooth h4#title04 { background: url(../images/front-tooth_h4-04.png) 0 0 no-repeat; }
#front-tooth h4#title05 { background: url(../images/front-tooth_h4-05.png) 0 0 no-repeat; }


/*---------- 11  Molar Tooth -----------*/

#molar-tooth h2#title01 { background: url(../images/molar-tooth_h2-01.png) 0 0 no-repeat; }
#molar-tooth h3#title02 { background: url(../images/molar-tooth_h3-02.png) 0 0 no-repeat; }
#molar-tooth h4#title03 { background: url(../images/molar-tooth_h4-03.png) 0 0 no-repeat; }
#molar-tooth h4#title04 { background: url(../images/molar-tooth_h4-04.png) 0 0 no-repeat; }


/*---------- 12  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 h3#title03 { background: url(../images/denture_h3-03.png) 0 0 no-repeat; }
#denture h3#title04 { background: url(../images/denture_h3-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; }
#denture h4#title07 { background: url(../images/denture_h4-07.png) 0 0 no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-08.png) 0 0 no-repeat; }
#denture h4#title09 { background: url(../images/denture_h4-09.png) 0 0 no-repeat; }
#denture h4#title10 { background: url(../images/denture_h4-10.png) 0 0 no-repeat; }


/*---------- 13  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.png) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }


/*---------- 14  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 h4#title03 { background: url(../images/prevent_h4-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }

.listbox {
    width:350px;
	padding: 10px 10px 10px 10px;
    background:#FFFFDB;
	border: 2px solid #FDF6D4;
}

/*---------- 15  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 h3#title04 { background: url(../images/clinic_h3-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 #content .alpha {
	width: 210px;
	float: left;
	}
#clinic #content .beta {
	width: 320px;
	float: right;
	}
#clinic #content .beta dt {
	width: 7em;
	float: left;
	}
#clinic #content .beta dd { margin-left: 7em; }

#clinic #content table td { text-align: center; }
#clinic #content table td abbr {
	border: none;
	font-size: 124%;
	font-weight: bold;
	color: #59a528;
	}



/*---------- 16  Recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.png) 0 0 no-repeat; }

#recruit #content table {
	width: auto;
	margin-left: 0;
	}
#recruit #content table th { width: 150px; }


/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }



/*---------- 共通 -----------*/

.bold{ font-weight: bold;}
.red{ color: #FF0000;} 
