@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Ortho                       */
/*                 09  Self Check                  */
/*                 10  Choose                      */
/*                 11  Gen 20                      */
/*                 12  Gen 30                      */
/*                 13  Gen 40                      */
/*                 14  Foreign                     */
/*                 15  Case                        */
/*                 16  Present                     */
/*                 17  Clinic                      */
/*                 18  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink Grey      #c65971      */
/*        Main Color - Pink           #f74653      */
/*        Main Color - Bright Pink    #ffeef5      */
/*                                                 */
/*        Sub Color  - Light Blue     #7590de      */
/*                                                 */
/*==================COLOR SCHEME-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) center 320px no-repeat; }*/
body { background: url(../images/body_bg_01.jpg)  top center no-repeat; }

#wrapper {
	background: #fff url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 19px auto 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #c65971;
	}
* html body #wrapper { width: 802px; }

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) left repeat-y;
	}

#content {
	width: 600px;
	float:right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	_padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
	
h1#h1text{
color:#c65971;
font-size:12px;
margin:2px 0 0 20px;
padding:0;
height:14px;
line-height: 1.2;
}

p#top  {
	width: 458px;
	height: 32px;
	margin-top: 23px;
	line-height: 1.0;
	float: left;
	}
p#top a {
	display: block;
	width: 458px;
	height: 32px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 240px;
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	}

#header #h2 {
	text-indent: -9999px;
	width: 240xp;
	height: 25px;
	line-height: 1.0;
	background: url(../images/header_h2.jpg) 0 0 no-repeat;
	margin:0;
	padding:0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	width: 175px;
	height: 28px;
	float: right;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px;
	float: right;
	height: 22px;
	}

#header_nav li {
	height: 22px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 22px;
	}

#nav01 { width: 60px; }
#nav02 { width: 95px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 60px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -60px 0 no-repeat;
	width: 95px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 3px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 42px;
	text-indent: -9999px;
	}
/*#nav .internal li#nav08, li#nav01, li#nav13 { height: 40px; }*/


#nav .internal li a {
	display: block;
	height: 42px;
	}
/*#nav .internal li#nav08 a { height :40px; }*/

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -42px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -84px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -126px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -168px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -252px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -294px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -336px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -378px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -420px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -42px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -84px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -126px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -168px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -252px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -294px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -336px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -378px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -420px no-repeat; }

/*#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -215px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -250px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -285px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -355px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -215px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -250px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -285px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -320px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -355px no-repeat; }
*/
#nav p { margin: 10px 0 0 6px; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 10px 0 0;
	margin: 0;
	border-top: 1px solid #c65971;
	background: #ffeef5 url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	color: #999;
	}
*: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: 4px 1em;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

address {
	margin: 8px 1em;
	text-align: center;
	color: #c65971;
	font-size: 85%;
	line-height: 1.5;
	clear: both;
	}
*:first-child+html address { font-size: 9px; } /*  for IE7 only */
* html body address { font-size: 9px; } /*  for IE6 only */

address a { text-decoration: none; }
address a:hover { text-decoration: underline; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

.center { text-align: center; }

#content h2 {
	height: 58px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 36px;
	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: #c65971;
	outline: none;
	}
a:hover { color: #f74653; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: .5em 16px 16px 0;
	}

.image_r {
	float: right;
	margin: .5em 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;
	}

.detail {
	text-align: right;
	margin-right: 1em;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 85%;
	background-image: none;
	}

p.caution {
	padding-left: 16px;
	background: url(../images/caution.jpg) 0 5px no-repeat;
	}

#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 12px;
	border: 1px solid #ddddff;	
	}
	
#content table th {
	background: #ffeef5;
	color: #636570;
	width: 130px;	
	}
	
#content table span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}



/*---------- 07  Index -----------*/
#index {background: url(../images/body_bg_01.jpg)  top center no-repeat; }
#index #top-img {
	clear: both;
	height: 299px;
	}

#index #top-img p { margin:0; }
* html body#index #top-img p { height: 299px;  }
#index #top-img p img {
	display: block;
	}

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	margin: 0 0 0 478px;
	text-indent: -9999px;
	}
#index p#title02 {
width:540px;
height:48px; 
text-indent:0;
margin:0;
padding:0;
}

#index p#title03 {
	margin: 0 0 3px 0;
	padding:0;
	text-indent:0;
	}
#index p#title04 {
	width: 180px;
	height: 42px;
	margin: 0;
	padding:0;
	line-height: 1.0;
	}
#index p#title05 {
	width: 180px;
	height: 42px;
	margin: 0;
	padding:0;
	line-height: 1.0;
	}
#index p#title06 {
	width: 180px;
	height: 42px;
	margin: 0;
	padding:0;
	line-height: 1.0;
	}

#index #pckp { margin-left: 10px; }

#index .pckp-body {
	width: 190px;
	height:130px;
	margin: 0 0 10px 0;
	float: left;
	background: url(../images/index_pckp-body_bg.jpg) repeat-y;
	}
#index .pckp-body.nil { margin-right: 0; }

#index .pckp-body p { margin: 5px 5px 5px 10px; }

.Sr_fr{float:right;}
#index .Srbanner{
	margin:0 0 10px -5px;
	width:350px;
	height:80px;
	float:left;}
#index #Sr_pckp{
	width:190px;
	float:right;
	margin:0;
	/*height:130pxl*/
}
#index .Sr_pckp-body {
	width: 190px;
	height:130px;
	margin: 0 0 10px 0;
	padding:0;
	float: left;
	background: url(../images/index_pckp-body_bg.jpg) repeat-y;
	}
#index .Sr_pckp-body.nil { margin-right: 0; }

#index .Sr_pckp-body p { margin: 5px 5px 5px 10px; }

#index .Srbanner #banner01 {
	text-indent: -9999px;	
	margin: 0;
	padding: 0;
}

#index .Srbanner #banner01 a {
		display: block;
		width: 350px;
		height: 80px;
		background: url(../images/banner01.jpg) 0 0 no-repeat;
	}
	#index .Srbanner #banner01 a:hover{
		background-position: bottom;
}
.Sr_mt100{margin-top:70px;}
.Sr_mt10{margin-top:10px;}
/*---------- 08  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }


/*---------- 09  Self Check -----------*/

#self-check h2#title01 { background: url(../images/self-check_h2-01.jpg) 0 0 no-repeat; }
#self-check h3#title02 { background: url(../images/self-check_h3-02.jpg) 0 0 no-repeat; }
#self-check h4#title03 { background: url(../images/self-check_h4-03.jpg) 0 0 no-repeat; }
#self-check h4#title04 { background: url(../images/self-check_h4-04.jpg) 0 0 no-repeat; }

#self-check #content fieldset ul { margin-left: 0; }
#self-check #content fieldset li {
	background-image: none;
	padding-left: 0;
	}

/*---------- 10  Choose -----------*/

#choose h2#title01 { background: url(../images/choose_h2-01.jpg) 0 0 no-repeat; }
#choose h3#title02 { background: url(../images/choose_h3-02.jpg) 0 0 no-repeat; }
#choose h4#title03 { background: url(../images/choose_h4-03.jpg) 0 0 no-repeat; }
#choose h4#title04 { background: url(../images/choose_h4-04.jpg) 0 0 no-repeat; }
#choose h4#title05 { background: url(../images/choose_h4-05.jpg) 0 0 no-repeat; }
#choose h4#title06 { background: url(../images/choose_h4-06.jpg) 0 0 no-repeat; }
#choose h4#title07 { background: url(../images/choose_h4-07.jpg) 0 0 no-repeat; }
#choose h4#title08 { background: url(../images/choose_h4-08.jpg) 0 0 no-repeat; }
#choose h4#title09 { background: url(../images/choose_h4-09.jpg) 0 0 no-repeat; }


/*---------- 11  Gen 20 -----------*/

#gen-20 h2#title01 { background: url(../images/gen-20_h2-01.jpg) 0 0 no-repeat; }
#gen-20 h3#title02 { background: url(../images/gen-20_h3-02.jpg) 0 0 no-repeat; }
#gen-20 h4#title03 { background: url(../images/gen-20_h4-03.jpg) 0 0 no-repeat; }
#gen-20 h4#title04 { background: url(../images/gen-20_h4-04.jpg) 0 0 no-repeat; }
#gen-20 h4#title05 { background: url(../images/gen-20_h4-05.jpg) 0 0 no-repeat; }


/*---------- 12  Gen 30 -----------*/

#gen-30 h2#title01 { background: url(../images/gen-30_h2-01.jpg) 0 0 no-repeat; }
#gen-30 h3#title02 { background: url(../images/gen-30_h3-02.jpg) 0 0 no-repeat; }
#gen-30 h4#title03 { background: url(../images/gen-30_h4-03.jpg) 0 0 no-repeat; }
#gen-30 h4#title04 { background: url(../images/gen-30_h4-04.jpg) 0 0 no-repeat; }


/*---------- 13  Gen 40 -----------*/

#gen-40 h2#title01 { background: url(../images/gen-40_h2-01.jpg) 0 0 no-repeat; }
#gen-40 h3#title02 { background: url(../images/gen-40_h3-02.jpg) 0 0 no-repeat; }
#gen-40 h4#title03 { background: url(../images/gen-40_h4-03.jpg) 0 0 no-repeat; }
#gen-40 h4#title04 { background: url(../images/gen-40_h4-04.jpg) 0 0 no-repeat; }


/*---------- 14  Foreign -----------*/

#foreign h2#title01 { background: url(../images/foreign_h2-01.jpg) 0 0 no-repeat; }
#foreign h3#title02 { background: url(../images/foreign_h3-02.jpg) 0 0 no-repeat; }
#foreign h4#title03 { background: url(../images/foreign_h4-03.jpg) 0 0 no-repeat; }
#foreign h4#title04 { background: url(../images/foreign_h4-04.jpg) 0 0 no-repeat; }


/*---------- 15  Case -----------*/

#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-06.jpg) 0 0 no-repeat; }
#case h4#title07 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }
#case h4#title08 { background: url(../images/case_h4-08.jpg) 0 0 no-repeat; }
#case h4#title09 { background: url(../images/case_h4-09.jpg) 0 0 no-repeat; }



/*---------- 16  Present -----------*/

#present h2#title01 { background: url(../images/present_h2-01.jpg) 0 0 no-repeat; }
#present h3#title02 { background: url(../images/present_h3-02.jpg) 0 0 no-repeat; }


/*---------- 17  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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }


/*---------- 18  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3-04.jpg) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3-05.jpg) 0 0 no-repeat; }
#sitemap h3#title06 { background: url(../images/sitemap_h3-06.jpg) 0 0 no-repeat; }
#sitemap h3#title07 { background: url(../images/sitemap_h3-07.jpg) 0 0 no-repeat; }
#sitemap h3#title08 { background: url(../images/sitemap_h3-08.jpg) 0 0 no-repeat; }
#sitemap h3#title09 { background: url(../images/sitemap_h3-09.jpg) 0 0 no-repeat; }
#sitemap h3#title10 { background: url(../images/sitemap_h3-10.jpg) 0 0 no-repeat; }
#sitemap h3#title11 { background: url(../images/sitemap_h3-11.jpg) 0 0 no-repeat; }
#sitemap h3#title12 { background: url(../images/sitemap_h3-12.jpg) 0 0 no-repeat; }

#sitemap h3 a {
	display: block;
	height: 40px;
	}



/*----------------------090218---------------------------*/

#nav #tel_bnr {
	margin: 10px 0 10px 4px;
	padding: 0;
	text-indent: -9999px;
	width: 182px;
	height: 84px;
	background: url(../images/tel_bnr.jpg) 0 0 no-repeat;
}

.section02 {
	margin: 0;
	padding: 0 30px 0 10px;
	width: 560px;
}

	*:first-child+html .section02 {
		margin-top: 10px;
	}
			
	* html .section02 {
		margin-top: 10px;
		padding: 0 5px 0 10px;
		width: 585px;
	}

.section02 #res_bnr {
	text-indent: -9999px;
	float: left;
	margin: 0;
	padding: 0;
}

	.section02 #res_bnr a {
		display: block;
		width: 268px;
		height: 90px;
		outline: 0;
		background: url(../images/res_bnr.jpg) 0 0 no-repeat;
	}
	
		.section02 #res_bnr a:hover, .section02 #inq_bnr a:hover {
			background-position: bottom;
		}
		
.section02 #inq_bnr {
	text-indent: -9999px;
	float: right;
	margin: 0;
	padding: 0;
}

	.section02 #inq_bnr a {
		display: block;
		width: 268px;
		height: 90px;
		outline: 0;
		background: url(../images/inq_bnr.jpg) 0 0 no-repeat;
	}

