@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Aesthe                      */
/*                 09  Gums                        */
/*                 10  Teeth                       */
/*                 11  Silver                      */
/*                 12  Front                       */
/*                 13  Implant                     */
/*                 14  Point                       */
/*                 15  Office                      */
/*                 16  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body {
	background: url(../images/bg.jpg) top repeat-x;
	text-align: left;
	}

#wrapper {
	width: 900px;
	margin: 0;
	padding: 0;
	}

#main {
	background: #fff url(../images/main_bg.jpg) top repeat-x;
	margin: 0;
	padding-top: 50px;
	}

#content {
	float: left;
	width: 670px;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}

/*---------- 03  Header -----------*/

#header {
	clear: both;
	height: 270px;
	margin: 0;
	padding: 0;
	}

#index #header { height: 460px; }

#header_nav01 {
	margin: 0 0 0 720px;
	padding: 0;
	height: 10px;
	line-height: 10px;
	font-size: 8px;
	list-style: none;
	}
#header_nav01 li {
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
	list-style: none;
	}
#header_nav01 li a {
	display: block;
	text-indent: -9999px;
	}
#header_nav01 #nav01 a {
	width: 70px;
	background: url(../images/header_nav01.jpg) 0 0 no-repeat;
	}
#header_nav01 #nav02 a { background: url(../images/header_nav01.jpg) -90px 0 no-repeat; }

p.description {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/description.jpg) 0 0 no-repeat;
	}
#index p.description { background: url(../images/index_description.jpg) 0 0 no-repeat; }

h1 {
	float: left;
	width: 590px;
	line-height: 1.0;
	}
h1 a {
	display: block;
	height: 240px;
	text-indent: -9999px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#index h1 a {
	height: 430px;
	background: url(../images/index_h1.jpg) 0 0 no-repeat;
	}

#header_nav02 {
	float: right;
	width: 310px;
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	}

#header_nav02 li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav02 li a {
	display: block;
	text-indent: -9999px;
	}

#nav03 a,
#nav04 a,
#nav05 a {
	height: 45px;
	}

#nav03 a { background: url(../images/header_nav02.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/header_nav02.jpg) 0 -45px no-repeat; }
#nav05 a { background: url(../images/header_nav02.jpg) 0 -90px no-repeat; }
#nav06 a {
	height: 65px;
	background: url(../images/header_nav02.jpg) 0 -135px no-repeat;
	}

#nav03 a:hover { background: url(../images/header_nav02.jpg) -310px 0 no-repeat; }
#nav04 a:hover { background: url(../images/header_nav02.jpg) -310px -45px no-repeat; }
#nav05 a:hover { background: url(../images/header_nav02.jpg) -310px -90px no-repeat; }
#nav06 a:hover { background: url(../images/header_nav02.jpg) -310px -135px no-repeat; }



#index #nav03 a {
	height: 125px;
	background: url(../images/index_header_nav02.jpg) 0 0 no-repeat;
	}
#index #nav04 a {
	height: 85px;
	background: url(../images/index_header_nav02.jpg) 0 -125px no-repeat;
	}
#index #nav05 a {
	height: 80px;
	background: url(../images/index_header_nav02.jpg) 0 -210px no-repeat;
	}
#index #nav06 a {
	height: 100px;
	background: url(../images/index_header_nav02.jpg) 0 -290px no-repeat;
	}

#index #nav03 a:hover { background: url(../images/index_header_nav02.jpg) -310px 0 no-repeat; }
#index #nav04 a:hover { background: url(../images/index_header_nav02.jpg) -310px -125px no-repeat; }
#index #nav05 a:hover { background: url(../images/index_header_nav02.jpg) -310px -210px no-repeat; }
#index #nav06 a:hover { background: url(../images/index_header_nav02.jpg) -310px -290px no-repeat; }



/*----------04  Navigation -----------*/

#content #global_nav {
	margin: 0 30px 0 40px;
	height: 40px;
	}
#content #global_nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	}
#content #global_nav li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	}

#content #global_nav #nav07 a { background: url(../images/global_nav.jpg) 0 0 no-repeat; }
#content #global_nav #nav08 a { background: url(../images/global_nav.jpg) -150px 0 no-repeat; }
#content #global_nav #nav09 a { background: url(../images/global_nav.jpg) -300px 0 no-repeat; }
#content #global_nav #nav10 a { background: url(../images/global_nav.jpg) -450px 0 no-repeat; }

#content #global_nav #nav07 a:hover { background: url(../images/global_nav.jpg) 0 -30px no-repeat; }
#content #global_nav #nav08 a:hover { background: url(../images/global_nav.jpg) -150px -30px no-repeat; }
#content #global_nav #nav09 a:hover { background: url(../images/global_nav.jpg) -300px -30px no-repeat; }
#content #global_nav #nav10 a:hover { background: url(../images/global_nav.jpg) -450px -30px no-repeat; }


#nav {
	width: 220px;
	float: left;
	padding: 0 0 4px;
	background: url(../images/nav.jpg) 0 0 repeat-y;
	border-bottom: 1px solid #ccc;
	}
#nav dl {
	margin: 0 0 30px;
	}
#nav dl dt {
	height: 30px;
	text-indent: -9999px;
	}
#nav dl #nav_title01 { background: url(../images/nav_title01.jpg) 0 0 no-repeat; }
#nav dl #nav_title02 { background: url(../images/nav_title02.jpg) 0 0 no-repeat; }

#nav dl dd {
	margin: 0 1px;
	}
#nav dl dd ul,
#nav dl dd li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul li a {
	display: block;
	padding: 9px 10px;
	color: #333;
	background: #fff;
	text-decoration: none;
	}
#nav ul li.even a {
	background: #eee;
	}
#nav ul li a:hover {
	background: #fde0e4;
	}


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	background: #fff;
	font-size: 85%;
	color: #de91a2;
	}
*: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: #999;
	}
#footer a:hover { text-decoration: underline; }

#footer dl {
	margin: 0 0 0 40px;
	}
#footer dl dt {
	float: left;
	margin: 0;
	width: 240px;
	}
#footer dl dt a {
	display: block;
	margin: 0;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/footer_title01.jpg) 0 0 no-repeat;
	}
#footer dl dd {
	margin: 0 0 0 240px;
	}
#footer dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer dl dd ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	}
#footer dl dd ul li a {
	padding-left: 10px;
	line-height: 30px;
	background: url(../images/footer_li_bg.jpg) 0 1px no-repeat;
	}

address {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 0;
	height: 80px;
	}
address a {
	display: block;
	margin: 0 0 0 590px;
	width: 310px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/copyright.jpg) 0 0 no-repeat;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px .5em 40px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	clear: left;
	height: 60px;
	text-indent: -9999px;
	margin: 0 30px 0 40px;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 35px;
	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/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: #d94778;
	outline: none;
	}
a:hover { color: #e27385; }

#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.jpg) 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: 120px;
	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.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	color: #d94778;
	}

/* 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 */

strong {
	fotn-weight: 100;
	color: #d94778;
	}

.colored {
	background: #eee;
	padding: 5px 9px;
	}

.bordered {
	border: 1px solid #ddd;
	padding: 5px 9px;
	margin-bottom: 5px;
	}

table {
	font-size: 100%;
	border: 0;
	}
table tr th,
table tr td {
	border: 1px solid #ccc;
	}
table tr th {
	background: #eee;
	}
table tr .col_red {
	background: #fad6da;
	}
table tr .col_blue {
	background: #d6e7fa;
	}


/*-------- 07  Index --------*/

#index #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h4-03.jpg) 0 0 no-repeat; }
#index #content #title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index #content #title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }
#index #content #title06 { background: url(../images/index_h3-06.jpg) 0 0 no-repeat; }

#index #content h4 { height: 25px; }

#index .greeting {
	border-bottom: 1px solid #ccc;
	margin: .5em 30px 1em 40px;
	padding: 0 0 2em;
	}

#index .rightbox {
	margin-left: 256px;
	}
#index .rightbox p {
	margin: 0 0 10px 5px;
	line-height: 1.2;
	}
#index .rightbox dl {
	margin: 0 0 10px 5px;
	line-height: 1.2;
	}
#index .rightbox dl dt {
	float: left;
	margin: 0;
	width: 90px;
	font-weight: 100;
	}
#index .rightbox dl dd {
	margin-left: 90px;
	color: #e27385;
	}

#index .rightbox .office_link {
	float: right;
	width: 120px;
	}
#index .rightbox .office_link a {
	display: block;
	height: 20px;
	background: url(../images/index_link01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#index .rightbox .office_link a:hover { background: url(../images/index_link01.jpg) 0 -20px no-repeat; }

/*-------- 08  Aesthe --------*/

#aesthe #content #title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe #content #title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe #content #title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }

#aesthe .aesthe_link {
	margin: 0;
	padding: 0;
	width: 560px;
	height: 280px;
	position: relative;
	background: url(../images/aesthe_links.jpg) 0 0 no-repeat;
	}
#aesthe .aesthe_link li {
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	}
#aesthe .aesthe_link li a {
	display: block;
	height: 130px;
	text-indent: -9999px;
	}

#aesthe .aesthe_link #aesthe_link01 {
	top: 4px;
	left: 85px;
	}
#aesthe .aesthe_link #aesthe_link02 {
	top: 4px;
	left: 295px;
	}
#aesthe .aesthe_link #aesthe_link03 {
	top: 139px;
	left: 145px;
	}
#aesthe .aesthe_link #aesthe_link04 {
	top: 139px;
	left: 355px;
	}

#aesthe .aesthe_link #aesthe_link01 a { background: url(../images/aesthe_links.jpg) -85px -4px no-repeat; }
#aesthe .aesthe_link #aesthe_link02 a { background: url(../images/aesthe_links.jpg) -295px -4px no-repeat; }
#aesthe .aesthe_link #aesthe_link03 a { background: url(../images/aesthe_links.jpg) -145px -139px no-repeat; }
#aesthe .aesthe_link #aesthe_link04 a { background: url(../images/aesthe_links.jpg) -355px -139px no-repeat; }




/*-------- 09  Gums --------*/

#gums #content #title01 { background: url(../images/gums_h2-01.jpg) 0 0 no-repeat; }
#gums #content #title02 { background: url(../images/gums_h3-02.jpg) 0 0 no-repeat; }
#gums #content #title03 { background: url(../images/gums_h4-03.jpg) 0 0 no-repeat; }
#gums #content #title04 { background: url(../images/gums_h3-04.jpg) 0 0 no-repeat; }
#gums #content #title05 { background: url(../images/gums_h3-05.jpg) 0 0 no-repeat; }



/*-------- 10  Teeth --------*/

#teeth #content #title01 { background: url(../images/teeth_h2-01.jpg) 0 0 no-repeat; }
#teeth #content #title02 { background: url(../images/teeth_h3-02.jpg) 0 0 no-repeat; }
#teeth #content #title03 { background: url(../images/teeth_h3-03.jpg) 0 0 no-repeat; }
#teeth #content #title04 { background: url(../images/teeth_h4-04.jpg) 0 0 no-repeat; }
#teeth #content #title05 { background: url(../images/teeth_h4-05.jpg) 0 0 no-repeat; }
#teeth #content #title06 { background: url(../images/teeth_h4-06.jpg) 0 0 no-repeat; }
#teeth #content #title07 { background: url(../images/teeth_h3-07.jpg) 0 0 no-repeat; }



/*-------- 11  Silver --------*/

#silver #content #title01 { background: url(../images/silver_h2-01.jpg) 0 0 no-repeat; }
#silver #content #title02 { background: url(../images/silver_h3-02.jpg) 0 0 no-repeat; }
#silver #content #title03 { background: url(../images/silver_h4-03.jpg) 0 0 no-repeat; }
#silver #content #title04 { background: url(../images/silver_h4-04.jpg) 0 0 no-repeat; }
#silver #content #title05 { background: url(../images/silver_h3-05.jpg) 0 0 no-repeat; }
#silver #content #title06 { background: url(../images/silver_h4-06.jpg) 0 0 no-repeat; }
#silver #content #title07 { background: url(../images/silver_h4-07.jpg) 0 0 no-repeat; }



/*-------- 12  Front --------*/

#front #content #title01 { background: url(../images/front_h2-01.jpg) 0 0 no-repeat; }
#front #content #title02 { background: url(../images/front_h3-02.jpg) 0 0 no-repeat; }
#front #content #title03 { background: url(../images/front_h3-03.jpg) 0 0 no-repeat; }
#front #content #title04 { background: url(../images/front_h4-04.jpg) 0 0 no-repeat; }
#front #content #title05 { background: url(../images/front_h4-05.jpg) 0 0 no-repeat; }
#front #content #title06 { background: url(../images/front_h4-06.jpg) 0 0 no-repeat; }
#front #content #title07 { background: url(../images/front_h3-07.jpg) 0 0 no-repeat; }



/*-------- 13  Implant --------*/

#implant #content #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant #content #title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant #content #title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant #content #title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant #content #title09 { background: url(../images/implant_h4-09.jpg) 0 0 no-repeat; }
#implant #content #title10 { background: url(../images/implant_h4-10.jpg) 0 0 no-repeat; }
#implant #content #title11 { background: url(../images/implant_h4-11.jpg) 0 0 no-repeat; }
#implant #content #title12 { background: url(../images/implant_h3-12.jpg) 0 0 no-repeat; }
#implant #content #title13 { background: url(../images/implant_h3-13.jpg) 0 0 no-repeat; }



/*-------- 14  Point --------*/

#point #content #title01 { background: url(../images/point_h2-01.jpg) 0 0 no-repeat; }
#point #content #title02 { background: url(../images/point_h3-02.jpg) 0 0 no-repeat; }
#point #content #title03 { background: url(../images/point_h4-03.jpg) 0 0 no-repeat; }
#point #content #title04 { background: url(../images/point_h4-04.jpg) 0 0 no-repeat; }
#point #content #title05 { background: url(../images/point_h4-05.jpg) 0 0 no-repeat; }
#point #content #title06 { background: url(../images/point_h4-06.jpg) 0 0 no-repeat; }



/*-------- 15  Office --------*/

#office #content #title01 { background: url(../images/office_h2-01.jpg) 0 0 no-repeat; }
#office #content #title02 { background: url(../images/office_h3-02.jpg) 0 0 no-repeat; }
#office #content #title03 { background: url(../images/office_h4-03.jpg) 0 0 no-repeat; }
#office #content #title04 { background: url(../images/office_h4-04.jpg) 0 0 no-repeat; }
#office #content #title05 { background: url(../images/office_h3-05.jpg) 0 0 no-repeat; }
#office #content #title06 { background: url(../images/office_h3-06.jpg) 0 0 no-repeat; }

#office .rightbox {
	margin-left:0;
	width: 380px;
	}
#office #map {
	width: 560px;
	height: 280px;
	}
#office .short {
	width: 8em;
	}
#office .long {
	width: 30em;
	}
#office .keireki{
	width:90px;
}
#office th{
	width:60px;
}
	
/*-------- 16  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

