@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  Ortho                       */
/*                 11  Whitening                   */
/*                 12  Case                        */
/*                 13  Price                       */
/*                 14  QandA                       */
/*                 15  Contact                     */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #f7ffc5; }

#wrapper {
	background: #fff url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #969b9e;
	border-right: 1px solid #969b9e;
	}
* html body #wrapper {
	width: 802px;
	}

#main {
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 1.5em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 65px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 484px;
	height: 50px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 484px;
	height: 50px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 216px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 36px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	width: 201px;
	list-style: none;
	margin-top: 14px;
	height: 15px;
	}

#header_nav li {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 15px;
	}
#header_nav li a {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/list.jpg) 0 center no-repeat;
	font-size: 77%;
	color: #916318;
	text-decoration: none;
	}
#header_nav li a: hover { color: #916318; }



/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -150px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -180px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -210px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -270px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -300px no-repeat; }

#nav p { text-align: center; }

.qr a {
  display: block; 
	width: 180px;
	height: 210px;
	background: url(../images/qr.jpg) 0 0 no-repeat;
	margin: auto;
	padding: 0;
	outline: none;
  text-indent: -9999px;
}

.qr a:hover {
	background-position: 0 bottom;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 4px 0;
	margin: 0;
	background: #fff url(../images/footer_head.jpg) top no-repeat;
	font-size: 85%;
	text-align: left;
	color: #9acd32;
	}
*: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: #55662f;
	}
#footer a:hover { text-decoration: underline; color: #469b46; }

#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: #9acd32; }
#footer address a { color: #9acd32; }
#footer address a:hover { color: #469b46; }

/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
#index #content .section { padding: .5em 15px; }
.section .section { padding: 1em 40px; }

p.center { text-align: center; }
.main_image { margin: 0; padding: 0; }

.main_image img { display: block; }

.bordered {
	border-top: 1px dashed #644200;
	border-bottom: 1px dashed #644200;
	}

#content h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 0 15px 10px;
	}
#index #content h2 {
	margin: 0 15px;
	}
#content h3 {
	height: 25px;
	text-indent: -9999px;
	margin-left: 0;
	margin-bottom: 10px;
	}
#index #content h3 {
	margin-bottom: 0;
	}
#content h4 {
	height: 25px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	padding: 0 0 0 10px;
	background: url(../images/list.jpg) 0 4px no-repeat;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #479b4d;
	outline: none;
	}
a:hover { color: #a1dea5; }

#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_l2  {
	float: left;
	margin: 0 16px 3px 0;
	}

