@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  General                     */
/*                 11  Implant                     */
/*                 12  Aesthe                      */
/*                 13  Whitening                   */
/*                 14  Prevent                     */
/*                 15  Ortho                       */
/*                 16  Perio                       */
/*                 17  Access                      */
/*                 18  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Blue Grey      #569bb5      */
/*        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_bg.png) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 10px;
	width: 800px;
	}
* html body #main { width: 800px; }

#content {
	width: 620px;
	background: url(../images/content_bg.png) 0 0 no-repeat;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 100px;
	width: 800px;
	margin: 0;
	padding: 0 10px;
	}
* html body #header { width: 820px; }

h1 {
	text-indent: -9999px;
	width: 300px;
	height: 48px;
	margin: 40px 0 0 0;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 300px;
	height: 48px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	width: 160px;
	float: right;
	height: 70px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 16px 0 0 0;
	padding: 0;
	list-style: none;
	width: 140px;
	height: 24px;
	float: left;
	}

#header_nav li {
	height: 24px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 24px;
	}

#nav01 { width: 65px; }
#nav02 { width: 75px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -65px 0 no-repeat;
	width: 75px;
	}

#header address {
    clear: both;
    height: 30px;
    margin: 0;
    padding: 0;
	background: url(../images/header_address.png) 0 0 no-repeat;
    text-indent: -9999px;
    }


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav h2 {
    text-indent: -9999px;
    height: 36px;
    margin: 0;
    padding: 0;
    background: url(../images/nav_h2.png) 0 0 no-repeat;
    }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -245px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -315px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -315px no-repeat; }

#nav p { text-align: right; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 10px 14px 10px;
	margin: 0;
	font-size: 85%;
	text-align: center;
	color: #569bb5;
	width: 800px;
    background: url(../images/footer_bg.png) left bottom no-repeat;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; width: 820px; } /*  for IE6 only */


#footer a { text-decoration: none;	}
#footer a:hover { text-decoration: underline; }

#footer .section a { color: #fff; }


#footer .section {
    background: url(../images/footer-section.png) 0 0 no-repeat;
    height: 50px;
    padding: 5px 0;
    margin: 0;
    color: #ddd;
    }

#footer p.tel {
    margin: 0 0 0 18px;
    padding: 0;
    width: 160px;
    float: left;
    }
#footer .p.tel img { display: block; }

#footer #footer_nav {
    width: 480px;
    float: right;
    text-align: left;
    }

#footer ul {
    margin: 5px 10px 0px 0 ;
    padding: 0;
    line-height: 1.2;
    }


#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px .5em 30px; }
.section .section { padding: 0; }
.section .sr_sc { padding: 0px 10px .5em 10px; }

p.center { text-align: center; }


#top-img {
    margin: 0 15px 10px 25px;
    padding: 0;
    }
#top-img { display: block; }

#index #wrapper #main #content #concept {
	margin: 0 0 10px 25px;
}

#index #wrapper #main #content #movie {
	margin: 0 0 0 25px;
}

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px 0 25px;
	}
#content h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	margin-left: 0;
	}
#content h4 {
	height: 32px;
	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.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 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 30px;
	background: url(../images/arrow_h.png) center 40% no-repeat;
	}
.case img {
	display: block;
	}

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	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 */

.detail {
	clear: both;
	text-align: right;
	margin-right: 1em;
	}
.raquo {
	font-weight: bold;
	font-size: 124%;
	}

#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 6px;
	border: 1px solid #ddddff;
	}
	
#content table th {
	background: #efefff;
	color: #636570;
	}
	
.text_r {
	color: #FF0000;
	}


/*---------- 07  Index -----------*/

#index h2#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	margin: 0;
	}
#index h2#title02 {
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	margin: 0;
	height: 26px;
	}
#index h2#title03 {
	background: url(../images/index_h2-03.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	height: 36px;
	}
#index h3#title04 {
	background: url(../images/index_h3-04.png) 0 0 no-repeat;
	margin: 0;
	height: 25px;
	}
#index h3#title05 {
	background: url(../images/index_h3-05.png) 0 0 no-repeat;
	margin: 0;
	height: 25px;
	}
#index h3#title06 {
	background: url(../images/index_h3-06.png) 0 0 no-repeat;
	margin: 0;
	height: 25px;
	}

#index #greeting {
    width: 350px;
    float: left;
	}
#index #information {
    width: 180px;
	height: 150px;
    float: right;
    margin-top: 10px;
    padding: 5px;
    background: #f0f0f0;
	}
* html body#index #information { width: 200px; }



#index #content #information #news_tiny {
	width: 175px;
	height:110px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#index #content #information #news_tiny table{
	width: 155px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#index #content #information #news_tiny table th,
#index #content #information #news_tiny table td{
	border-spacing: 0;
	border: none;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #727272;
	background: none;
}

#index #content #information #news_tiny table td.tn_date{
	color: #569bb5;
	padding: 10px 0 0 0;
	vertical-align: top;
}

#index #content #information #news_tiny a{
	background: none;
}


/*


#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 6px;
	border: 1px solid #ddddff;
	}
	
#content table th {
	background: #efefff;
	color: #636570;
	}



*/



#index .pickup-content {
    width: 180px;
    float: left;
	margin-right: 12px;
	border: 1px solid #569bb5;
	}
#index .pickup-content.nil { margin-right: 0; }

* html body#index .pickup-content { width: 182px; }

#index .pickup-content p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	}
#index .pickup-content p img { display: block; }

#index .pickup-content p.description { padding: 6px 8px; }

#index .pickup-content p.detail {
	width: 100px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	text-align: left;
	background-image: none;
	}
#index .pickup-content p.detail a {
	display: block;
	height: 22px;
	background: url(../images/index_detail.png) 0 0 no-repeat;
	}


#index #content .alpha {
	width: 180px;
	float: left;
	}
#index #content .beta {
	width: 380px;
	float: right;
	}

#index #content .beta dt {
	width: 80px;
	float: left;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#index #content .beta dd { margin-left: 100px; }


#index .doc-bnr a { 
display:block;
background:url(../images/doc-bnr.jpg) 0 0 no-repeat;
height:86px;
width:576px;
margin-left:27px;
outline:none;
text-indent:-9999px;
}
#index .doc-bnr a:hover { background-position:bottom; }

/*---------- 08  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h4#title03 { background: url(../images/staff_h4-03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff h4#title08 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }









#staff #content .vcard {
	width: 200px;
	float: left;
	}

#staff #content .profile {
	width: 340px;
	float: right;
	margin-top: 1em;
	}



/*---------- 09  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 250px;
	float: left;
	clear: both;
	}
#clinic #content .beta {
	width: 250px;
	float: right;
	}




/*---------- 10  General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.png) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.jpg) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.png) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.png) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.png) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.png) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.png) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.png) 0 0 no-repeat; }
#general h4#title11 { background: url(../images/general_h4-11.jpg) 0 0 no-repeat; }
#general #content .alpha {
	width: 240px;
	float: left;
	}

#general #content .beta {
	width: 300px;
	float: right;
	}



/*---------- 11  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.png) 0 0 no-repeat; }



/*---------- 12  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h4#title03 { background: url(../images/aesthe_h4-03.png) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.png) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.png) 0 0 no-repeat; }



/*---------- 13  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.png) 0 0 no-repeat; }



/*---------- 14  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }



/*---------- 15  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.png) 0 0 no-repeat; }

#ortho #content .image_l {
	width: 142px;
	}



/*---------- 16  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.png) 0 0 no-repeat; }
#perio h3#title05 { background: url(../images/perio_h3-05.png) 0 0 no-repeat; }
#perio h3#title06 { background: url(../images/perio_h3-06.png) 0 0 no-repeat; }


#perio #content .image_l { margin-right: 36px; }


/*---------- 17  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access h4#title03 { background: url(../images/access_h4-03.png) 0 0 no-repeat; }

#access #content .image_l { margin-right: 36px; }

#access #content table.office-hour th.saturday { color: blue; }
#access #content table.office-hour th.sunday { color: red; }
#access #content table.office-hour td { text-align: center; }
#access #content table td.even { background: #f7f7ff; }


/*---------- 18  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }



