@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Side Bar                      */
/*                 06  Footer                      */
/*                 07  Contents                    */
/*                 08  Index                       */
/*                 09  Guide01                     */
/*                 10  Guide02                     */
/*                 11  Guide03                     */
/*                 12  Prevent                     */
/*                 13  Treatment                   */
/*                 14  Faq                         */
/*                 15  Staff                       */
/*                 16  Clinic                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #efa0bf      */
/*        Main Color - Fresh Pink     #f7468e      */
/*        Main Color - Pink Grey      #efa0a0      */
/*                                                 */
/*        Sub Color  - Red Pink       #e6364f      */
/*                                                 */
/*==================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: 802px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	clear: both;
	margin: 0 1px;
	width: 800px;
	background: url(../images/main_bg.png) repeat-y;
	}
* html body #main { width: 800px; }

#content {
	width: 600px;
	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_bg.jpg) 0 0 no-repeat;
	height: 100px;
	width: 802px;
	margin: 0;
	padding: 0;
	position:relative;
	}

/*h1 {
	text-indent: -9999px;
	width: 472px;
	height: 68px;
	margin-top: 19px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 472px;
	height: 68px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}
*/

h1 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 85%;
	position: absolute;
	top: 3px;
	left: 0;
	}

p#top {
	text-indent: 0px;
	width: 472px;
	height: 68px;
	margin-top: 19px;
	line-height: 1.0;
	float: left;
	}
p#top a {
	display: block;
	width: 472px;
	height: 68px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 216px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	clear: both;
	margin: 0;
	padding: 0;
	height: 45px;
	}

#header p.mail {
	margin: 0;
	padding: 0;
	height: 25px;
	}
#header p.tel img,
#header p.mail img { display: block; }

#header-nav {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 152px;
	height: 19px;
	float: right;
	}

#header-nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 65px; }
#nav02 { width: 87px; }

#nav01 a {
	background: url(../images/header-nav.jpg) 0 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header-nav.jpg) -65px 0 no-repeat;
	width: 87px;
	}

#nav01 a:hover { background: url(../images/header-nav.jpg) 0 -19px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.jpg) -65px -19px no-repeat; }



/*---------- 04  Navigation -----------*/

#global-nav,
#global-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#global-nav {
	width: 802px;
	height: 70px;
	clear: both;
	}
#global-nav li {
	text-indent: -9999px;
	height: 35px;
	width: 200px;
	float: left;
	}
#global-nav li a {
	display: block;
	height: 35px;
	}

#nav06,
#nav10 { width: 202px; }

#nav03 a { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.jpg) -200px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -400px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.jpg) -600px 0 no-repeat; }
#nav07 a { background: url(../images/global-nav.jpg) 0 -35px no-repeat; }
#nav08 a { background: url(../images/global-nav.jpg) -200px -35px no-repeat; }
#nav09 a { background: url(../images/global-nav.jpg) -400px -35px no-repeat; }
#nav10 a { background: url(../images/global-nav.jpg) -600px -35px no-repeat; }

#nav03 a:hover { background: url(../images/global-nav.jpg) 0 -70px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -200px -70px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -400px -70px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -600px -70px no-repeat; }
#nav07 a:hover { background: url(../images/global-nav.jpg) 0 -105px no-repeat; }
#nav08 a:hover { background: url(../images/global-nav.jpg) -200px -105px no-repeat; }
#nav09 a:hover { background: url(../images/global-nav.jpg) -400px -105px no-repeat; }
#nav10 a:hover { background: url(../images/global-nav.jpg) -600px -105px no-repeat; }



/*---------- 05  Side Bar -----------*/

#sidebar {
	width: 200px;
	float: left;
	color: #666;
	font-size: 100%;
	line-height: 1.6;
	}

#sidebar p { margin: 8px; }

#sidebar .vcard {
	background: url(../images/sidebar-vcard_bg.jpg) bottom no-repeat;
	padding: 0 0 16px 0;
	}

	
/*
#sidebar h3 {
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/sidebar-h3.jpg) 0 0 no-repeat;
	}
*/
	
#sidebar .vcard address { margin-left: 20px; }
#sidebar .vcard p { padding: 0 0 8px 10px; }

#sidebar .vcard p.th3 {
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 1.0;
	/*background: url(../images/sidebar-h3.jpg) 0 0 no-repeat;*/
	}

#sidebar ul,
#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul { margin: 10px 0 10px 10px; }
#sidebar li { margin: 0 0 6px 0; }



/*---------- 06  Footer -----------*/

#footer {
	clear: both;
	padding: 26px 0 2px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
	font-size: 85%;
	text-align: center;
	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: #efa0bf;
	}
#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; }


/*---------- 07  Contents -----------*/

#top-pickup,
#top-pickup li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#top-pickup {
	clear: both;
	width: 802px;
	}
#top-pickup li { float: left; }
#top-pickup li img { display: block; }

li#pickup01,
li#pickup03 { width: 266px; }
li#pickup02 { width: 270px; }



.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 18px 0 .3em 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: #f7468e;
	outline: none;
	}
a:hover { color: #efa0a0; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 8px 16px 4px 6px;
	}

.image_r {
	float: right;
	margin: 8px 6px 4px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.case .alpha,
.case .beta {
	float: left;
	margin: 0 10px 10px 0;
	}
.case .gamma {
	float: left;
	margin: 0 0 10px 0;
	}

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 150px;
	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;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

p.answer,
p.answer_02 { margin-left: 1em; }

/* Hides from IE-mac \*/
p.answer:first-letter { color: #e6364f; }
/* End hide from IE-mac */

p.answer_02:first-letter { color: #666; }

#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 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

span.caution {
	font-weight: bold;
	color: #efa0a0;
	}



/*---------- 08  Index -----------*/

#index p#title01 {
	height: 42px;
	margin: 0 15px;
	padding: 0;
	}
#index p#title02 {
	margin: 0;
	padding: 0;
	height: 41px;
	}
#index p#title03 {
	margin: 0;
	padding: 0;
	height: 41px;
	}
	
p.indextxttit{ color:#f36573; font-weight:bold; margin: 20px 0 0 0;}


#index #pickup .alpha {
	width: 262px;
	padding-bottom: 4px;
	float: left;
	background: url(../images/pickup-alpha_bg.jpg) bottom no-repeat;
	}
#index #pickup .beta {
	width: 262px;
	padding-bottom: 4px;
	float: right;
	background: url(../images/pickup-beta_bg.jpg) bottom no-repeat;
	}

#index #pickup .pickup-body { padding: 2px 16px 2px 16px; }
#index #pickup .pickup-body p { margin-top: 0; }
#index #pickup .pickup-body img { display: block; }

#index #pickup-top {
  margin: 0 25px;
	}

#index #pickup-top .image_l{
  margin: 0px 5px 5px 0;
	}

#index #pickup-top .image_r{
  margin: 0px 0 5px 5px;
	}


/*---------- 09  Guide01 -----------*/

#guide01 h2#title01 { background: url(../images/guide01_h2-01.png) 0 0 no-repeat; }
#guide01 h3#title02 { background: url(../images/guide01_h3-02.jpg) 0 0 no-repeat; }
#guide01 h3#title03 { background: url(../images/guide01_h3-03.jpg) 0 0 no-repeat; }
#guide01 h4#title04 { background: url(../images/guide01_h4-04.jpg) 0 0 no-repeat; }
#guide01 h4#title05 { background: url(../images/guide01_h4-05.jpg) 0 0 no-repeat; }
#guide01 h4#title06 { background: url(../images/guide01_h4-06.jpg) 0 0 no-repeat; }
#guide01 h4#title07 { background: url(../images/guide01_h4-07.jpg) 0 0 no-repeat; }
#guide01 h4#title08 { background: url(../images/guide01_h4-08.jpg) 0 0 no-repeat; }
#guide01 h4#title09 { background: url(../images/guide01_h4-09.jpg) 0 0 no-repeat; }



/*---------- 10  Guide02 -----------*/

#guide02 h2#title01 { background: url(../images/guide02_h2-01.png) 0 0 no-repeat; }
#guide02 h3#title02 { background: url(../images/guide02_h3-02.jpg) 0 0 no-repeat; }
#guide02 h4#title03 { background: url(../images/guide02_h4-03.jpg) 0 0 no-repeat; }
#guide02 h4#title04 { background: url(../images/guide02_h4-04.jpg) 0 0 no-repeat; }



/*---------- 11  Guide03 -----------*/

#guide03 h2#title01 { background: url(../images/guide03_h2-01.png) 0 0 no-repeat; }
#guide03 h3#title02 { background: url(../images/guide03_h3-02.jpg) 0 0 no-repeat; }
#guide03 h4#title03 { background: url(../images/guide03_h4-03.jpg) 0 0 no-repeat; }
#guide03 h4#title04 { background: url(../images/guide03_h4-04.jpg) 0 0 no-repeat; }
#guide03 h4#title05 { background: url(../images/guide03_h4-05.jpg) 0 0 no-repeat; }



/*---------- 12  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 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 h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }



/*---------- 13  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.jpg) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }

#treatment #content li {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
	}

#treatment #content table ul { margin-left: 0; }

#treatment #content table {
	width: 540px;
	margin-left: 0;
	}

#treatment #content table th,
#treatment #content table td { padding: 4px; }

#treatment #content table th.description { width: 220px; }
#treatment #content table td.price { width: 80px; }

#treatment #content .section.flow {
	padding-bottom: 30px;
	background: url(../images/arrow_bottom.jpg) center bottom no-repeat;
	}
#treatment .point{
	color:#efa0a0;
	font-size:11px;
}

/*---------- 14  Faq -----------*/

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.jpg) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.jpg) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.jpg) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.jpg) 0 0 no-repeat; }
#faq h4#title07 { background: url(../images/faq_h4-07.jpg) 0 0 no-repeat; }
#faq h4#title08 { background: url(../images/faq_h4-08.jpg) 0 0 no-repeat; }
#faq h4#title09 { background: url(../images/faq_h4-09.jpg) 0 0 no-repeat; }
#faq h4#title10 { background: url(../images/faq_h4-10.jpg) 0 0 no-repeat; }
#faq h4#title11 { background: url(../images/faq_h4-11.jpg) 0 0 no-repeat; }
#faq h4#title12 { background: url(../images/faq_h4-12.jpg) 0 0 no-repeat; }



/*---------- 15  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-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 #content .alpha {
	width: 200px;
	float: left;
	}
#staff #content .beta {
	width: 330px;
	float: right;
	}
#staff #content .beta dl { margin-left: 0; }
#staff #content .beta dt {
	width: 5em;
	float: left;
	}
#staff #content .beta dd { margin-left: 5em; }



/*---------- 16  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }

#clinic table.vcard th { width: 100px; }


#map {
	width: 320px;
	height: 300px;
	}
#clinic iframe {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	scroll: no;
	}

div.grippie {  
	background:#eee url(../images/grippie.png) no-repeat scroll center 2px;  
	border-color:#ddd;  
	border-style:solid;  
	border-width:0 1px 1px;  
	cursor:s-resize;  
	height:9px;  
	overflow:hidden;  
	}  
.resizable-textarea textarea {  
	display:block;  
	margin-bottom:0;  
	} 

#content span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }



