@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  Medical                     */
/*                 11  Caries                      */
/*                 12  Infant                      */
/*                 13  Perio                       */
/*                 14  White                       */
/*                 15  Denture                     */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Light Blue     #4eb1fd      */
/*        Main Color - Blue           #535fd3      */
/*                                                 */
/*==================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_bg.jpg) repeat-y;
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #2636b0;
	border-right: 1px solid #2636b0;
	}

* html #wrapper { width: 802px; }

#main {
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.jpg) 0 0 repeat-y;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding-top: 10px;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	width: 800px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 81px; }

h1 {
	text-indent: -9999px;
	width: 250px;
	height: 50px;
	line-height: 1.0;
	float: left;
	margin-top: 22px;
	margin-left: 10px;
	}
h1 a {
	display: block;
	width: 250px;
	height: 50px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 205px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 45px;

	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 19px;
	margin-top: 15px;
	margin-bottom: 3px;
	}

#header_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	}
#header_nav li a {
	display: block;
	padding-left: 20px;
	margin-left: 5px;
	}

#nav01 { }
#nav02 { }

#nav01 a {
	background: url(../images/header_nav_image.png) 0 center no-repeat;
	text-decoration: none;
	}
#nav02 a {
	background: url(../images/header_nav_image.png) 0 center no-repeat;
	text-decoration: none;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 15px 0 0 0;
	background: #adcbe5 url(../images/nav_header.png) 0 0 no-repeat;
	border-top: 2px solid #ffffff;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	}
#nav li {
	margin-left: 9px;
	height: 35px;
	}

#nav li a {
	display: block;
	width: 162px;
	height: 32px;
	}
#nav03 a { background: url(../images/nav.png) -162px 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) -162px -32px no-repeat; }
#nav05 a { background: url(../images/nav.png) -162px -64px no-repeat; }
#nav06 a { background: url(../images/nav.png) -162px -96px no-repeat; }
#nav07 a { background: url(../images/nav.png) -162px -128px no-repeat; }
#nav08 a { background: url(../images/nav.png) -162px -160px no-repeat; }
#nav09 a { background: url(../images/nav.png) -162px -192px no-repeat; }
#nav10 a { background: url(../images/nav.png) -162px -224px no-repeat; }
#nav11 a { background: url(../images/nav.png) -162px -256px no-repeat; }
#nav12 a { background: url(../images/nav.png) -162px -288px no-repeat; }
#nav13 a { background: url(../images/nav.png) -162px -320px no-repeat; }
#nav14 a { background: url(../images/nav.png) -162px -352px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) 0 -32px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) 0 -64px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) 0 -96px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) 0 -128px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) 0 -192px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) 0 -224px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) 0 -256px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) 0 -288px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) 0 -320px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) 0 -352px no-repeat; }


#nav p {
	text-align: center;
	height: 55px;
	}

#nav #nav_info {clear:both;
  margin: 15px 0 0 0;
  }
#nav #nav_info li {text-indent: 0;
  }

#nav #nav_qr {
	clear: both;
	margin: 55px 0 0 0;
  }
#nav #nav_qr li {
	text-align: center;
	text-indent: 0;
	margin: 55px 0 0 0;
  }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #213ab1 url(../images/footer.png) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #ffffff;
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; }

#footer a {
	text-decoration: none;
	color: #ffffff;
	}
#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; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	height: 28px;
	text-indent: -9999px;
	}
#content h4 {
	text-indent: 20px;
	color: #213ab1;
	font-size: 100%;
	font-weight: 900;
        background: url(../images/list.png) 0 center no-repeat;
	margin: 8px 0 10px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .5em .2em;
	color: #586BC4;
	border-left: 5px solid #cccccc;
	padding-left: 3px;
	}

#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: #535fd3; }
a:hover { color: #4eb1fd; }

#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;
	}

.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: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}
#content ul.totop li a:hover { background: url(../images/to_top.png) 0 -20 no-repeat; }

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	color: #586BC4;
	}

.pagelink { text-align: right; }

/*---------- 07  Index -----------*/

#index #header h2 {
width: 800px;
height: 262px;

}

#index .holiday { color: #f00; font-weight: bold; line-height: 1.3; }

#index #title01 { background: url(../images/index_h3-01.png) 0 0px no-repeat; }
#index #title04 { background: url(../images/new.jpg) 0 0px no-repeat; }

#index .pickup {
	width: 262px;
	background: url(../images/index_pickup_bg.png) 0 0 repeat-y;
	border-bottom: 1px solid #acb5e0;
	margin: 5px;
	display: inline;
	}

#index .pickup .image_l { margin: 0; }
#index .pickup .image_l img {
	display: block;
	margin: 5px;
	}

#index .pickup .pickup_description {
	margin: 5px;
	margin-left: 60px;
	padding: 0;
	}

#index .pickup h4 {
	width: 262px;
	height: 33px;
	margin: 0;
	text-indent: -9999px;
	}

#pickup01 h4 { background: url(../images/index_pickup-01.png) 0 0 no-repeat; }
#pickup02 h4 { background: url(../images/index_pickup-02.png) 0 0 no-repeat; }
#pickup03 h4 { background: url(../images/index_pickup-03.png) 0 0 no-repeat; }
#pickup04 h4 { background: url(../images/index_pickup-04.png) 0 0 no-repeat; }
#pickup05 h4 { background: url(../images/index_pickup-05.jpg) 0 0 no-repeat; }

#index .detail {
	width: 85px;
	height: 10px;
	margin: 0;
	float: right;
	}
#index .detail a {
	display: block;
	width: 85px;
	height: 10px;
	margin: 0;
	background: url(../images/detail.png) 0 0 no-repeat;
	text-indent: -9999px;
	line-height: 10px;
	}

#index #index_information {
	clear: both;
	width: 577px;
	height: 207px;
	background: url(../images/index_information_bg.png) 0 0 no-repeat;
	margin-left: 25px;
	}

#index #index_information dl {
	margin: 0 20px;
	}
#index #index_information dl dt {
	padding-left: 15px;
	background: url(../images/list.png) 0 center no-repeat;
	float: left;
	}
#index #index_information dl dd {
	margin-left: 90px;
	}
#index #index_information .image_r {
	margin: 0 30px; 0 0;
	padding: 0;
	display: inline;
	}
#index #index_information .image_r p {
	margin: 0;
	padding: 0;
	}
#index #index_information .image_r .detail {
	float: none;
	}


/*---------- 08  Concept -----------*/

#concept #title01 { background: url(../images/concept_h2.png) 0 0 no-repeat; }
#concept #title02 { background: url(../images/concept_h3-01.png) 0 0 no-repeat; }
#concept #title03 {
	background: url(../images/concept_h3-02.png) 0 0 no-repeat;
	margin-top: 10px;
}

#concept dl,
#concept dl dt,
#concept dl dd,
#concept dl dd ul,
#concept dl dd li { margin: 0; text-indent: 0; padding: 0; }

#concept dl dd ul { margin-right: 50px; }

#concept .image_l { padding-top: 50px; }
#concept #concept_description { margin-left: 230px; }

/*---------- 09  Clinic -----------*/

#clinic #title01 { background: url(../images/clinic_h2.png) 0 0 no-repeat; }
#clinic #title02 { background: url(../images/clinic_h3-01.png) 0 0 no-repeat; }

#clinic .clinic_description {
	margin-left: 230px;
	}

/*---------- 10  Medical -----------*/

#medical #title01 { background: url(../images/medical_h2.png) 0 0 no-repeat; }
#medical #title02 { background: url(../images/medical_h3-01.png) 0 0 no-repeat; }

#medical dt { 
	text-indent: 20px;
	color: #213ab1;
	
	font-weight: 900;
        background: url(../images/list.png) 0 center no-repeat;
	margin: 0px 0 10px;
	}
#medical dd { margin-bottom: 20px; }







/*---------- 11  Caries -----------*/

#caries #title01 { background: url(../images/caries_h2.png) 0 0 no-repeat; }
#caries #title02 { background: url(../images/caries_h3-01.png) 0 0 no-repeat; }
#caries #title03 { background: url(../images/caries_h3-02.png) 0 0 no-repeat; }

#medical .pagelink { text-align: right; }
#medical dd { margin-bottom: 20px; }


/*---------- 12  Infant -----------*/

#infant #title01 { background: url(../images/infant_h2.png) 0 0 no-repeat; }
#infant #title02 { background: url(../images/infant_h3-01.png) 0 0 no-repeat; }
#infant #title03 { background: url(../images/infant_h3-02.png) 0 0 no-repeat; }

#infant #content ul.merit {
	border: 1px solid #cccccc;
	}
#infant #content ul.merit,
#infant #content ul.merit li {
	list-style-type: disc; 
	padding: 0;
	}
#infant #content ul.merit li {
	margin: 5px;
	margin-left: 25px;
	}

/*---------- 13  Perio -----------*/

#perio #title01 { background: url(../images/perio_h2.png) 0 0 no-repeat; }
#perio #title02 { background: url(../images/perio_h3-01.png) 0 0 no-repeat; }

#perio ol {
	margin: 1em 30px;
	background: #eee;
	}
#perio ol li {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .5em .2em;
	color: #586BC4;
	}

/*---------- 14  White -----------*/

#white #title01 { background: url(../images/white_h2.png) 0 0 no-repeat; }
#white #title02 { background: url(../images/white_h3-01.png) 0 0 no-repeat; }

#white #white_flow {
padding: 10px;
border: 3px double #b1befb;
}
#white #white_flow li {
list-style-position: inside;
padding: 20px;
}
#white #white_flow #flow_01,
#white #white_flow #flow_02 {
background: url(../images/arrow.png) center bottom no-repeat;
padding-bottom: 30px;
}
#white #white_flow #flow_03 {
background: url(../images/white_img04.png) right center no-repeat;
padding-right: 246px;
}

/*---------- 15  Denture -----------*/

#denture #title01 { background: url(../images/denture_h2.png) 0 0 no-repeat; }
#denture #title02 { background: url(../images/denture_h3-01.png) 0 0 no-repeat; }

#denture_list { border-left: 3px solid #586BC4; }
#denture_list li {
	padding-left: 0;
	color: #586BC4;
	}

/*---------- 16  Access -----------*/

#access #title01 { background: url(../images/access_h2.png) 0 0 no-repeat; }
#access #title02 { background: url(../images/access_h3-01.png) 0 0 no-repeat; }
#access #title03 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }

#access #content #access-map { margin-bottom: 20px; }
#access #content dl dt {
	float: left;
	}
#access #content dl dd {
	margin-left: 50px;
	}
#access #content table {
	border: 1px solid #ccc;
	font-size: 100%;
	color: #666;
	}
#access #content table tr th,
#access #content table tr td {
	border: 1px solid #ccc;
	padding: 2px 1.5em;
	color: #586BC4;
	}
#access #content #access_info {
	margin-left: 260px;
	}
	
#access #content #access_info02 {
	margin-left: 260px;
	}

#access #content #navigator {
	position: relative;
	margin: 0 0 40px 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: 143px;
	left: 121px;
	}
#access #content #navigator #point02 {
	position: absolute;
	top: 155px;
	left: 183px;
	}
#access #content #navigator #point03 {
	position: absolute;
	top: 155px;
	left: 155px;
	}
#access #content #navigator #point04 {
	position: absolute;
	top: 205px;
	left: 167px;
	}
#access #content #navigator #point05 {
	position: absolute;
	top: 202px;
	left: 207px;
	}
#access #content #navigator #point06 {
	position: absolute;
	top: 190px;
	left: 172px;
	}
#access #content #navigator #point07 {
	position: absolute;
	top: 173px;
	left: 207px;
	}

* html body#access #content #navigator #point01 { top: 147px; left: 121px; }
* html body#access #content #navigator #point02 { top: 159px; left: 183px; }
* html body#access #content #navigator #point03 { top: 159px; left: 155px; }
* html body#access #content #navigator #point04 { top: 209px; left: 167px; }
* html body#access #content #navigator #point05 { top: 206px; left: 207px; }
* html body#access #content #navigator #point06 { top: 194px; left: 172px; }
* html body#access #content #navigator #point07 { top: 177px; left: 207px; }


/*---------- 17  Sitemap -----------*/

#sitemap #title01 { background: url(../images/sitemap_h2.png) 0 0 no-repeat; }
#sitemap dt { 
	text-indent: 20px;
	color: #213ab1;
	font-size: 100%;
	font-weight: 900;
        background: url(../images/list.png) 0 center no-repeat;
	margin: 3px 0 10px;
	}
#sitemap dd { margin-bottom: 20px; }


#sec_information {
	clear: both;
	width: 577px;
	height: 207px;
	background: url(../images/index_information_bg.png) 0 0 no-repeat;
	margin-left: 20px;
	}
#sec_information #title02 {
	width: 550px;
	height: 39px;
	background: url(../images/index_information_header.png) 0 bottom no-repeat;
	margin: 0 10px 5px;
	text-indent: -9999px;
	}
#sec_information dl {
	margin: 0 20px;
	}
#sec_information dl dt {
	padding-left: 15px;
	background: url(../images/list.png) 0 center no-repeat;
	float: left;
	}
#sec_information dl dd {
	margin-left: 120px;
	}
#sec_information .image_r {
	margin: 0 30px; 
	padding: 0;
	display: inline;
	}
#sec_information .image_r p {
	margin: 0;
	padding: 0;
	}
#sec_information .image_r .detail {
	float: none;
	}
#sec_information .detail {
	width: 85px;
	height: 10px;
	margin: 0;
	float: right;
	}
#sec_information .detail a {
	display: block;
	width: 85px;
	height: 10px;
	margin: 0;
	background: url(../images/detail.png) 0 0 no-repeat;
	text-indent: -9999px;
	line-height: 10px;
	}




#seca_information {
	clear: both;
	width: 577px;
	height: 200px;
	background: url(../images/index_information_bg2.png) 0 0 no-repeat;
	margin-left: 20px;
	line-height:14px;
	
	}
#seca_information #title02 {
	width: 550px;
	height: 39px;
	background: url(../images/index_information_header.png) 0 bottom no-repeat;
	margin: 0 10px 5px;
	text-indent: -9999px;
	}
#seca_information dl {
	margin-left: 20px;
	}
#seca_information dl dt {
	padding-left: 0px;
	background: url(../images/list.png) 0 center no-repeat;
	float: left;
	}
#seca_information dl dd {
	margin-left: 70px;
	}
#seca_information .image_r {
	margin: 0 30px; 
	padding: 0;
	display: inline;
	}
#seca_information .image_r p {
	margin: 0;
	padding: 0;
	}
#seca_information .image_r .detail {
	float: none;
	}
#seca_information .detail {
	width: 85px;
	height: 10px;
	margin: 0;
	float: right;
	}
#seca_information .detail a {
	display: block;
	width: 85px;
	height: 10px;
	margin: 0;
	background: url(../images/detail.png) 0 0 no-repeat;
	text-indent: -9999px;
	line-height: 10px;
	}


/* ---------->>> 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 #ccc;
	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: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #ccc;
	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 #ccc;
}

.jTip{
cursor:help;
}


