@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Staff                       */
/*                 10  Access                      */
/*                 11  General                     */
/*                 12  3mix-mp                     */
/*                 13  Prevent                     */
/*                 14  Implant                     */
/*                 15  Aesthe                      */
/*                 16  Laser                       */
/*                 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: url(../images/body.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#container {
	background: url(../images/container.jpg) top no-repeat;
	width: 810px;
	margin: 0;
	padding: 0 15px;
	}

#main {
	margin: 0;
	width: 810px;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 606px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 92px;
	width: 810px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 480px;
	height: 70px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 480px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p#location {
	line-height: 18px;
	height: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #9A3C0D; /* #194293 */
	}

#header .alpha {
	width: 480px;
	float: left;
	margin: 0;
	padding: 0;
	}

#header .beta {
	width: 260px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 65px;
	}
#header p.tel img { display: block; }

#header-nav {
	margin: 0;
	padding: 0;
	width: 174px;
	height: 23px;
	float: right;
	list-style: none;
	}

#header-nav li {
	height: 23px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav li a {
	display: block;
	height: 23px;
	}

#nav01 { width: 78px; }
#nav02 { width: 96px; }

#nav01 a { background: url(../images/header-nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header-nav.jpg) -78px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header-nav.jpg) 0 -23px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.jpg) -78px -23px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 194px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav dl,
#nav dt,
#nav dd {
	margin: 0;
	padding: 0;
	}

#nav .internal dt { text-indent: -9999px; }

#nav .internal dd {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal dd a {
	display: block;
	height: 30px;
	}

#nav #menu01 {
	height: 36px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}
#nav #menu02 {
	height: 43px;
	background: url(../images/nav.jpg) 0 -126px no-repeat;
	}

#nav03 a { background: url(../images/nav.jpg) 0 -36px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -66px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -96px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -169px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -199px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -229px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -259px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -289px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -319px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -194px -36px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -194px -66px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -194px -96px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -194px -169px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -194px -199px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -194px -229px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -194px -259px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -194px -289px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -194px -319px no-repeat; }

#nav p { text-align: center; }

#nav .nav-info {
	background: #FBE0AB;
	color: #483207;
	margin: 7px 7px 0 7px;
	padding: 7px;
	}

#nav .nav-info p { text-align: left; }
#nav .nav-info dd { margin-left: 1em; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 5px;
	height: 92px;
	background: url(../images/footer.jpg) top repeat-x;
	font-size: 85%;
	color: #777;
	}
*: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: #32425b;
	}
#footer a:hover { text-decoration: underline; }

#footer .tel {
	width: 252px;
	margin-top: 10px;
	text-align: right;
	float: left;
	}

#footer #footer-nav {
	width: 480px;
	padding-top: 16px;
	padding-right: 15px;
	text-align: right;
	float: right;
	}

#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 0 3em;
	padding-top: 8px;
	color: #FF6600; /*#2a5b8c*/
	border-top: 2px dotted #ddd;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section2 { padding: .5em 21px 1em 15px; }/*この行追加*/
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 52px;
	text-indent: -9999px;
	margin: 0 10px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	height: 32px;
	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 7px no-repeat;
	padding-left: 12px;*/
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: none; }/*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 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;
	border-top: 2px solid #ccc;
	}

.seramik{
	font-weight: bold;
	font-color: #000000;
	}

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	line-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.jpg) 0 0 no-repeat;
	}
#content ul.totop li a:hover { background: url(../images/to_top.jpg) 0 -14px no-repeat; }

p.caution {
	padding-left: 20px;
	background: url(../images/caution.jpg) 0 5px 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: collapse;
	border: 2px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}

#content table th,
#content table td {
	padding: 4px 8px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.ban { text-align: center; }

.detail {
	text-align: right;
	margin-right: 2em;
	}
.raquo {
	font-size: 124%;
	font-weight: bold;
	}

.marL12 { margin-left:12px;}
.marL15 { margin-left:15px;}
.marL30 { margin-left:42px;}
.marL70 { margin-left:56px;}
.al { text-align:left;}
.ar { text-align:right;}

/*---------- 07  Index -----------*/

#index #content { padding-top: 10px; }
#index #top_img {
	margin: 0 0 15px 15px;
	padding: 0;
	}
#index #top_img img { display: block; }

#index h2#title01 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	}

#index h2#title02 {
	height: 32px;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	}
#index h2#title03 {
	clear: both;
	height: 28px;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/index_h2-03.jpg) 0 0 no-repeat;
	}
/*スタイル追加　core　*/
#index h2#koe {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/koe_titlebar.jpg) 0 0 no-repeat;
	}

#index #pickup01 {
	margin: 0;
	padding: 0 0 0 15px;
	}
#index #pickup01 li {
	margin: 0;
	padding: 0;
	width: 290px;
	float: left;
	list-stye: none;
	}
#index #pickup01 li.nil { width: 280px; }


#index #pickup02 {
	margin: 0;
	padding: 0 0 0 22px;
	}
#index #pickup02 li {
	margin: 0;
	padding: 0 0 10px 0;
	width: 190px;
	float: left;
	list-stye: none;
	}
#index #pickup02 li.nil { width: 180px; }

#index #clinic-info {
	clear: both;
	padding-bottom: 15px;
	}

#index #clinic-info .alpha {
	width: 340px;
	float: left;
	}
#index #clinic-info .beta {
	width: 200px;
	float: right;
	}

#index #clinic-info .alpha dl { margin-left: 1em; }
#index #clinic-info .alpha dt {
	width: 6em;
	float: left;
	color: #FF6600; /*#2a5b8c*/
	}
#index #clinic-info .alpha dd { margin-left: 6em; }

.imp-bnr a{ 
display:block;
background:url(../images/imp-bnr.jpg) 0 0 no-repeat;
width:570px;
height:100px;
text-indent:-9999px;
outline:none;
margin-left:15px;
margin-bottom:0px;
}
.imp-bnr a:hover { background-position:bottom;}

.ct-bnr a{ 
display:block;
background:url(../images/ct-bnr.jpg) 0 0 no-repeat;
width:568px;
height:103px;
text-indent:-9999px;
outline:none;
margin-left:15px;
margin-bottom:10px;
}
.ct-bnr a:hover { background-position:bottom;}

.jugem-bnr a {
  display: block;
  width: 568px;
  height: 100px;
  background: url(../images/banner_s2.jpg) 0 0 no-repeat;
  text-indent: -9999px;
  outline: none;
  margin-left: 15px;
  margin-bottom: 5px;
}

/*---------- 08  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 h4#title03 { background: url(../images/clinic_h4-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; }



/*---------- 09  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 h4#title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff h3#title04 { background: url(../images/staff_h3-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 h3#title07 { background: url(../images/staff_h3-07.jpg) 0 0 no-repeat; }
#staff h3#title08 { background: url(../images/staff_h3-08.jpg) 0 0 no-repeat; }
#staff h4#title09 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }
#staff h4#title10 { background: url(../images/staff_h4-10.jpg) 0 0 no-repeat; }
#staff h4#title11 { background: url(../images/staff_h4-11.jpg) 0 0 no-repeat; }







/*---------- 10  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }


/*---------- 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 h4#title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }



/*---------- 12  3mix-mp -----------*/

#three-mix-mp h2#title01 { background: url(../images/3mix-mp_h2-01.jpg) 0 0 no-repeat; }
#three-mix-mp h3#title02 { background: url(../images/3mix-mp_h3-02.jpg) 0 0 no-repeat; }
#three-mix-mp h3#title03 { background: url(../images/3mix-mp_h3-03.jpg) 0 0 no-repeat; }
#three-mix-mp h4#title04 { background: url(../images/3mix-mp_h4-04.jpg) 0 0 no-repeat; }
#three-mix-mp h4#title05 { background: url(../images/3mix-mp_h4-05.jpg) 0 0 no-repeat; }
#three-mix-mp h4#title06 { background: url(../images/3mix-mp_h4-06.jpg) 0 0 no-repeat; }
#three-mix-mp h4#title07 { background: url(../images/3mix-mp_h4-07.jpg) 0 0 no-repeat; }
#three-mix-mp h4#title08 { background: url(../images/3mix-mp_h4-08.jpg) 0 0 no-repeat; }



/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.jpg) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4-09.jpg) 0 0 no-repeat; }



/*---------- 14  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 h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }



/*---------- 15  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 h4#title05 { background: url(../images/aesthe_h4-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; }
#aesthe h4#title09 { background: url(../images/aesthe_h4-09.jpg) 0 0 no-repeat; }



/*---------- 16  Laser -----------*/

#laser h2#title01 { background: url(../images/laser_h2-01.jpg) 0 0 no-repeat; }
#laser h3#title02 { background: url(../images/laser_h3-02.jpg) 0 0 no-repeat; }
#laser h4#title03 { background: url(../images/laser_h4-03.jpg) 0 0 no-repeat; }
#laser h4#title04 { background: url(../images/laser_h4-04.jpg) 0 0 no-repeat; }
#laser h4#title05 { background: url(../images/laser_h4-05.jpg) 0 0 no-repeat; }

/*---------- 16_2  CT -----------*/

#ct h2#title01 { background: url(../images/ct_h2-01.jpg) 0 0 no-repeat; }
#ct h3#title02 { background: url(../images/ct_h3-02.jpg) 0 0 no-repeat; }
#ct h4#title03 { background: url(../images/ct_h4-03.jpg) 0 0 no-repeat; }
#ct h4#title04 { background: url(../images/ct_h4-04.jpg) 0 0 no-repeat; }
#ct h4#title05 { background: url(../images/ct_h4-05.jpg) 0 0 no-repeat; }

/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }




