@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Color                       */
/*                 09  Front                       */
/*                 10  Back                        */
/*                 11  Bridal                      */
/*                 12  Qa                          */
/*                 13  Clinic                      */
/*                 14  Recruit                     */
/*                 15  Inquiry                     */
/*                 16  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*              maincolor gray  #666666            */
/*              subcolor  red   #B83626            */
/*              subcolor  blue  #3383B6            */
/*              subcolor  pink  #FFC9B5            */
/*              subcolor  pink  #FFE1D6            */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background:#FFC9B5 url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background:#FEE0D5 url(../images/wrapper_base_bg.jpg) top no-repeat;
	width: 812px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#main {
    width:798px;
	margin: 0 auto;
	padding:0;
	margin-top:0px;
	background:#ffffff;
	clear:both;
	}
	
* html #main {margin-left:6px;}

#content {
	width: 798px;
	float: left;
	font-size: 100%;
	color: #666;
	background: #fff;
	margin:0 auto;
	padding:0;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) top no-repeat;
	height: 401px;
	width: 812px;
	margin: 0 0 0 1px;
	padding: 0;
	}
* html body #header {margin: 0 ;} /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 250px;
	height: 80px;
	line-height: 1.0;
	float: left;
	margin:6px 0 0 6px;
	}
* html h1 {margin:6px 0 0 3px;}
	
h1 a {
	display: block;
	width: 250px;
	height: 80px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header p{
    margin:0;
    padding:0;
    }
#header .header_text{
    text-align:right;
    line-height:30px;
	color: #666;
	margin-right:10px;
    }

#header_nav {
	padding: 0;
	margin: 8px 18px 0 0;
	list-style: none;
	width: 314px;
	height: 44px;
	float:right;
	}
* html #header_nav {margin: 12px 8px 0 0;}

#header_nav li {
	height: 44px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding:0;
	}
	
#header_nav li a {
	display: block;
	height: 44px;
	}

#nav01 { width: 65px; }
#nav02 { width: 68px; }
#nav03 { width: 95px; }
#nav04 { width: 80px; }

#nav01 a {
	background: url(../images/header_nav.png) 0px 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -65px 0 no-repeat;
	width: 68px;
	}
#nav03 a {
	background: url(../images/header_nav.png) -133px 0 no-repeat;
	width: 95px;
	}
#nav04 a {
	background: url(../images/header_nav.png) -228px 0 no-repeat;
	width: 80px;
	}
	
/*----------04  Navigation -----------*/

#nav {
	padding: 0;
	margin:0;
	width: 800px;
	height: 24px;
	list-style: none;
	float:left;
	}

#nav ul {
	padding: 0;
	margin:10px 0 0 18px;
    }

#nav .internal li {
	height: 24px;
	padding:0;
	margin:0;
	float:left;
	text-indent: -9999px;
	list-style: none;
	}

#nav .internal li a {
	display: block;
	height: 24px;
	}

#nav05 { width: 55px; }
#nav06 { width: 145px; }
#nav07 { width: 129px; }
#nav08 { width: 133px; }
#nav09 { width: 147px; }
#nav10 { width: 154px; }

#nav05 a { background: url(../images/nav.jpg) -15px 0 no-repeat; width:55px;}
#nav06 a { background: url(../images/nav.jpg) -70px 0 no-repeat; width:145px;}
#nav07 a { background: url(../images/nav.jpg) -216px 0 no-repeat; width:129px;}
#nav08 a { background: url(../images/nav.jpg) -346px 0 no-repeat; width:133px;}
#nav09 a { background: url(../images/nav.jpg) -480px 0 no-repeat; width:147px;}
#nav10 a { background: url(../images/nav.jpg) -627px 0 no-repeat; width:154px;}

#nav05 a:hover { background: url(../images/nav.jpg) -15px -34px no-repeat; width:55px;}
#nav06 a:hover { background: url(../images/nav.jpg) -70px -34px no-repeat; width:145px;}
#nav07 a:hover { background: url(../images/nav.jpg) -216px -34px no-repeat; width:129px;}
#nav08 a:hover { background: url(../images/nav.jpg) -346px -34px no-repeat; width:133px;}
#nav09 a:hover { background: url(../images/nav.jpg) -480px -34px no-repeat; width:147px;}
#nav10 a:hover { background: url(../images/nav.jpg) -627px -34px no-repeat; width:154px;}

#nav p { text-align: center; }

/*---------- 06  Contents -----------*/

.section { padding: .5em 23px; }
.section .section { padding: .5em 30px; }

p.center { text-align: center; }

#content h2 {
	height: 24px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	height: 24px;
	text-indent: -9999px;
	margin-top:8px;
	}
#content h4 {
	height: 27px;
	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.gif) 0 0 no-repeat;
	padding-left: 20px;
	line-height: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 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;
	}

ol li {margin-left:15px;}

.before{
    float:left;
    width:300px;
    margin:5px 0 10px 5px;
    border: 3px solid #1C68B5;
    background:#5785AF;
    text-align:center;
    color:#14426F;
    font-size:105%;
    }
.after{
    float:right;
    width:300px;
    margin:5px 5px 10px 10px;
    border: 3px solid #FF9E00;
    background:#FFC15F;
    text-align:center;
    color:#9F6100;
    font-size:105%;
    }

.mail_link li{
    font-size:115%;
    font-weight:bold;
    }
   
.lineblue {
	border: 2px solid #B3D4F0;
    padding:3px 10px 0 10px;
    background:#F5FFFF;
    }

.subtitle{
    font-weight:bold;
    background:url(../images/arrow_h.jpg) 0 0 no-repeat;
    color:#3383B6;
    }

.price td{
    text-align:right;
    }

#content table {
    background:#ffffff;
    }
* html #content table {font-size:95%;color:#666;}
    
#content table th{
    text-align:left;
    background:#FF917F;
    color:#fff;
    }

#content table,tr,th,td {
    border-color:#999;
    }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	color:#;
	}

#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.jpg) 0 0 no-repeat;
	}


#main .alpha,
#main .beta {
	float: left;
	margin: 0 15px 15px 0;
	}
#main .gamma {
	float: left;
	margin: 0 0 15px 0;
	}
    
p.caution {
	padding-left: 24px;
    color:#1963B4;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer2: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 */

p.question{
	background:url(../images/q.png) 0 0 no-repeat;
    text-indent:32px;
    line-height:27px;
    font-weight:bold;
    color:#FF7A65;
    border-bottom:dotted 2px #047391;
    font-size:105%;
    padding-bottom:5px;
    }

.answer{
	background:url(../images/a.png) 0 0 no-repeat;
    padding-left:32px;
    }

.non_recruit{
	margin-left:85px;
}
/*---------- 05  Footer -----------*/

#footer {
	clear: both;
    width:812px;
	margin: 0 auto;
	padding-bottom:10px;
	height:130px;
	background: #fff url(../images/footer_bg.jpg) bottom no-repeat;
	text-align: center;
	color: #B83626;
	}
/* *: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: #B83626;
	}

#footer a:hover { text-decoration: underline;color: #B83626;}

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer .fnav{
    float:right;
    text-align:left;
    width:450px;
    margin-bottom:10px;
    }
#footer .fnav p{
    color:#3383B6;
    }
*html #footer .fnav_l {
    float:left;
    text-align:left;
    width:140px;
	height:75px;
    margin:0 0 10px 80px;
	display:block;
    }
#footer .fnav_l{
    float:left;
    text-align:left;
    width:140px;
	height:75px;
    margin:0 0 10px 160px;
	background:url(../images/odc3918-banner.gif);
    }
#footer ul{
    margin:0px;
    padding:0px;
    }
#footer .footer_nav li{
	height: 30px;
	float:left;
	text-indent: -9999px;
	list-style: none;
    }
#footer .footer_nav li a {
	display: block;
	height: 30px;
	}
#fnav01{background: url(../images/footer_nav01.png) 0 0 no-repeat;width:180px;}
#fnav02{width:207px;}
#fnav01 a { background: url(../images/footer_nav01.png) 0 0 no-repeat; width:180px;}
#fnav02 a { background: url(../images/footer_nav02.png) 0 0 no-repeat; width:207px;}

#footer address { margin: 5px 1em 5px 0px; clear:both;}

/*-------- 07  Index --------*/

#index .content_l{
    float:left;
    width:330px;
    margin:0;
    padding:30px 0 0 0;
    }
    
#index .content_r{
    float:right;
    width:450px;
    margin:0 5px 0 0;
    padding:15px 0 0 0;
    text-align:left;
    }

#index .content_r .section{
    width:407px;
    margin-left:10px;
    }
    

#index .pkup ul,
#index .pkup li {
	margin: 0;
	padding:0;
	list-style: none;
	}

#index .pkup li {
	height: 100px;
	text-indent: -9999px;
	}

#index .pkup li a {
	display: block;
	width:300px;
	height: 100px;
	}

#pkup01 a { background: url(../images/index_pkup01.png) 0 0 no-repeat; }
#pkup02 a { background: url(../images/index_pkup02.png) 0 0 no-repeat; }
#pkup03 a { background: url(../images/index_pkup03.png) 0 0 no-repeat; }

#pkup01 a:hover { background: url(../images/index_pkup01.png) 0 0 no-repeat; }
#pkup02 a:hover { background: url(../images/index_pkup02.png) 0 0 no-repeat; }
#pkup03 a:hover { background: url(../images/index_pkup03.png) 0 0 no-repeat; }

#index .clinic_info{
    width:410px;
    padding:.5em 5px;} 

#index .clinic_info dl{
    margin:0;
    padding:0;
    }

#index .clinic_info dt{
    float:left;
    font-weight:normal;
    color:#B83626;
    }
#index .clinic_info dd{
    margin-left:75px;
    }
	
p.recrute a{
	display:block;
	width:250px;
	height:30px;
	margin:0;
	float:right;
	background-image:url(../images/recrute.png);
	text-indent:-9999px;
    }
p.recrute a:hover{
	background-position:0 100%;
}
p.top_navi{
	text-align:right;
	margin:0;
}

#index h2#title01 {background: url(../images/index_h2-01.png) 0 0 no-repeat;height:38px;}
#index h2#title02 {background: url(../images/index_h2-02.png) 0 0 no-repeat;}

/*-------- 08  Color --------*/
#color h2#title01 {background: url(../images/color_h2-01.png) 0 0 no-repeat;}
#color h3#title02 {background: url(../images/color_h3-02.png) 0 0 no-repeat;}
#color h3#title03 {background: url(../images/color_h3-03.png) 0 0 no-repeat;}
#color h3#title04 {background: url(../images/color_h3-04.png) 0 0 no-repeat;}
#color h3#title05 {background: url(../images/color_h3-05.png) 0 0 no-repeat;}
#color .alpha{width:200px;}
#color .gamma{width:475px;}
#color .w_price{width:440px;}
#color .pmtc{width:175px;}
* html #color .pmtc{width:198px;}
#color .w_mail_link{width:327px;}
* html #color .w_mail_link{width:350px;}
#color .ml_01{margin-left:80px;}
#color .ml_02{margin-left:142px;}

/*-------- 09  Front --------*/
#front h2#title01 {background: url(../images/front_h2-01.png) 0 0 no-repeat;}
#front h3#title02 {background: url(../images/front_h3-02.png) 0 0 no-repeat;}
#front h3#title03 {background: url(../images/front_h3-03.png) 0 0 no-repeat;}
#front h4#title04 {background: url(../images/front_h4-04.png) 0 0 no-repeat;}
#front h4#title05 {background: url(../images/front_h4-05.png) 0 0 no-repeat;}
#front h3#title06 {background: url(../images/front_h3-06.png) 0 0 no-repeat;}
#front h4#title07 {background: url(../images/front_h4-07.png) 0 0 no-repeat;}
#front h3#title08 {background: url(../images/front_h3-08.png) 0 0 no-repeat;}
#front .ceramic{width:235px;}
* html #front .ceramic{width:255px;}
#front .mt_01{margin-top:50px;}
#front .alpha{margin-left:20px;}
* html #front .alpha{margin-left:15px;}

/*-------- 10  Back --------*/
#back h2#title01 {background: url(../images/back_h2-01.png) 0 0 no-repeat;}
#back h3#title02 {background: url(../images/back_h3-02.png) 0 0 no-repeat;}
#back h3#title03 {background: url(../images/back_h3-03.png) 0 0 no-repeat;}
#back h3#title04 {background: url(../images/back_h3-04.png) 0 0 no-repeat;}
#back h4#title05 {background: url(../images/back_h4-05.png) 0 0 no-repeat;}
#back h4#title06 {background: url(../images/back_h4-06.png) 0 0 no-repeat;}
#back h3#title07 {background: url(../images/back_h3-07.png) 0 0 no-repeat;}
#back .h_price{width:255px;}
* html #back .h_price{width:277px;}

/*-------- 11  Bridal --------*/
#bridal h2#title01 {background: url(../images/bridal_h2-01.png) 0 0 no-repeat;}
#bridal h3#title02 {background: url(../images/bridal_h3-02.png) 0 0 no-repeat;}
#bridal h3#title03 {background: url(../images/bridal_h3-03.png) 0 0 no-repeat;}
#bridal h3#title04 {background: url(../images/bridal_h3-04.png) 0 0 no-repeat;}
#bridal h3#title05 {background: url(../images/bridal_h3-05.png) 0 0 no-repeat;}
#bridal h4#title06 {background: url(../images/bridal_h4-06.png) 0 0 no-repeat;}
#bridal h4#title07 {background: url(../images/bridal_h4-07.png) 0 0 no-repeat;}
#bridal h4#title08 {background: url(../images/bridal_h4-08.png) 0 0 no-repeat;margin-bottom:15px;}
#bridal h4#title09 {background: url(../images/bridal_h4-09.png) 0 0 no-repeat;}
#bridal h4#title10 {background: url(../images/bridal_h4-10.png) 0 0 no-repeat;margin-bottom:15px;}
#bridal h3#title11 {background: url(../images/bridal_h3-11.png) 0 0 no-repeat;}
#bridal #content .alpha{width:200px;margin-top:10px;}
#bridal #content .gamma{width:415px;margin-top:10px;}
#bridal #content .gamma .gamma{margin-top:15px;}

/*-------- 12  Qa --------*/
#qa h2#title01 {background: url(../images/qa_h2-01.png) 0 0 no-repeat;}
#qa h3#title02 {background: url(../images/qa_h3-02.png) 0 0 no-repeat;}

/*-------- 13  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 h3#title03 {background: url(../images/clinic_h3-03.png) 0 0 no-repeat;}
#clinic .ml_01{margin-left:60px;}
* html #clinic .ml_01{margin-left:80px;}
#clinic .ml_02{margin-left:105px;}

/*-------- 14  Recruit --------*/
#recruit h2#title01 {background: url(../images/recruit_h2-01.png) 0 0 no-repeat;}
#recruit table th{width:60px;}
* html #recruit table th{width:90px;}
*:first-child+html #recruit table th{width:90px;}

/*-------- 15  Inquiry --------*/
#inquiry h2#title01 {background: url(../images/inquiry_h2-01.png) 0 0 no-repeat;}
#inquiry h3#title02 {background: url(../images/inquiry_h3-02.png) 0 0 no-repeat;height:27px;}
#inquiry span{
    font-size:95%;
    font-weight:bold;
    color:#A60605;
    }
#inquiry .timetable table th{
    text-align:center;
    background:#ccc;
    width:100px;
    }
#inquiry .timetable table td{
    text-align:center;
    width:230px;
    }
#inquiry .form{
    height:500px;
    }
#inquiry .mailform table {
    width:578px;
    }

/*-------- 16  Sitemap --------*/
#sitemap h2#title01 {background: url(../images/sitemap_h2-01.png) 0 0 no-repeat;}
#sitemap h3#title02 {background: url(../images/sitemap_h3-02.png) 0 0 no-repeat;
    width:180px;
    height:27px;
    margin-left:25px;
    }
#sitemap #main a{color:#FC6F54;}
#sitemap .mainlink{
    margin:5px 0 5px 10px;
    padding:10px 0 10px 0;
    } 
#sitemap #main .mainlink a{color:#598F75;}
#sitemap .gnavli li{background: url(../images/li_bg2.gif) 0 0 no-repeat;}
#sitemap .title02.li {color:#FF6147;background: url(../images/li_bg4.gif) 0 0 no-repeat}
#sitemap .sitemap ul{
    font-size:105%;
    font-weight:bold;
    margin-bottom:5px;
    }
#sitemap .sitemap li{margin:5px 0 5px 0;}
#sitemap .sitemap ul ul{margin: 1px 0 0 5px;}
    
    