.image_r2 {
	float: right;
	margin: 0 0 3px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.caption {
	text-align: center;
	}
.alpha,
.beta {
	float: left;
	padding: 0 15px 15px 0;
	background: url(../images/arrow3.jpg) right 50px no-repeat;
	}
.gamma {
	float: left;
	margin: 0 0 15px 0;
	}

.before {
	margin: 10px 20px;
	padding-bottom: 30px;
	background: url(../images/arrow2.jpg) center bottom no-repeat;
	}
.case2 {
	margin: 10px 20px;
	}
.case2 img {
	display: block;
	}

.case2 .alpha,
.case2 .beta {
	background: none;
	}



#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 92px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 15px;
	background: url(../images/top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 10px;
	background: url(../images/list.jpg) 0 4px no-repeat;
	}

span.br { display: block; }

/* 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 #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h4-03.jpg) 0 0 no-repeat; }
#index #content #title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index #content #title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }
#index #content #title06 { background: url(../images/index_h2-06.jpg) 0 0 no-repeat; }

#index #content .pickup {
	float: left;
	width: 180px;
	margin-right: 10px;
	}
#index #content .floatend {
	margin-right: 0;
	}
#index #content .pickup h4 {
	height: 31px;
	margin: 0;
	}

#index #content #pickup1 { background: url(../images/index-pickup1.jpg) 0 0 no-repeat; }
#index #content #pickup2 { background: url(../images/index-pickup2.jpg) 0 0 no-repeat; }
#index #content #pickup3 { background: url(../images/index-pickup3.jpg) 0 0 no-repeat; }

#index #content #pickup1 p { color: #00ff00; }
#index #content #pickup2 p { color: #ffff00; }
#index #content #pickup3 p { color: #663333; }

#index #content #pickup1 p a { color: #00ff00; }
#index #content #pickup2 p a { color: #ffff00; }
#index #content #pickup3 p a { color: #663333; }


#index #content .pickup p {
	margin: 0;
	}
#index #content .pickup .section {
	padding: .5em 1em 1em 1em;
	font-size: 93%;
	}

#main #content .clinic_info {
	margin: 0 10px;
	}
#main #content .clinic_info dt {
	float: left;
	width: 80px;
	font-weight: 100;
	}
#main #content .clinic_info dd {
	margin-left: 90px;
	}
#index #main #flash {
	height: 235px;
	padding-top: 5px;
	background: url(../images/index_main_image.jpg) 0 0 no-repeat;
	}
* html #index #main #flash {
	height: 240px;
	}

.conbana {
	text-align:center;
	}


/*---------- 08  Staff -----------*/

#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
#staff #content #title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff #content #title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff #content #title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff #content #title08 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }
#staff #content #title09 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }

#main #content .dr_info {
	margin-left: 160px;
	}
#main #content .dr_info dl {
	margin: 0 10px;
	}
#main #content .dr_info dl dt {
	float: left;
	width: 60px;
	font-weight: 100;
	}
#main #content .dr_info dl dd {
	margin-left: 70px;
	}

/*---------- 09  Clinic -----------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h3-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h3-07.jpg) 0 0 no-repeat; }

/*---------- 10  Ortho -----------*/

#ortho #content #title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho #content #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #content #title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho #content #title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho #content #title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho #content #title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho #content #title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho #content #title09 { background: url(../images/ortho_h3-09.jpg) 0 0 no-repeat; }
#ortho #content #title10 { background: url(../images/ortho_h3-10.jpg) 0 0 no-repeat; }
#ortho #content #title11 { background: url(../images/ortho_h3-11.jpg) 0 0 no-repeat; }

#ortho .ortho_right {
	margin-left: 220px;
	}

/*---------- 11  Whitening -----------*/

#whitening #content #title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening #content #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #content #title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening #content #title04 { background: url(../images/whitening_h3-04.jpg) 0 0 no-repeat; }
#whitening #content #title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }

/*---------- 12  Case -----------*/

#case #content #title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case #content #title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case #content #title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case #content #title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case #content #title05 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#case #content #title06 { background: url(../images/case_h3-06.jpg) 0 0 no-repeat; }
#case #content #title07 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }
#case #content #title08 { background: url(../images/case_h4-08.jpg) 0 0 no-repeat; }
#case #content #title09 { background: url(../images/case_h4-09.jpg) 0 0 no-repeat; }
#case #content #title10 { background: url(../images/case_h4-10.jpg) 0 0 no-repeat; }
#case #content #title11 { background: url(../images/case_h4-11.jpg) 0 0 no-repeat; }
#case #content #title12 { background: url(../images/case_h4-12.jpg) 0 0 no-repeat; }
#case #content #title13 { background: url(../images/case_h4-13.jpg) 0 0 no-repeat; }
#case #content #title14 { background: url(../images/case_h4-14.jpg) 0 0 no-repeat; }
#case #content #title15 { background: url(../images/case_h4-15.jpg) 0 0 no-repeat; }
#case #content #title16 { background: url(../images/case_h4-16.jpg) 0 0 no-repeat; }
#case #content #title17 { background: url(../images/case_h4-17.jpg) 0 0 no-repeat; }



#case #content .cases { margin: 10px 20px; }
#case #content .cases2 { margin: 10px 20px; width:210px; }


