@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Pride                       */
/*                 10  Staff                       */
/*                 11  Access                      */
/*                 12  Treatment                   */
/*                 13  Implant                     */
/*                 14  Esthe                       */
/*                 15  Whitening                   */
/*                 16  Recruit                     */
/*                 17  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: #fff url(../images/bg.jpg) top repeat-x; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 4px auto 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #999;
	padding: 0 30px 1em 0;
	display: inline;
	}
* html body #content { width: 600px; }


/*---------- 03  Header -----------*/

#header {
	height: 79px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 60px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 430px;
	height: 50px;
	margin-top: 10px;
	background: url(../images/h1.jpg) 10px 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 60px;
	}
#header p.tel img {
	display: block;
	margin: 9px 0 0 35px;
	}

#header_nav {
	margin: 0 0 0 80px;
	padding: 0;
	list-style: none;
	width: 120px;
	height: 10px;
	}

#header_nav li {
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 60px;
	}
#header_nav li a {
	display: block;
	height: 10px;
	line-height: 10px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -60px 0 no-repeat; }
#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -10px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -60px -10px no-repeat; }


/*----------04  Navigation -----------*/

#nav_main {
	width: 800px;
	height: 50px;
	margin: 0;
	padding: 0;
	}

#nav_main ul,
#nav_main li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav_main .internal li {
	float: left;
	width: 160px;
	}

#nav_main .internal li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	}

#nav03 a { background: url(../images/nav01.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav01.jpg) -160px 0 no-repeat; }
#nav05 a { background: url(../images/nav01.jpg) -320px 0 no-repeat; }
#nav06 a { background: url(../images/nav01.jpg) -480px 0 no-repeat; }
#nav07 a { background: url(../images/nav01.jpg) -640px 0 no-repeat; }

#nav03 a:hover { background: url(../images/nav01.jpg) 0 -50px no-repeat; }
#nav04 a:hover { background: url(../images/nav01.jpg) -160px -50px no-repeat; }
#nav05 a:hover { background: url(../images/nav01.jpg) -320px -50px no-repeat; }
#nav06 a:hover { background: url(../images/nav01.jpg) -480px -50px no-repeat; }
#nav07 a:hover { background: url(../images/nav01.jpg) -640px -50px no-repeat; }

#nav_left {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
	}

#nav_left ul,
#nav_left li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav_left ul {
	padding-bottom: 30px;
	}

#nav_left .internal li {
	width: 160px;
	}

#nav_left .internal li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	}

#nav08 a { background: url(../images/nav02.jpg) 10px 0 no-repeat; }
#nav09 a { background: url(../images/nav02.jpg) 10px -45px no-repeat; }
#nav10 a { background: url(../images/nav02.jpg) 10px -90px no-repeat; }
#nav11 a { background: url(../images/nav02.jpg) 10px -135px no-repeat; }
#nav12 a { background: url(../images/nav02.jpg) 10px -180px no-repeat; }

#nav08 a:hover { background: url(../images/nav02.jpg) -150px 0 no-repeat; }
#nav09 a:hover { background: url(../images/nav02.jpg) -150px -45px no-repeat; }
#nav10 a:hover { background: url(../images/nav02.jpg) -150px -90px no-repeat; }
#nav11 a:hover { background: url(../images/nav02.jpg) -150px -135px no-repeat; }
#nav12 a:hover { background: url(../images/nav02.jpg) -150px -180px no-repeat; }

#nav_left p { text-align: right; }

#nav_left p.sr_font10 {
	width: 150px;
	font-size:10px;
	text-align:left;
	margin-left:10px;
	
	}
/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding: 9px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: left;
	color: #999;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .footer_tel {
	float: left;
	width: 215px;
	}

#footer a {
	text-decoration: none;
	color: #739bd8;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: .5em 1em 2px 215px;
	padding: 0;
	}
#footer ul.upper { 
	list-style: none;
	margin: 2em 1em 2px 215px;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	clear: both;
	margin: 8px 1em;
	text-align: center;
	}


/*---------- 06  Contents -----------*/

#main_image { margin: 0; padding:0 }
#main_image p { margin: 0; }

.section { padding: .5em 0; }
.section2 { padding: -20px 0 .5em; }

.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 60px;
	text-indent: -9999px;
	margin: 0;
	}
/*---#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}---*/
#content h3 {
	height: 30px;
	text-indent: -9999px;
	}
#content h3.catchcopy {
	height: 40px;
	text-indent: -9999px;
	}

#content h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 2em 0;
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 3px 3px;
	}

#content h4.catchcopy {
	height: 30px;
	text-indent: -9999px;
	border: 0;
	}
	
#wrapper #main #content .section h4.info { 
  height:27px; 
  width:560px;
  background:url(../images/info-title.jpg) 0 0 no-repeat;
  text-indent:-9999px; 
  border:0;
  margin: -10px 0 3px 0;
  padding: 0;
  line-height: 0;
 }



#content ul.flex {
	margin:0 0 0 1em;
	padding:0;
	}
#content ul li {
	list-style: none;
	background: url(../images/list.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: #739bd8;
	outline: none;
	}
a:hover { color: #1e3793; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 0 15px 15px 0;
	}

.image_r {
	float: right;
	margin: 0 0 15px 15px;
	}

.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: 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/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-top: 30px;
	text-align: right;
	}

/* 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 */

table {
	font-size: 100%;
	color: #666;
	}

/*---------- 07  Index -----------*/

html:not([lang*=""]) #index #main_image p {
	margin-bottom:-4px;
}
#index #main_image object {
	width:800px;
	height:240px;
	margin:0;
	padding:0;	
}

#index #content {
	background-image: none;
	padding: 10px 30px 1em 0;
	}



#index #content #title01 {
	display:none;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 20px;
	margin: 0;
	}
#index #content #title02 {
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	width: 160px;
	height: 30px;
	margin: 0;
	}

#index #content .topix {
	padding: 0 0 30px 10px;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 5px;
	}
#index #content .topix ul {
	margin: 0;
	}
#index #content .pickup {
	float: left;
	margin: 0;
	}
#index #content .pickup ul {
	margin: 0;
	}
#index #content .pickup ul li {
	width: 292px;
	height: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#index #content .pickup ul li a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	}
#index #content .pickup ul #pickup01 a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index #content .pickup ul #pickup02 a { background: url(../images/pickup02.jpg) 0 0 no-repeat; }
#index #content .pickup ul #pickup03 a { background: url(../images/pickup03.jpg) 0 0 no-repeat; }

#index #content .pickup ul #pickup01 a:hover { background: url(../images/pickup01.jpg) 0 -60px no-repeat; }
#index #content .pickup ul #pickup02 a:hover { background: url(../images/pickup02.jpg) 0 -60px no-repeat; }
#index #content .pickup ul #pickup03 a:hover { background: url(../images/pickup03.jpg) 0 -60px no-repeat; }

#index .clinic_info {
	width: 255px;
	float: right;
	}
#index .clinic_info .image_r {
	margin: 0;
	}
#index .clinic_info .schedule {
	margin: 10px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid #ddd;
	}
#index .clinic_info .schedule dt {
	float: left;
	font-weight: 100;
	color: #666;
	width:70px;
	}

#index .bnr_mv {
	height:125px;
	margin:0;
	padding:0;
}
#index .bnr_mv img {
	float:left;
}

#index a.bnr_inq {
	display:block;
	width:110px;
	height:100px;
	margin:10px 0 0;
	padding:0;
	text-indent:-9999em;
	float:right;
	background:url(../images/banner_inq.jpg) no-repeat 0 0;
}
#index a.bnr_inq:hover {
	background-position:bottom;
}

#index .fuji-bnr a {
display:block;
background:url(../images/fujisawa-bnr.jpg) 0 0 no-repeat;
height:100px;
width:570px;
float: left;
margin: 0 15px 5px 0;
outline:none;
text-indent:-9999px;
}
#index .fuji-bnr a:hover { background-position:bottom;}

/*-------- 08  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }

#concept #content #catch01 { background: url(../images/concept_catch01.jpg) -108px 0 no-repeat; }

/*-------- 09  Pride --------*/

#pride #content #title01 { background: url(../images/pride_h2-01.jpg) 0 0 no-repeat; }
#pride #content #title02 { background: url(../images/pride_h3-02.jpg) 0 0 no-repeat; }
#pride #content #title03 { background: url(../images/pride_h4-03.jpg) 0 0 no-repeat; }
#pride #content #title04 { background: url(../images/pride_h4-04.jpg) 0 0 no-repeat; }
#pride #content #title05 { background: url(../images/pride_h4-05.jpg) 0 0 no-repeat; }

#pride #content #catch01 { background: url(../images/pride_catch01.jpg) -136px 0 no-repeat; }
#pride #content #catch02 { background: url(../images/pride_catch02.jpg) -32px 0 no-repeat; }
#pride #content #catch03 { background: url(../images/pride_catch03.jpg) 0 0 no-repeat; }
#pride #content #catch04 { background: url(../images/pride_catch04.jpg) -66px 0 no-repeat; }
#pride #content #catch05 { background: url(../images/pride_catch05.jpg) -66px 0 no-repeat; }


/*-------- 10  Staff --------*/

#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff #content #title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff #content #title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff #content #title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff #content #title08 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }
#staff #content #title09 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }
#staff #content #title10 { background: url(../images/staff_h4-10.jpg) 0 0 no-repeat; }
#staff #content #title11 { background: url(../images/staff_h4-11.jpg) 0 0 no-repeat; }


#staff #content .dr,
#staff #content .subdr,
#staff #content .subdr2,
#staff #content .subdr3,
#staff #content .subdr4,
#staff #content .subdr5,
#staff #content .subdr6 {
	text-indent: -9999px;
	width: 150px;
	height: 40px;
	}

#staff #content .dr {
	background: url(../images/staff_catch01.jpg) 0 0 no-repeat;
	}
		
#staff #content .subdr {
	background: url(../images/staff_catch02.jpg) 0 0 no-repeat;
	}

#staff #content .subdr2 {
	background: url(../images/staff_catch03.jpg) 0 0 no-repeat;
	}

#staff #content .subdr3 {
	background: url(../images/staff_catch04.jpg) 0 0 no-repeat;
	}

#staff #content .subdr4 {
	background: url(../images/staff_catch05.jpg) 0 0 no-repeat;
	}

#staff #content .subdr5 {
	background: url(../images/staff_catch06.jpg) 0 0 no-repeat;
	}
#staff #content .subdr6 {
	background: url(../images/staff_catch07.jpg) 0 0 no-repeat;
	}

#staff #content .profile {
	margin-left: 170px;
	}
#staff #content .profile dt {
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 1px 3px;
	}
#staff #content .profile dd {
	margin: 0;
	}
#staff #content .profile dd .history {
	margin: 10px 0;
	}
#staff #content .profile dd .history dt {
	float: left;
	width: 80px;
	border: 0;
	padding: 0;
	background: #fff;
	}
#staff #content .profile dd .history dd {
	margin-left: 80px;
	}
#staff #content .profile dd .activity dt {
	border: 0;
	background: #04246f;
	color: #819bcc;
	}
#staff #content .profile dd .activity dd {
	margin: 10px 0;
	}

#staff #content .member01 {
	margin-top: 20px;
}


/*-------- 11  Access --------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }

#access #content table {
	border: 3px solid #99a;
	}
#access #content table tr th,
#access #content table tr td {
	border: 1px solid #99a;
	}
#access #content table tr th {
	background: #04246f;
	color: #819bcc;
	}
#access #content table tr.colored td {
	background: #eee;
	}

/*-------- 12  Treatment --------*/

#treatment #content #title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment #content #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #content #title03 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment #content #title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #content #title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }

#treatment #content #title06 h4 { margin-bottom:0;}

#treatment #content #catch01 { background: url(../images/treatment_catch01.jpg) -128px 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_h4-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 #catch01 {
	background: url(../images/implant_catch01.jpg) 0 0 no-repeat;
	height: 340px;
	}


/*-------- 14  Esthe --------*/

#esthe #content #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }

#esthe #content #catch01 {
	background: url(../images/esthe_catch01.jpg) 0 0 no-repeat;
	height: 340px;
	}

#esthe #content #equipment {
	padding: 0 50px;
	margin: 0;
	}
#esthe #content #equipment .image_r { margin-top: 25px; }


/*-------- 15  Whitening --------*/

#whitening #content #title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening #content #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #content #title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening #content #title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }

#whitening #content #catch01 {
	background: url(../images/whitening_catch01.jpg) 0 0 no-repeat;
	height: 340px;
	}



/*-------- 16  Recruit --------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }

#recruit #content table {
	border: 3px solid #99a;
	}
#recruit #content table tr th,
#recruit #content table tr td {
	border: 1px solid #99a;
	}
#recruit #content table tr th {
	background: #04246f;
	color: #819bcc;
	}
#recruit #content table tr.colored td {
	background: #eee;
	width: 400px;
	}

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }



/* 080828
--------------------------------------------------*/

.tRed {
	color:#e11;
}

iframe { width:565px; border-color:#CCCCCC; margin-top: 0; }

.blue_text { color: #0066CC; margin: 20px 0 20px 0;}

.bold { font-weight: bold;}
