@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  Flow                        */
/*                 11  General                     */
/*                 12  Aesthe                      */
/*                 13  Implant                     */
/*                 14  Denture                     */
/*                 15  Bite                        */
/*                 16  Ortho                       */
/*                 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: #f5f5e6 url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	width: 802px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	width: 800px;
	margin: 0;
	padding: 0 1px;
	background: url(../images/main_bg.jpg) repeat-y;
	}
* html body #main { width: 802px; }

#content {
	width: 590px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #474f8c;
	background: #fff;
	padding: 232px 0 1em 0;
	background: url(../images/content_bg.jpg) 0 0 no-repeat;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 99px;
	width: 802px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 220px;
	height: 85px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 220px;
	height: 85px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 196px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 70px;
	}
#header p.tel img { display: block; }

#header-nav {
	margin: 0;
	padding: 0 16px 0 0;
	width: 180px;
	text-align: right;
	}
* html body #header-nav { width: 196px; }

#header-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #ccc;
	}

#header-nav li a {
	text-decoration: none;
	color: #fff;
	}
#header-nav li a:hover {
	color: #144ca9;
	background: #fff;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 210px;
	float: left;
	padding: 100px 0 20px 0;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
	}

#nav #to-reserve {
	margin: 0 0 7px 0;
	padding: 0;
	}
#nav #to-reserve img {
	display: block;
	margin: 0 auto;
	width: 190px;
	}

#nav dl,
#nav dt,
#nav dd {
	margin: 0;
	padding: 0;
	}

#nav dt {
	height: 30px;
	text-indent: -9999px;
	}
#c01 { background: url(../images/nav_c01.jpg) 0 0 no-repeat; }
#c02 { background: url(../images/nav_c02.jpg) 0 0 no-repeat; }

#nav dd { height: 34px; }
#nav dd a {
	display: block;
	height: 34px;
	line-height: 34px;
	text-indent: 36px;
	text-decoration: none;
	background: url(../images/nav_dd.jpg) 0 0 no-repeat;
	}
#nav dd a:hover { background: url(../images/nav_dd.jpg) 0 -34px no-repeat; }

#nav #main-menu {
	padding-bottom: 20px;
	background: url(../images/main-menu.jpg) bottom no-repeat;
	}

#nav p { text-align: center; }

#nav #box_info{
	background-color: #FFFFFF;
	width: 170px;
	padding: 10px 0px  10px 10px;
	margin: 0 0 0 18px;
}

#nav #box_info p{
	text-align: left;
	color: #126acc;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}

#nav #box_info p.space01{
	margin-top: 10px;
}

#nav #box_info .ti01{
	font-weight: bold;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #ccc;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer-content {
	width: 802px;
	height: 70px;
	margin: 0 auto;
	padding-top: 12px;
	background: url(../images/footer-content_bg.jpg) top no-repeat;
	}
* html body #footer-content { height: 82px; }


#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 2em;
	padding: 0;
	text-align: left;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	clear: both;
	height: 44px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -5px;
	}
#content h4 {
	height: 25px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 5px no-repeat;
	padding-left: 12px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #214ca3;
	outline: none;
	}
a:hover { color: #2491c4; }

#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.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 167px;
	height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 24px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 20px;
	background: url(../images/caution.jpg) 0 2px 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: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content .detail {
	clear: both;
	width: 116px;
	height: 20px;
	margin: 0;
	padding: 0 0 20px 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content .detail a {
	display: block;
	height: 20px;
	background: url(../images/to_detail.jpg) 0 0 no-repeat;
	}



/*---------- 07  Index -----------*/

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h2#title02 {
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	margin: 0;
	height: 31px;
	}
#index h2#title03 {
	background: url(../images/index_h2-03.jpg) 0 0 no-repeat;
	margin: 0;
	height: 31px;
	}
#index h2#title04 { background: url(../images/index_h2-04.jpg) 0 0 no-repeat; }
#index h2#title05 { background: url(../images/index_h2-05.jpg) 0 0 no-repeat; }
#index h3#title06 { background: url(../images/index_h3-06.jpg) 0 0 no-repeat; }


#index #pickup { padding: .5em 25px 2em 25px; }

#index #pickup .alpha {
	width: 234px;
	float: left;
	background: url(../images/index_pickup_alpha.jpg) bottom no-repeat;
	}