#case #content .case {
	margin: .5em 0;
	background-image: none;
	}

#case #content .case-center {
	text-align: center;
	margin: 0 auto;
	background: url(../images/cases-case-tri.jpg) center top no-repeat;
	}
#case #content .case-center2 {
	text-align: center;
	margin: 0 auto;
	background: url(../images/cases-case-tri2.jpg) center top no-repeat;
	}
#case #content .case-center3 {
	text-align: center;
	margin: 0 auto;
	background: url(../images/cases-case-tri3.jpg) center top no-repeat;
	}
#case #content .case-center4 {
	margin: 0 auto;
	background: url(../images/cases-case-tri4.jpg) center top no-repeat;
	}
#case #content .case-center5 {
	margin: 0 auto;
	background: url(../images/cases-case-tri5.jpg) center top no-repeat;
	}

#case #content .after-description { text-align: right; }
#case #content .after-story { margin-top: 2.7em; }


/*---------- 13  Price -----------*/

#price #content #title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price #content #title02 { background: url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price #content #title03 { background: url(../images/price_h3-03.jpg) 0 0 no-repeat; }
#price #content #title04 { background: url(../images/price_h3-04.jpg) 0 0 no-repeat; }
#price #content #title05 { background: url(../images/price_h3-05.jpg) 0 0 no-repeat; }

#price #content .price_table th { width: 100px; }

#price .cards li {
	display: inline;
	padding: 0;
	margin: 0 15px;
	}

#price table {
	border: 1px solid #ccc;
	font-size: 100%;
	}
#price table tr th,
#price table tr td {
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	}

/*---------- 14  QandA -----------*/

#qanda #content #title01 { background: url(../images/qanda_h2-01.jpg) 0 0 no-repeat; }
#qanda #content #title02 { background: url(../images/qanda_h3-02.jpg) 0 0 no-repeat; }

#qanda #content dl dt {
	padding-bottom: 5px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 3px;
	}
#qanda #content dl dd .image_l {
	margin: 0 10px 0 0;
	}

/*---------- 15  Contact -----------*/

#contact #content #title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }

#contact #content table td.subject { width: 230px; }
#contact #content table td.subject span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}

#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0ffd0;
	font-size: 100%;
	color: #666;
	margin-left: 40px;
	}
#contact #content table {
	width: 500px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddffdd;
	}

#content table th {
	background: #efffef;
	color: #636570;
	}

#contact #content table td.price,
#contact #content table td.ratio { text-align: right; }


/*---------- 16  Access -----------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access #content #title04 { background: url(../images/access_h3-04.jpg) 0 0 no-repeat; }


#access #content #navigator {
	position: relative;
	margin: 0;
	}
#access #content #navigator p {
	margin: 0;
	padding: 0;
	}

#access #content #navigator p img {
	display: block;
	}
#access #content #navigator ol,
#access #content #navigator li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#access #content #navigator #point01 {
	position: absolute;
	top: 142px;
	left: 45px;
	}
#access #content #navigator #point02 {
	position: absolute;
	top: 142px;
	left: 124px;
	}
#access #content #navigator #point03 {
	position: absolute;
	top: 142px;
	left: 22px;
	}
#access #content #navigator #point04 {
	position: absolute;
	top: 75px;
	left: 107px;
	}
#access #content #navigator #point05 {
	position: absolute;
	top: 78px;
	left: 145px;
	}


* html body#access #content #navigator #point01 { top: 145px; left: 47px; }
* html body#access #content #navigator #point02 { top: 145px; left: 126px; }
* html body#access #content #navigator #point03 { top: 145px; left: 26px; }
* html body#access #content #navigator #point04 { top: 78px; left: 107px; }
* html body#access #content #navigator #point05 { top: 82px; left: 145px; }



/*---------- 17  Sitemap -----------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
.image_r .right{
padding-left:100px;
	}