@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  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Perio                       */
/*                 12  Denture                     */
/*                 13  Implant_Aesthe              */
/*                 14  Oriental_Medicine           */
/*                 15  General                     */
/*                 16  Recruit                     */
/*                 17  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: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	}
* html body #wrapper { width: 830px; }

#main {
	margin: 0;
	width: 800px;
	}

#content {
	width: 604px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff url(../images/content_bg.jpg) no-repeat;
	padding: 270px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 450px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 450px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 270px;
	float: left;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 13px 0 0 0;
	list-style: none;
	width: 80px;
	height: 67px;
	float: right;
	}
* html body #header_nav { height: 80px; }

#header_nav li {
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a { display: block; }

#nav01 {
	height: 24px;
	margin-top: 13px;
	}
#nav02 {
	height: 25px;
	margin: 0 0 18px 0;
	}


#nav01 a {
	background: url(../images/header_nav.jpg) 0 -13px no-repeat;
	height: 24px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) 0 -37px no-repeat;
	height: 25px;
	}
	
#nav01 a:hover { background: url(../images/header_nav.jpg) -80px -13px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -80px -37px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 196px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal { padding-bottom: 10px; }
#nav .internal li {
	height: 45px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -225px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -196px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -196px -45px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -196px -90px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -196px -135px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -196px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -196px -225px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -196px -270px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -196px -315px no-repeat; }

#nav p { text-align: center; }

#nav div.qr { 
    border: 1px solid #009933;
	width: 180px;
	margin: 0 0 0 8px;
    padding: 0;
	text-align: center;
	}
	
#nav .qr p {
    margin: 15px 0 15px 0;
	}
	
#nav .qr p.txt {
    text-align: left;
	margin: 10px 20px 5px 20px;
    padding: 0;
	}	


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer.jpg) top repeat-x;
	font-size: 85%;
	text-align: center;
	}
*: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: #003021;
	}
#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; }

#content dl.info {
	margin: 0;
}

#content dl.info dt {
	font-weight: normal;
}

#content dl.info dd {
	margin: -22px 0 3px 80px;
}

.fontBold {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.mt20 {
	margin-top: 20px!important;
}


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 30px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 52px;
	text-indent: -9999px;
	margin: 0 20px;
	}
#content h3 {
	clear: both;
	height: 56px;
	text-indent: -9999px;
	}
#content h4 {
	height: 36px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	color: #47a147;
	margin: 1em 0 .3em .3em;
	}
	
#content h6 {
	height: 20px;
	text-indent: -9999px;
	}


#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: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.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;
	}

.flow { 
	height:130px;
	background: url(../images/arrow_f.png) center bottom no-repeat;
			 }
			 
.flows { 
	height:110px;
	background: url(../images/arrow_f.png) center bottom no-repeat;
			 }


#content ul.totop {
	clear: both;
	padding-bottom: 35px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	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 #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 510px;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 150px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#map {
	width: 500px;
	height: 360px;
	border: 2px solid #ccc;
	margin: 18px;
	}

p.green {
	font-size: 100%;
	font-weight: bold;
	color: #47a147;
	}


/*---------- 07  Index -----------*/

#index #content { padding-top: 252px; }

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	margin-left: 30px;
	}

#index h3#title02 {
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	height: 30px;
	margin: 15px 0px 10px 0px;	
	}

#index h2#title03 {
	background: url(../images/index_h2-03.jpg) 0 0 no-repeat;
	margin-left: 30px;
	}
	
	
#index #content #pickup {
	margin: 0 30px;
	padding: 0;
	}
#index #content #pickup li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#index #content #pickup li.alpha {
	width: 252px;
	float: left;
	}
#index #content #pickup li.beta {
	width: 252px;
	float: right;
	}

#index #clinic-info {
	border: 1px solid #47a147;
	margin: 10px 30px 20px 30px;
	}

#index #clinic-info .alpha {
	width: 220px;
	padding: 10px;
	float: left;
	}
#index #clinic-info .beta {
	width: 295px;
	float: right;
	}
#index #clinic-info .beta p {
	margin: 0;
	padding: 0;
	}
#index #clinic-info .beta p img { display: block; }



/*---------- 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 #content .alpha {
	width: 200px;
	float: left;
	}
#concept #content .beta {
	width: 320px;
	float: right;
	}



/*---------- 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 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; }
#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; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }
#clinic h4#title15 { background: url(../images/clinic_h4-15.jpg) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 200px;
	float: left;
	}
#clinic #content .beta {
	width: 320px;
	float: right;
	}
/*---------- 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 #content .alpha {
	width: 200px;
	float: left;
	}
#treatment #content .beta {
	width: 320px;
	float: right;
	}
/*---------- 11  Perio  -----------*/
#perio h2#title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.jpg) 0 0 no-repeat; }
#perio h3#title05 { background: url(../images/perio_h3-05.jpg) 0 0 no-repeat; }
#perio h3#title06 { background: url(../images/perio_h3-06.jpg) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-07.jpg) 0 0 no-repeat; }
#perio h4#title08 { background: url(../images/perio_h4-08.jpg) 0 0 no-repeat; }
#perio h4#title09 { background: url(../images/perio_h4-09.jpg) 0 0 no-repeat; }
#perio h4#title10 { background: url(../images/perio_h4-10.jpg) 0 0 no-repeat; }
#perio h4#title11 { background: url(../images/perio_h4-11.jpg) 0 0 no-repeat; }

#perio #content .alpha {
	width: 200px;
	float: left;
	}
#perio #content .beta {
	width: 320px;
	float: right;
	}

/*---------- 12  Denture -----------*/
#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }

#denture #content .alpha {
	width: 200px;
	float: left;
	}
#denture #content .beta {
	width: 300px;
	float: right;
	}
	
#denture table th,
#denture table td {
	padding: 4px 3px;
	}


#denture #content .left {
	width: 250px;
	height: 180px;
	float: left;
	border: 2px solid #87A55D;
	}
#denture #content .right {
	width: 250px;
	height: 180px;
	float: right;
	border: 2px solid #87A55D;

	}
	
#denture h5 { padding-left:10px; }

/*---------- 13  Implant_Aesthe -----------*/
#implant_aesthe h2#title01 { background: url(../images/implant_aesthe_h2-01.jpg) 0 0 no-repeat; }
#implant_aesthe h3#title02 { background: url(../images/implant_aesthe_h3-02.jpg) 0 0 no-repeat; }
#implant_aesthe h3#title03 { background: url(../images/implant_aesthe_h3-03.jpg) 0 0 no-repeat; }
#implant_aesthe h3#title04 { background: url(../images/implant_aesthe_h3-04.jpg) 0 0 no-repeat; }
#implant_aesthe h3#title05 { background: url(../images/implant_aesthe_h3-05.jpg) 0 0 no-repeat; }
#implant_aesthe h3#title06 { background: url(../images/implant_aesthe_h3-06.jpg) 0 0 no-repeat; }
#implant_aesthe h4#title07 { background: url(../images/implant_aesthe_h4-07.jpg) 0 0 no-repeat; }
#implant_aesthe h4#title08 { background: url(../images/implant_aesthe_h4-08.jpg) 0 0 no-repeat; }
#implant_aesthe h4#title09 { background: url(../images/implant_aesthe_h4-09.jpg) 0 0 no-repeat; }
#implant_aesthe h4#title10 { background: url(../images/implant_aesthe_h4-10.jpg) 0 0 no-repeat; }
#implant_aesthe h4#title11 { background: url(../images/implant_aesthe_h4-11.jpg) 0 0 no-repeat; }


#implant_aesthe #content .alpha {
	width: 200px;
	float: left;
	}
#implant_aesthe #content .beta {
	width: 320px;
	float: right;
	}
	
#implant_aesthe	.casew {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
	
/*---------- 14  Oriental_Medicine -----------*/
#oriental_medicine h2#title01 { background: url(../images/oriental_medicine_h2-01.jpg) 0 0 no-repeat; }
#oriental_medicine h3#title02 { background: url(../images/oriental_medicine_h3-02.jpg) 0 0 no-repeat; }
#oriental_medicine h3#title03 { background: url(../images/oriental_medicine_h3-03.jpg) 0 0 no-repeat; }
#oriental_medicine h3#title04 { background: url(../images/oriental_medicine_h3-04.jpg) 0 0 no-repeat; }

#oriental_medicine #content .alpha {
	width: 200px;
	float: left;
	}
#oriental_medicine #content .beta {
	width: 330px;
	float: right;
	}

/*---------- 15  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 h6#title09 { background: url(../images/general09.jpg) 0 0 no-repeat; }
#general h6#title10 { background: url(../images/general10.jpg) 0 0 no-repeat; }


#general #content .alpha {
	width: 200px;
	float: left;
	}
#general #content .beta {
	width: 330px;
	float: right;
	}

/*---------- 16  Recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }

#rec table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #87A55D;
	font-size: 100%;
	color: #666;
	width: 510px;
	margin-left: 10px;
	}

#rec table th,
#rec table td {
	padding: 4px 12px;
	border: 1px solid #87A55D;
	}

#rec table th {
	background: #C8EA96;
	color: #636570;
	width: 150px;
	text-align:center;
	}

/*---------- 17  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; }

dl#sitemap dt{
	border-bottom: #61AD00 solid 1px;
	border-left: #61AD00 solid 5px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 8px;
}

dl#sitemap dd{
	text-indent: 20px;
	margin-bottom: 15px;
	border-bottom: #61AD00 dotted 1px;
	line-height: 20px;
	font-size: 12px;
}

dl#sitemap dt a:link,dl#sitemap dt a:visited{
	color: #37560A;
	text-decoration: none;
}

dl#sitemap dt a:active,dl#sitemap dt a:hover{
	color: #CFEDBE;
	text-decoration: none;
}

