@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  First                       */
/*                 09  About                       */
/*                 10  Ct                          */
/*                 11  Oneday                      */
/*                 12  Case                        */
/*                 13  Bone                        */
/*                 14  Flow                        */
/*                 15  Safety                      */
/*                 16  Q_and_a                     */
/*                 17  Dr                          */
/*                 18  Clinic                      */
/*                 19  Inquiry                     */
/*                 20  Cost                        */
/*                 21  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/body_bg.jpg) top repeat-x; }
body#index  { background: url(../images/index_body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) top no-repeat;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#index #wrapper {
	background: url(../images/index_wrapper_bg.jpg) top no-repeat;
	width: 820px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
    width:800px;
	margin: 0 0 0 10px;
	padding:0;
	}

#content {
	width: 570px;
	float: right;
	line-height: 1.8;
	padding: 0;
	margin:0 10px 0 0;
	clear:both;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 77px;
	width: 800px;
	margin: 0 0 0 10px;
	padding: 0;
	position:relative;
	}

#logo{
	display: block;
	width: 360px;
	height: 77px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	float: left;
	margin:0;
}
	
h1 {
	position:absolute;
	width: 360px;
	line-height: 1.0;
	padding:2px 0 0 0;
	top:38px;
	right:75px;
	font-size:12px;
	}
	
h1 a {
	width: 360px;
	}

#header .section {
	width: 365px;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 35px;
	float: right;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 55px;
	height: 20px;
	clear:right;
	float:right;
	}

#header_nav li {
	height: 20px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 110px; }
#nav02 { width: 160px; }
#nav03 { width: 55px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 110px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -110px 0 no-repeat;
	width: 160px;
	}


/*----------04  Navigation -----------*/

#gnav {
	width: 800px;
	height:52px;
	margin-left:10px;
	}
#gnav ul,
#gnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#gnav li {
	text-indent: -9999px;
	float: left;
	height: 52px;
	}

#gnav li a {
	display: block;
	height: 52px;
	}

	
#gnav01 { width:90px;}
#gnav02 { width:160px;}
#gnav03 { width:200px;}
#gnav04 { width:110px;}
#gnav05 { width:120px;}
#gnav06 { width:120px;}
	
#gnav01 a { background: url(../images/gnav.jpg) 0 0 no-repeat;}
#gnav02 a { background: url(../images/gnav.jpg) -90px 0 no-repeat;}
#gnav03 a { background: url(../images/gnav.jpg) -250px 0 no-repeat;}
#gnav04 a { background: url(../images/gnav.jpg) -450px 0 no-repeat;}
#gnav05 a { background: url(../images/gnav.jpg) -560px 0 no-repeat;}
#gnav06 a { background: url(../images/gnav.jpg) -680px 0 no-repeat;}

#gnav01 a:hover { background: url(../images/gnav.jpg) 0 -52px no-repeat;}
#gnav02 a:hover { background: url(../images/gnav.jpg) -90px -52px no-repeat;}
#gnav03 a:hover { background: url(../images/gnav.jpg) -250px -52px no-repeat;}
#gnav04 a:hover { background: url(../images/gnav.jpg) -450px -52px no-repeat;}
#gnav05 a:hover { background: url(../images/gnav.jpg) -560px -52px no-repeat;}
#gnav06 a:hover { background: url(../images/gnav.jpg) -680px -52px no-repeat;}


#nav h2{text-indent:-9999px;width:200px;height:30px;}
#nav h2#n_title01 { background: url(../images/nav_h2-01.jpg) 0 0 no-repeat; }
#nav h2#n_title02 { background: url(../images/nav_h2-02.jpg) 0 0 no-repeat; }

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav {
	width: 200px;
	float: left;
	}

#nav ul {
    width:200px;
	margin: 0 0 5px 0 ;
	padding: 5px 0 5px 0;
	list-style: none;
	background: url(../images/nav_bg.jpg) bottom no-repeat;
	}

#nav li {
    width:190px;
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	}

#nav .internal li {
    width:190px;
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
    width:190px;
	display: block;
	height: 30px;
	}

#nav04 a { background: url(../images/nav01.jpg) 0 0 no-repeat; }
#nav05 a { background: url(../images/nav01.jpg) 0 -30px no-repeat; }
#nav06 a { background: url(../images/nav01.jpg) 0 -60px no-repeat; }
#nav07 a { background: url(../images/nav01.jpg) 0 -90px no-repeat; }
#nav08 a { background: url(../images/nav01.jpg) 0 -120px no-repeat; }
#nav09 a { background: url(../images/nav01.jpg) 0 -150px no-repeat; }
#nav10 a { background: url(../images/nav01.jpg) 0 -180px no-repeat; }
#nav11 a { background: url(../images/nav01.jpg) 0 -210px no-repeat; }
#nav12 a { background: url(../images/nav01.jpg) 0 -240px no-repeat; }
#nav18 a { background: url(../images/nav01.jpg) 0 -270px no-repeat; }

#nav13 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav14 a { background: url(../images/nav02.jpg) 0 -30px no-repeat; }
#nav15 a { background: url(../images/nav02.jpg) 0 -60px no-repeat; }
#nav16 a { background: url(../images/nav02.jpg) 0 -90px no-repeat; }
#nav17 a { background: url(../images/nav02.jpg) 0 -120px no-repeat; }



#nav04 a:hover { background: url(../images/nav01.jpg) -190px 0 no-repeat; }
#nav05 a:hover { background: url(../images/nav01.jpg) -190px -30px no-repeat; }
#nav06 a:hover { background: url(../images/nav01.jpg) -190px -60px no-repeat; }
#nav07 a:hover { background: url(../images/nav01.jpg) -190px -90px no-repeat; }
#nav08 a:hover { background: url(../images/nav01.jpg) -190px -120px no-repeat; }
#nav09 a:hover { background: url(../images/nav01.jpg) -190px -150px no-repeat; }
#nav10 a:hover { background: url(../images/nav01.jpg) -190px -180px no-repeat; }
#nav11 a:hover { background: url(../images/nav01.jpg) -190px -210px no-repeat; }
#nav12 a:hover { background: url(../images/nav01.jpg) -190px -240px no-repeat; }
#nav18 a:hover { background: url(../images/nav01.jpg) -190px -270px no-repeat; }

#nav13 a:hover { background: url(../images/nav02.jpg) -190px 0 no-repeat; }
#nav14 a:hover { background: url(../images/nav02.jpg) -190px -30px no-repeat; }
#nav15 a:hover { background: url(../images/nav02.jpg) -190px -60px no-repeat; }
#nav16 a:hover { background: url(../images/nav02.jpg) -190px -90px no-repeat; }
#nav17 a:hover { background: url(../images/nav02.jpg) -190px -120px no-repeat; }


#nav p { text-align: center; }

#nav .link_inq {
    text-indent:-9999px;
    width:200px;
    height: 140px;
    clear:both;
    }
#nav .link_inq a {
    display:block;
    height: 140px;
	background: url(../images/ban_recovery.jpg) 0 0 no-repeat;
	}
#nav .link_inq a:hover {background: url(../images/ban_recovery.jpg) 0 -140px no-repeat;}

#nav .ban_inq {
    text-indent:-9999px;
    width:200px;
    height: 40px;
    clear:both;
    }
#nav .ban_inq a {
    display:block;
    height: 40px;
	background: url(../images/ban_inq.jpg) 0 0 no-repeat;
	}
#nav .ban_inq a:hover {background: url(../images/ban_inq.jpg) 0 -40px no-repeat;}

#nav .ban_column {
    text-indent:-9999px;
    width:200px;
    height: 60px;
    clear:both;
    }
#nav .ban_column a {
    display:block;
    height: 60px;
	background: url(../images/ban_03.jpg) 0 0 no-repeat;
	}
#nav .ban_column a:hover {background: url(../images/ban_03.jpg) 0 -60px no-repeat;}

/*---------- 05  Footer -----------*/
#footer_waku{
	margin:0;
	background:url(../images/footer_bg.jpg) bottom repeat-x;
}
#footer_waku .footertop {
  width: 800px;
	height: 150px;
	_height: 180px;
	padding: 15px 0 0 10px;
	margin: 0 auto;
}
#footer_waku .mb5{
	margin-bottom:5px;
}
#footer_waku ul.footerlbox {
  width:460px;
	margin-right: 10px;
}
#footer_waku ul.footerlbox li{
	list-style:none;
}
#footer_waku .fleft{
	float:left;
}
#footer_waku .fright{
	margin-top:13px;
	float:right;
}

#footer {
	width:800px;
    height:80px;
	clear: both;
	padding: 0 0 0 0 ;
	margin: 0 auto;
	font-size: 85%;
	text-align: left;
	color: #fff;
	position:relative;
	}
*: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: #564134;
	}
#footer .contact_box{
	position:absolute;
	right:0;
	top:20px;
	line-height:18px;
	width:330px;
	color:#3F1229;
}
#footer .contact_box .large{
	font-size:14px;
	font-weight:bold;
}
#footer .contact_box .large02{
	font-size:18px;
	font-weight:bold;
}
#footer a:hover { text-decoration: underline; }

#footer .section{ padding-top:20px; }
*:first-child+html #footer .section{ padding-top:25px; }
* html body #footer .section{ padding-top:25px; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	color: #564134;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }

/*---------- 06  Contents -----------*/

.section { padding: .1em 10px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

h2 {text-indent: -9999px;height:60px;}

#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	clear: both;
	height: 15px;
	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.jpg) 0 6px no-repeat;
	padding-left: 10px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}


#dr #content dl{width:280px;}
#dr #content dt { float:left; text-align:right; }
#dr #content dd{padding-left:0px;}

#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_l02  {
	float: left;
	margin: 5px 16px 0 0;
	}
.image_l03  {
	float: left;
	margin: 0 15px 0 0;
	}
.image_l04{
	float:left;
	margin:0 0 0 0;
}
.image_l05  {
	float: left;
	margin: 0 16px 0 0;
	}
.image_l06{
	float:left;
	margin:0 0 15px 0;
}
.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}
.image_r02 {
	float: right;
	margin:0 0 15px 0;
	}
.image_r05 {
	float: right;
	margin: 0 0 0 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.gif) center center no-repeat;
	}
.case02 {
	margin: 10px 20px;
	background: url(../images/arrow_h.gif) center 130px no-repeat;
	}
.case img,
.case02 img {
	display: block;
	}

.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: 88px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	background: url(../images/totop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

.saisei_box{
	width:740px;
	height:290px;
	margin:0 auto;
	clear:both;
}
.saisei_box02{
	width:740px;
	height:335px;
	margin:0 auto;
}

/* 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 */


.alpha { float:left; }
.beta { float:left; }
.beta_color { float:left; }

.subtext {
    color:#564134;
    font-weight:bold;
    }
.subtext02 {
    color:#3F1229;
	font-size:120%;
	border-bottom:#3F1229 1px dashed;
    font-weight:bold;
	margin-bottom:10px;
    }
p.catch {margin:0;padding:0;line-height:0;}

.catch_area {
    width:800px;
    height:125px;
	background: url(../images/catch_bg.jpg) 0 0 no-repeat;
	margin:0 0 30px 0 ;
	padding:0;
	position:relative;
    }
.catch_area .ban_soudan{
	position:absolute;
	width:250px;
	height:25px;
	left: 490px;
	top: 65px;
}
.catch_area .section{
    float:right;
    width:610px;
	height: 60px;
	margin:0;
	padding:0;
    }

.catch_area h2 {
    width:610px;
	height: 60px;
	margin:0;
	padding:0;
	line-height:0;
	}
.catch_area .catch{
    width:610px;
	height: 60px;
	margin:0;
	padding:0;
	line-height:0;
    }
* html .catch_area .catch{margin-top:-5px;}
*:first-child+html .catch_area .catch{margin-top:-5px;}
	
#content table {
    margin-top:10px;
    border: 1px solid #796662;
    line-height:1.8;
    table-layout:fixed;
    }
#content table td {
    border: 1px solid #796662;
    color:#6F6F6F;
    background:#fff;
    vertical-align: top;
    }
#content table dl {
    padding:0;
    margin:0;
    }  
#content table th{
    text-align:center;
    border: 1px solid #796662;
    background:#F8F7F5;
    color:#796662;
    font-weight:bold;
    }
#content table ul{
    margin:0;
    padding:0;
    }
#content table ol{
    margin-top:0;
    margin-bottom:0;
    }
#content table li{
    line-height:20px;
    } 
* html #content table{font-size:95%;}
* html #content table th {padding:3px 5px 3px 5px;}	

.subtitle {
    font-size:108%;
    color:#EF4A60;
    }

/*-------- 07  Index --------*/
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h2#title02 { background: url(../images/index_h2-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index h3#title05 { background: url(../images/index_h3-05.jpg) 0 0 no-repeat; }
#index h3#title04 { background: url(../images/index_h3-04.jpg) 0 0 no-repeat; }
#index h4#title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; margin-bottom:8px;}
#index h3#title08 { background: url(../images/index_h3-08.jpg) 0 0 no-repeat; }
#index h3 {width:570px;height:45px;margin:10px 0 0 0;}

#index h2#title01 a { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; display:block;height:25px;}
#index h2#title02 a { background: url(../images/index_h2-02.jpg) 0 0 no-repeat; display:block;height:25px;}
#index h2#title01 a:hover { background: url(../images/index_h2-01.jpg) 0 -25px no-repeat;}
#index h2#title02 a:hover { background: url(../images/index_h2-02.jpg) 0 -25px no-repeat;}

#index .catch {
	width:800px;
	height:200px;
	margin-bottom:10px;
	background:url(../images/index_catch.jpg) no-repeat;
	position:relative;
}
#index .catch .kau{
	position:absolute;
	width:200px;
	height:100px;
	right:359px;
	top:99px;	
}

#index .link_oneday {
    text-indent:-9999px;
    width:570px;
    height: 99px;
    clear:both;
    }
#index .link_oneday a {
    display:block;
    height: 99px;
	background: url(../images/index_ban01.jpg) 0 0 no-repeat;
	}
#index .link_oneday a:hover {background: url(../images/index_ban01.jpg) 0 -99px no-repeat;}

#index .link_q_and_a {
    text-indent:-9999px;
    width:570px;
    height: 50px;
    clear:both;
    }
#index .link_q_and_a a {
    display:block;
    height: 50px;
	background: url(../images/index_ban02.jpg) 0 0 no-repeat;
	}
#index .link_q_and_a a:hover {background: url(../images/index_ban02.jpg) 0 -50px no-repeat;}

#index .pkup { 
    width:570px;
    margin:15px 0 15px 0;
    }
#index .pkup p a{color:#555;text-decoration: none; }    
#index .pkup p a:hover{text-decoration: underline;}    

#index .pkup h2 {width:270px;height:25px;}
#index .pkup .alpha,
#index .pkup .beta {
    width:270px;
    height:110px;
    }
#index .pkup .alpha {
    background: url(../images/pkup01.jpg) 0 0 no-repeat;
    }
#index .pkup .beta {
    float:right;
    background: url(../images/pkup02.jpg) 0 0 no-repeat;
    }
    
#index .pkup .alpha p,
#index .pkup .beta p{
    width:135px;
    margin:10px 0 0 10px;
    }
#index .clinic_info{
    width:530px;
    height:262px;
	background: url(../images/index_clinic_bg.jpg) 0 0 no-repeat;
	padding:10px 0 0 220px;
	margin:30px 0 0 20px;
    }
#index .clinic_info dl{margin:0 0 0 10px;padding:0;} 
#index .clinic_info dt{width:73px;} 
#index .clinic_info dd{margin-left:73px;} 

#index .clinic_info ul {margin:8px 0 0 40px ;}
#index .clinic_info li a {color:#7F6349;text-decoration: none; }
#index .clinic_info li a:hover {text-decoration: underline; }

#index .clinic_info li {
	list-style: none;
	background: url(../images/index_li_bg.gif) 0 4px no-repeat;
	padding-left: 20px;
	}
.main_pick_left {
    border: 1px solid #3E0F21;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 5px;
    width: 280px;
}
.main_pick_right {
    border: 1px solid #3E0F21;
    float: right;
    margin: 0 0 20px;
    padding: 0 0 5px;
    width: 280px;
}
.main_pick_left ul li, .main_pick_right ul li {
    background: url(../images/common_ico01.jpg) no-repeat scroll 10px 5px transparent;
    margin: 0 0 0;
    padding-left: 30px;
}


#index_service {
    height: 195px;
    margin-top: 10px;
	margin-bottom:20px;
    padding:10px 10px 10px 10px;
	border:#3B1627 3px solid;
    background: url(../images/index_bg.jpg) repeat top left;
	/*background:#441326;*/
}
#index_service .alpha {
    margin-right: 15px;
}
.beta {
    float: right;
}
.index_text{
    padding:0;
	background:#F6ECE3;
}

/*-------- 08  First --------*/
#first h2#title01 { background: url(../images/first_h2-01.jpg) 0 0 no-repeat;}
#first h3#title02 { background: url(../images/first_h3-02.jpg) 0 0 no-repeat;}
#first h4#title03 { background: url(../images/first_h4-03.jpg) 0 0 no-repeat;margin-top:20px;}
#first #title04 { background: url(../images/first_title04.jpg) center center no-repeat;text-indent:-9999px;}
#first #title05 { background: url(../images/first_title05.jpg) center center no-repeat;text-indent:-9999px;}
#first #title06 { background: url(../images/first_title06.jpg) center center no-repeat;text-indent:-9999px;}
#first h3#title07 { background: url(../images/first_h3-07.jpg) 0 0 no-repeat;}
#first h4#title08 { background: url(../images/first_h4-08.jpg) 0 0 no-repeat;margin-top:20px;}
#first h4#title09 { background: url(../images/first_h4-09.jpg) 0 0 no-repeat;}
#first h4#title10 { background: url(../images/first_h4-10.jpg) 0 0 no-repeat;}

#first .catch { background: url(../images/first_catch.jpg) 0 0 no-repeat;}

#first .t_title {
    margin:0;
    padding:0;
    width:100px;
    }
#first table {
    margin-top:10px;
    border: 1px solid #BFB5B3;
    line-height:20px;
    table-layout:fixed;
    }
#first table td {
    border: 1px solid #BFB5B3;
    color:#6F6F6F;
    background:#fff;
    vertical-align: top;
    }
#first table dl {
    padding:0;
    margin:0;
    }  
#first table th{
    text-align:center;
    border: 1px solid #BFB5B3;
    background:#796662;
    color:#fff;
    font-weight:bold;
    }

#first .box{
    margin-bottom:25px;
    }



/*-------- 09  About --------*/
#about h2#title01 { background: url(../images/about_h2-01.jpg) 0 0 no-repeat;}
#about h3#title02 { background: url(../images/about_h3-02.jpg) 0 0 no-repeat;}
#about h4#title03 { background: url(../images/about_h4-03.jpg) 0 0 no-repeat;}
#about h4#title04 { background: url(../images/about_h4-04.jpg) 0 0 no-repeat;}
#about h4#title05 { background: url(../images/about_h4-05.jpg) 0 0 no-repeat;}
#about h4#title06 { background: url(../images/about_h4-06.jpg) 0 0 no-repeat;}
#about h4#title07 { background: url(../images/about_h4-07.jpg) 0 0 no-repeat;}

#about .catch { background: url(../images/about_catch.jpg) 0 0 no-repeat;}

#about .box{
    margin-bottom:25px;
    }

/*-------- 10  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 #title05 { background:#634E4E url(../images/ct_title05.jpg) center center no-repeat;text-indent:-9999px;}
#ct #title06 { background:#634E4E url(../images/ct_title06.jpg) center center no-repeat;text-indent:-9999px;}
#ct #title07 { background:#634E4E url(../images/ct_title07.jpg) center center no-repeat;text-indent:-9999px;}
#ct #title08 { background:#634E4E url(../images/ct_title08.jpg) center center no-repeat;text-indent:-9999px;}
#ct h3#title09 { background: url(../images/ct_h3-09.jpg) 0 0 no-repeat;}
#ct h4#title10 { background: url(../images/ct_h4-10.jpg) 0 0 no-repeat;width:258px;margin-bottom:10px;}
#ct h4#title11 { background: url(../images/ct_h4-11.jpg) 0 0 no-repeat;width:258px;margin-bottom:10px;}
#ct h4#title12 { background: url(../images/ct_h4-12.jpg) 0 0 no-repeat;}
#ct #title13 { background: url(../images/ct_title13.jpg) 0 0 no-repeat;text-indent:-9999px;}
#ct #title14 { background: url(../images/ct_title14.jpg) 0 0 no-repeat;text-indent:-9999px;}
#ct #title15 { background:#CBB995 url(../images/ct_title15.jpg) center center no-repeat;text-indent:-9999px;}
#ct #title16 { background:#CBB995 url(../images/ct_title16.jpg) center center no-repeat;text-indent:-9999px;}
#ct #title17 { background:#CBB995 url(../images/ct_title17.jpg) center center no-repeat;text-indent:-9999px;}
#ct #title00 { background: url(../images/ct_titlebg.jpg) 0 0 repeat-x;}

#ct .catch { background: url(../images/ct_catch.jpg) 0 0 no-repeat;}

#ct .t_table01 {width:500px;}
#ct .t_table01 th{padding:0;margin:0;width:150px;background:#DDCAA3;}

#ct .flow_case{
    float:left;
    margin-left:5px;
    width:258px;
    }
#ct .flow_case .flow_end,
#ct .flow_case .flow p{
    width:250px;
    text-align:center;
    color:#796662;
    font-weight:bold;
    border:1px solid #ccc;
    }    
#ct .flow_case .flow{
    margin:5px 5px 10px 5px;
    padding:0 0 30px 0;
    background: url(../images/flow_b.gif) bottom no-repeat;
    }
#ct .flow_case .flow_end{
    margin:5px 5px 30px 5px;
    }

#ct .alpha,
#ct .beta{
    float:left;
    margin-right:3px;
    }
#ct .gamma{
    float:left;
    }

#ct .t_title01 {
    margin:0;
    padding:0;
    height:30px;
    width:170px;
    }
#ct .t_title02 {
    width:150px;
    }

/*-------- 11  Oneday --------*/
#oneday h2#title01 { background: url(../images/oneday_h2-01.jpg) 0 0 no-repeat;}
#oneday h3#title02 { background: url(../images/oneday_h3-02.jpg) 0 0 no-repeat;}
#oneday h4#title03 { background: url(../images/oneday_h4-03.jpg) 0 0 no-repeat;}
#oneday #title04 { background: url(../images/oneday_title04.jpg) 0 0 no-repeat;text-indent:-9999px;height:30px;}
#oneday #title05 { background: url(../images/oneday_title05.jpg) 0 0 no-repeat;text-indent:-9999px;height:30px;}
#oneday #title06 { background: url(../images/oneday_title06.jpg) 0 0 no-repeat;text-indent:-9999px;height:30px;}
#oneday h4#title07 { background: url(../images/oneday_h4-07.jpg) 0 0 no-repeat;}
#oneday #title08 { background: url(../images/oneday_title08.jpg) 0 0 no-repeat;text-indent:-9999px;}
#oneday #title09 { background: url(../images/oneday_title09.jpg) 0 0 no-repeat;text-indent:-9999px;}
#oneday #title10 { background: url(../images/oneday_title10.jpg) 0 0 no-repeat;text-indent:-9999px;}
#oneday #title11 { background: url(../images/oneday_title11.jpg) 0 0 no-repeat;text-indent:-9999px;}
#oneday #title12 { background: url(../images/oneday_title12.jpg) 0 0 no-repeat;text-indent:-9999px;}
#oneday h4#title13 { background: url(../images/oneday_h4-13.jpg) 0 0 no-repeat;}

#oneday .catch { background: url(../images/oneday_catch.jpg) 0 0 no-repeat;}

#oneday .all_on_four dt{
    float:none;
    }
#oneday .all_on_four dd{
    margin:10px 0 20px 0;
    color:#482A06;
    background:#FFF8EF;
    padding:5px 8px 5px 8px;
    }

#oneday .flows dl{
    margin-left:0;
    }
#oneday .flows dt{
    color:#fff;
    background:#7F654F;
    float:none;
    margin-top:10px;
    padding:5px;
    width:480px;
    }
#oneday .flows dd{
    margin-top:5px;
    padding:0 0 30px 0;
    background: url(../images/flow_b.gif) bottom no-repeat;
    width:460px;
    }
#oneday .flows dd.flow_end {
    background: none;
    }

#oneday .reservation {
    text-indent:-9999px;
    width:570px;
    height: 50px;
    clear:both;
    }
#oneday .reservation a {
    display:block;
    height: 50px;
	background: url(../images/reservation.jpg) 0 0 no-repeat;
	}
#oneday .reservation a:hover {background: url(../images/reservation.jpg) 0 -50px no-repeat;}



/*-------- 12  Case --------*/
#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0;}
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; margin:20px 0 0 0;}
#case h3#title03 { background: url(../images/case_h3-03.jpg) 0 0 no-repeat;}
#case h3#title04 { background: url(../images/case_h3-04.jpg) 0 0 no-repeat;}
#case h3#title05 { background: url(../images/case_h3-05.jpg) 0 0 no-repeat;}
#case h3#title06 { background: url(../images/case_h3-06.jpg) 0 0 no-repeat; height:30px;}
#case h3#title07 { background: url(../images/case_h3-07.jpg) 0 0 no-repeat; height:30px; margin-top:20px;}

#case h3#title08 { background: url(../images/case_h3-08.jpg) 0 0 no-repeat; margin:20px 0 0 0;}
#case h3#title09 { background: url(../images/case_h3-09.jpg) 0 0 no-repeat; height:30px; margin-top:20px;}
#case h3#title10 { background: url(../images/case_h3-10.jpg) 0 0 no-repeat; height:35px;}
#case h3#title11 { background: url(../images/case_h3-11.jpg) 0 0 no-repeat; height:35px;}
#case h3#title12 { background: url(../images/case_h3-12.jpg) 0 0 no-repeat; height:35px;}
#case h3#title13 { background: url(../images/case_h3-13.jpg) 0 0 no-repeat; height:35px;}
#case h3#title14 { background: url(../images/case_h3-14.jpg) 0 0 no-repeat; height:35px;}
#case h3#title15 { background: url(../images/case_h3-15.jpg) 0 0 no-repeat; height:30px; margin-top:20px;}
#case h3#title16 { background: url(../images/case_h3-16.jpg) 0 0 no-repeat; height:35px;}
#case h3#title17 { background: url(../images/case_h3-17.jpg) 0 0 no-repeat; height:35px;}
#case h3#title18 { background: url(../images/case_h3-18.jpg) 0 0 no-repeat; height:35px;}
#case h3#title19 { background: url(../images/case_h3-19.jpg) 0 0 no-repeat; height:35px;}
#case h3#title20 { background: url(../images/case_h3-20.jpg) 0 0 no-repeat; height:35px;}
#case h3#title21 { background: url(../images/case_h3-21.jpg) 0 0 no-repeat; height:30px; margin-top:20px; margin-bottom:20px;}
#case h3#title22 { background: url(../images/case_h3-22.jpg) 0 0 no-repeat; height:35px;}
#case h3#title23 { background: url(../images/case_h3-23.jpg) 0 0 no-repeat; height:35px;}
#case h3#title24 { background: url(../images/case_h3-24.jpg) 0 0 no-repeat; height:35px; margin-top:20px; margin-bottom:20px;}
#case h3#title25 { background: url(../images/case_h3-25.jpg) 0 0 no-repeat; height:35px; margin-top:20px; margin-bottom:20px;}
#case h3#title26 { background: url(../images/case_h3-26.jpg) 0 0 no-repeat; height:35px; margin-top:20px; margin-bottom:20px;}

#case h3#title27 { background: url(../images/case_h3-27.jpg) 0 0 no-repeat; height:30px;}

#case h3 { background: url(../images/case_h3-02.jpg) 0 0;}

.dr_text{
	background:#fff;
	border:#DABB3D 1px solid;
	color:#442334;
	padding:5px 15px;
	line-height:20px;
	margin-bottom:40px;
}
#case .about_text{
	background:#DABB3E;
	border:#DABB3E 1px solid;
	color:#442334;
	padding:5px 15px;
	line-height:1.8;
	margin-bottom:40px;
}
#case .case_text{
	background:#FFF3C6;
	border:#DABB3D 1px solid;
	color:#442334;
	padding:5px 15px;
	line-height:1.8;
	margin-bottom:40px;
}
#case .about_text02{
	background:#fff;
	border:#ccc 1px solid;
	color:#442334;
	padding:5px 15px;
	line-height:1.8;
	margin-bottom:0;
}
#case .case_box{
	background:#F7F6F4;
	border:#BFB5B3 1px solid;
	padding:10px 15px;
	line-height:1.8;
	margin-bottom:40px;
	height:480px;
}
#case .case_box02{
	background:#F7F6F4;
	border:#BFB5B3 1px solid;
	padding:10px 15px;
	line-height:1.8;
	margin-bottom:40px;
	height:300px;
}
#case .case_box03{
	background:#F7F6F4;
	border:#BFB5B3 1px solid;
	padding:10px 15px;
	line-height:1.8;
	margin-bottom:40px;
	height:485px;
}
#case .case_box04{
	background:#F7F6F4;
	border:#BFB5B3 1px solid;
	padding:10px 15px;
	line-height:1.8;
	margin-bottom:40px;
	height:830px;
}

#case .catch { background: url(../images/case_catch.jpg) 0 0 no-repeat;}

#case .alpha_none{
	background:none;
    padding-right:20px;
    margin-right:0px;
	margin-left:20px;
	_margin-left:10px;
	float:left;
	margin-bottom:5px;
}
#case .alpha{
    background: url(../images/arrow_h.gif) right 65px no-repeat;
    padding-right:30px;
    margin-right:0;
	margin-left:20px;
	_margin-left:10px;
}
#case .beta_none{
	background:none;
    padding-right:20px;
    margin-right:0px;
	float:left;
    }	
#case .beta {
    background: url(../images/arrow_h.gif) right 65px no-repeat;
    padding-right:30px;
    margin-right:0;
    }
#case .bg01{
	background: url(../images/case_bg01.jpg) 271px top repeat-y;
}	
#case .gamma {float:left;}

#case #content {
	width: 790px;
	float: right;
	font-size: 100%;
	line-height: 1.8;
	padding: 0 0 0 0;
	margin:0 10px 0 0;
	clear:both;
	}

#case .caption {
	text-align: left;
	border-top: 2px solid #ccc;
	}

#case .photo{
	float:left;
	margin:0 10px 0 0;
}
#case .small{
	font-size:14px;
	line-height:1.8;
}
.red{
	color:#FF0000;
	font-weight:bold;
}

.ban_back{
	float:right;
	margin:0 0 30px 0;
	padding-left:400px;
}

.case_outbox{
	width:740px;
	overflow:hidden;
}
.case_inbox01{
	width:253px;
	float:left;
	margin:0;
	padding:5px;
}
.case_inbox02{
	width:252px;
	float:left;
	margin:0;
	padding:5px;
}
.case_inbox03{
	width:200px;
	float:left;
	margin:0;
	padding:5px;
}

/*-------- 13  Bone --------*/
#bone h2#title01 { background: url(../images/bone_h2-01.jpg) 0 0 no-repeat;}
#bone h3#title02 { background: url(../images/bone_h3-02.jpg) 0 0 no-repeat;}
#bone h3#title03 { background: url(../images/bone_h3-03.jpg) 0 0 no-repeat;}
#bone #title04 { background: url(../images/bone_title04.jpg) 0 0 no-repeat;width:500px;height:30px;text-indent:-9999px;}
#bone #title05 { background: url(../images/bone_title05.jpg) 0 0 no-repeat;width:500px;height:30px;text-indent:-9999px;}
#bone #title06 { background: url(../images/bone_title06.jpg) 0 0 no-repeat;width:500px;height:30px;text-indent:-9999px;}
#bone .t_table {width:500px;}
#bone .t_table_r th{padding:0;margin:0;}
#bone .catch { background: url(../images/bone_catch.jpg) 0 0 no-repeat;}

#bone .text {width:300px; float:left;}
#bone .photo {float:right;width:185px;text-align:center;}


/*-------- 14  Flow --------*/
#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat;}
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat;}

#flow #title03 { background: url(../images/flow_title03.jpg) 0 0 no-repeat;text-indent:-9999px;}
#flow #title04 { background: url(../images/flow_title04.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title05 { background: url(../images/flow_title05.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title06 { background: url(../images/flow_title06.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title07 { background: url(../images/flow_title07.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title08 { background: url(../images/flow_title08.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title09 { background: url(../images/flow_title09.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title10 { background: url(../images/flow_title10.jpg) 0 0 no-repeat;text-indent:-9999px}
#flow #title11 { background: url(../images/flow_title11.jpg) 0 0 no-repeat;text-indent:-9999px}


#flow .catch { background: url(../images/flow_catch.jpg) 0 0 no-repeat;}
#flow .flows dl{
    margin-left:0;
    }
#flow .flows dt{
    color:#fff;
    background:#7F654F;
    float:none;
    margin-top:10px;
    padding:5px;
    width:480px;
    }
#flow .flows dd{
    margin-top:5px;
    padding:0 0 30px 0;
    background: url(../images/flow_b.gif) bottom no-repeat;
    width:460px;
    }
#flow .flows dd.flow_end {
    background: none;
    }


/*-------- 15  Safety --------*/
#safety h2#title01 { background: url(../images/safety_h2-01.jpg) 0 0 no-repeat;}
#safety h3#title02 { background: url(../images/safety_h3-02.jpg) 0 0 no-repeat;}
#safety h3#title03 { background: url(../images/safety_h3-03.jpg) 0 0 no-repeat;}
#safety #title04 { background:#634E4E url(../images/safety_title04.jpg) center center no-repeat;width:150px;height:30px;text-indent:-9999px;}
#safety #title05 { background:#634E4E url(../images/safety_title05.jpg) center center no-repeat;width:150px;height:45px;text-indent:-9999px;}
#safety #title06 { background:#634E4E url(../images/safety_title06.jpg) center center no-repeat;width:150px;height:30px;text-indent:-9999px;}
#safety #title07 { background:#634E4E url(../images/safety_title07.jpg) center center no-repeat;width:150px;height:30px;text-indent:-9999px;}
#safety h3#title08 { background: url(../images/safety_h3-08.jpg) 0 0 no-repeat;}
#safety h3#title09 { background: url(../images/safety_h3-09.jpg) 0 0 no-repeat;}
#safety h3#title10 { background: url(../images/safety_h3-10.jpg) 0 0 no-repeat;}
#safety h4#title11 { background: url(../images/safety_h4-11.jpg) 0 0 no-repeat;}
#safety h4#title12 { background: url(../images/safety_h4-12.jpg) 0 0 no-repeat;}
#safety h3#title13 { background: url(../images/safety_h3-13.jpg) 0 0 no-repeat;}
#case h3#title21 { background: url(../images/safety_h3-21.jpg) 0 0 no-repeat; height:30px; margin-top:20px; margin-bottom:20px;}

#safety .catch { background: url(../images/safety_catch.jpg) 0 0 no-repeat;}
#safety table th{
    width:150px;
    }
#safety .recovery{
	background-color: #f4f3f2;
	margin: 10px 0px 20px 0px;
	padding: 10px;
}
#safety .recovery dt{
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight:bold;
	color: #826662;
}
#safety .recovery dd{
	margin:5px 0 10px;}
.recovery_case{
	margin:0;
	padding:0;
	overflow:hidden;}
.recovery_l{
	float:left;
	width:260px;
	}
.recovery_r{
	float:right;
	width:260px;
	}

#safety hr.arrow{
	background-image: url(../images/arrow_h3.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 46px;
	border:0;
}
#foot{margin:0; padding:0;}
#foot ul{margin:0 0 0 20px; padding:0;}
#foot ul li{
	width:180px;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	float:left;
	background:none;
}
#foot ul.foot li.last{
	margin:0 0 0 0;
	padding:0;
}

/*-------- 16  Q_and_a --------*/
#q_and_a h2#title01 { background: url(../images/q_and_a_h2-01.jpg) 0 0 no-repeat;}
#q_and_a h3#title02 { background: url(../images/q_and_a_h3-02.jpg) 0 0 no-repeat;}
#q_and_a h2#title03 { background: url(../images/q_and_a_h2-02.jpg) 0 0 no-repeat;}
#q_and_a h2#title04 { background: url(../images/q_and_a_h2-03.jpg) 0 0 no-repeat;}
#q_and_a h3#title05 { background: url(../images/q_and_a_h3-03.jpg) 0 0 no-repeat;}

#q_and_a #content dt{
   float:none;
   background: url(../images/q.jpg) 0 3px no-repeat;
   padding:0 0 0 18px;
   border-bottom:1px solid #ccc;
   font-weight:bold;
   color:#5F354D;
   width:500px;
   }
#q_and_a #content dd{
   margin:0 0 30px 0;
   float:none;
   background: url(../images/a.jpg) 0 3px no-repeat;
   padding:0 0 0 18px;
   }
.right{text-align:right;}

/*-------- 17  Dr --------*/
#dr h2#title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat;}
#dr h3#title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat;}
#dr h4#title03 { background: url(../images/dr_h4-03.jpg) 0 0 no-repeat;}

#dr h4#title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; border-bottom:#937B7B 1px solid;}
#dr h4#title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; border-bottom:#937B7B 1px solid;}
#dr h4#title06 { background: url(../images/dr_h4-06.jpg) 0 0 no-repeat; border-bottom:#937B7B 1px solid;}
#dr h4#title07 { background: url(../images/dr_h4-07.jpg) 0 0 no-repeat; border-bottom:#937B7B 1px solid;}
#dr h4#title08 { background: url(../images/dr_h4-08.jpg) 0 0 no-repeat; border-bottom:#937B7B 1px solid;}
#dr h3#title09 { background: url(../images/dr_h3-09.jpg) 0 0 no-repeat;}

#dr .photo{
    width:200px;
    float:left;
    margin:0 20px 0 0px;
    }
#dr .info{
    width:280px;
    float:left;
    }
	
#dr .subtext {
    color:#564134;
    font-weight:bold;
	background:#FFCC66;
	padding:1px 5px;
    }
#dr .bg01{
	background: url(../images/dr_bg01.jpg) 100% 0 no-repeat;
	padding:0 250px 0 0;
	height:300px;
}

/*-------- 18  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 h3#title06 { background: url(../images/clinic_h3-06.jpg) 0 0 no-repeat;}
#clinic h3#title07 { background: url(../images/clinic_h3-07.jpg) 0 0 no-repeat;}
#clinic h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat;}
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat;}
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat;}
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat;}

#clinic table.info{
    width:450px;
    margin:10px auto;
    }
#clinic table.info th{
    width:100px;
    }
#clinic #map{
    margin:0 auto;
    width:530px;
    height:350px;
    border:1px solid #ccc;
    }    

#clinic .box{
    padding:5px 8px 5px 8px;
    background:#F9F5F4;
    }

#clinic .mt01{margin-top:40px;}
#clinic .mt02{margin-top:50px;}
#clinic .mt03{margin-top:40px;}
#clinic .mt04{margin-top:30px;}

/*-------- 19  Inquiry --------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat;}
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat;}
#inquiry h4#title03 { background: url(../images/inquiry_h4-03.jpg) 0 0 no-repeat;}
#inquiry h4#title04 { background: url(../images/inquiry_h4-04.jpg) 0 0 no-repeat;}
#inquiry h4#title05 { background: url(../images/inquiry_h4-05.jpg) 0 0 no-repeat;}

#inquiry #content table th{
    width:150px;
    }
#inquiry .waku{
	background:#F3D8A3;
	padding:10px;
	margin:15px 0 60px 0;
}

  
/*-------- 20  Cost --------*/
#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat;}
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat;}
#cost h3#title03 { background: url(../images/cost_h3-03.jpg) 0 0 no-repeat; margin-top:20px;}
#cost h3#title04 { background: url(../images/cost_h3-04.jpg) 0 0 no-repeat; margin-top:20px;}
#cost h3#title05 { background: url(../images/cost_h3-05.jpg) 0 0 no-repeat; margin-top:20px;}

#cost h4#title06 { background: url(../images/cost_h4-06.jpg) 0 0 no-repeat; margin-top:20px;}

#cost .img01{margin:30px 0 30px 0;}

#cost .comment{color:#604743;font-size:93%;}

#cost table {
	width:530px;
    margin-top:10px;
    border: 1px solid #BFB5B3;
    line-height:1.8;
    table-layout:fixed;
    }
#cost table td {
    border: 1px solid #BFB5B3;
    color:#555;
    background:#fff;
    vertical-align: top;
    }
#cost table th{
    text-align:center;
    border: 1px solid #BFB5B3;
    background:#dabb3d;
    color:#fff;
    font-weight:bold;
    }
#cost table td.bg01{
	background:#ccf5ff;
}
#cost table td.bg02{
	background:#ffdee5;
}
#cost table td.bg03{
	background:#F7F6F4;
	color:#796662;
}


/*-------- 21  Sitemap --------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat;}
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat;}
#sitemap h4#title04 { background: url(../images/sitemap_h4-04.jpg) 0 0 no-repeat; margin:10px 0;}
#sitemap h4#title05 { background: url(../images/sitemap_h4-05.jpg) 0 0 no-repeat; margin:10px 0;}
#sitemap h4#title06 { background: url(../images/sitemap_h4-06.jpg) 0 0 no-repeat; margin:10px 0;}
#sitemap h4#title07 { background: url(../images/sitemap_h4-07.jpg) 0 0 no-repeat; margin:10px 0;}

#sitemap #content dt{
    float:none;
    background: url(../images/index_li_bg.gif) 0 4px no-repeat;
    padding-left:15px;
    }
#sitemap #content dd{
    margin-left:0;
    }    
#sitemap .ranking_waku{
	width:530px;
	height:400px;
	background:#FFCC66;
	margin:0;
}
#sitemap .ranking_waku02{
	width:530px;
	height:450px;
	background:#FFCC66;
	margin:0;
}
#sitemap .ranking_waku p{
	margin:0 0 5px 0;
}
#sitemap .ranking_ti{
	color:#993300;
	background:#FFCC66;
	font-size:115%;
	font-weight:bold;
	padding:10px 0 10px 8px;
}
#sitemap .ranking01{
	width:165px;
	float:left;
	margin:0 10px 0 7px;
	_margin:0 10px 0 4px;

}
#sitemap .ranking02{
	width:165px;
	float:left;
	margin:0 10px 0 0;

}
#sitemap .ranking03{
	width:165px;
	float:left;
	margin:0 0 0 0;

}
.mb10{
	margin-bottom:10px;
}
#sitemap .small{
	font-size:12px;
}
#sitemap .look_l{
	width:260px;
	float:left;
	margin-bottom:15px;
}
#sitemap .look_r{
	width:260px;
	float:right;
	margin-bottom:15px;
}
#sitemap .look_r02{
	width:260px;
	float:right;
	padding-top:50px;
	margin-bottom:15px;
	background:url(../images/look_bg.jpg) right top no-repeat;
}
.ban_contat a{
	width:300px;
	height:80px;
	display:block;
	text-indent:-9999px;
	margin:15px 120px 0 120px;
	background:url(../images/ban_contact.jpg);
}
.ban_contat a:hover{
	background-position:0 100%;
}
.mtb15{
	margin:15px 0;
}
#sitemap #content{
	margin:0 5px 0 0;
}

/*-------- 21  column --------*/
#column h2#title01 { background: url(../images/column_h2-01.jpg) 0 0 no-repeat;}	
#column .section .section .day {
    color: #401020;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: right;
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px dashed;
}
#column h3 {
    color: #401020;
    font-size: 2em;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 0px;
	text-indent:0;
	font-weight:bold;
}
#column dl.list_first{
	margin:20px 15px 0 15px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#CCCCCC 1px dashed;
	border-top:#CCCCCC 1px dashed;
}
#column dl.list{
	margin:0 15px 0 15px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#CCCCCC 1px dashed;
}
#column dl.list_first dt,
#column dl.list dt{
	width:60px;
	float:left;
	padding-left:10px;
	font-weight:bold;
}
#column dl.list_first dd,
#column dl.list dd{
	padding-left:80px;
}

/*-------- 21  voice --------*/
#voice h2#title01 { background: url(../images/voice_h2-01.jpg) 0 0 no-repeat;}
#voice h3#title02 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat;}

#voice .voice_waku,
#index .voice_waku{
	border:#ccc 1px solid;
	padding:0 10px;
	margin:0 0 30px 0;
	background:#efefef;
}
.mt30{margin-top:30px;}