#index #pickup .alpha p {
	margin-right: 4px;
	margin-left: 7px;
	}

#index #pickup .beta {
	width: 280px;
	float: right;
	background: url(../images/index_pickup_beta.jpg) bottom no-repeat;
	color: #fff;
	}
#index #pickup .beta p {
	margin: 0 12px 8px 12px;
	padding-top: 6px;
	line-height: 1.4;
	}
#index #pickup .beta p.photo {
	margin: 0;
	padding: 0 0 0 5px;
	width: 192px;
	float: left;
	}
* html body#index #pickup .beta p.photo { width: 192px; }

#index #pickup .beta img { display: block; }

#index #pickup .beta ul {
	margin: 0;
	padding: 0;
	}
#index #pickup .beta ul li {
	margin: 0;
	padding: 6px 0 0 6px;
	height: 58px;
	line-height: 1.0;
	list-style: none;
	background-image: none;
	}
* html body#index #pickup .beta ul li { padding-left: 3px; }
#index #pickup .beta ul li img { display: block; }

#index #clinic-info { padding: .5em 25px 1em 25px; }

#index #clinic-info .alpha {
	width: 200px;
	float: left;
	}
#index #clinic-info .beta {
	width: 324px;
	float: right;
	}
#index #clinic-info .beta dl,
#index #clinic-info .beta dt { margin-left: 0; }
#index #clinic-info .beta dt {
	width: 4em;
	float: left;
	}
#index #clinic-info .beta dd { margin-left: 4em; }

#index #information dt {
	width: 6em;
	float: left;
	}
#index #information dd { margin-left: 6em; }


#index .news{	
	padding: 0 0 0 30px;
	color: #333333;
}

#index .red{ color: #FF0000;}

/*---------- 08  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }

#staff #content .alpha {
	width: 160px;
	float: left;
	}
#staff #content .beta {
	width: 360px;
	float: right;
	}
#staff #content .beta dt {
	width: 5em;
	float: left;
	}
#staff #content .beta dd { margin-left: 5em; }



/*---------- 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 #content .alpha {
	width: 200px;
	float: left;
	text-align: center;
	}
#clinic #content .beta {
	width: 300px;
	float: right;
	padding-top: 10px;
	}
#clinic #content li dl,
#clinic #content li dt { margin-left: 0; }
#clinic #content dt {
	width: 6em;
	float: left;
	}
#clinic #content dd { margin-left: 6em; }
#clinic #content dl.org dt {
	width: 9em;
	float: left;
	}
#clinic #content dl.org dd { margin-left: 9em; }

#clinic #content .author { text-align: right; }


/*---------- 10  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h3#title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-01.jpg) 0 0 no-repeat; }

#flow .section .system {
	width: 540px;
}

#flow .section .system .system_l {
  float: left;
	width: 265px;
	margin: 15px 0;
}

#flow .section .system .system_r {
  float: right;
	width: 265px;
	margin: 15px 0;
}

.large {font-weight: bold; font-size: 110%;}
.ml15 {margin-left: 15px;}



/*---------- 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 #content .section.flow_c {
	padding-bottom: 16px;
	background: url(../images/arrow_down.jpg) 130px bottom no-repeat;
	}


/*---------- 12  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-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; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-07.jpg) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/aesthe_h4-08.jpg) 0 0 no-repeat; }


/*---------- 13  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant h3#title05 { background: url(../images/implant_h3-05.jpg) 0 0 no-repeat; }

#implant .section p.image_l {width:200px;}
#implant .section p.image_r {width:200px;}


/*---------- 14  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 h4#title03 { background: url(../images/denture_h4-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; }



/*---------- 15  Bite -----------*/

#bite h2#title01 { background: url(../images/bite_h2-01.jpg) 0 0 no-repeat; }
#bite h3#title02 { background: url(../images/bite_h3-02.jpg) 0 0 no-repeat; }



/*---------- 16  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 h3#title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho h3#title05 { background: url(../images/ortho_h3-05.jpg) 0 0 no-repeat; }
#ortho h3#title06 { background: url(../images/ortho_h3-06.jpg) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }
#ortho h4#title12 { background: url(../images/ortho_h4-12.jpg) 0 0 no-repeat; }



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }



