@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Perio                       */
/*                 09  Flow                        */
/*                 10  Prevent                     */
/*                 11  Pmtc                        */
/*                 12  Lost                        */
/*                 13  Cure                        */
/*                 14  Case                        */
/*                 15  Selection                   */
/*                 16  Clinic                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #eaddc1; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 20px;
	background: url(../images/main_bg.jpg) bottom no-repeat;
	}
	
#clinic #main {
	margin: 0 20px;
	background: url(../images/main_bg01.jpg) bottom no-repeat;
	}	

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	/*background: url(../images/content_bg.jpg) 0 0 no-repeat;*/
	padding: 0px 0 200px 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 85px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 415px;
	height: 85px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 375px;
	height: 70px;
	margin: 6px 0 0 36px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 225px;
	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 0 0 19px;
	padding: 0;
	list-style: none;
	height: 20px;
	}

#header_nav li {
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 76px;
	}
#header_nav li a {
	display: block;
	width: 76px;
	height: 20px;
	}

#header_nav #nav01 { width: 86px; }

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -86px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -86px -20px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0;
	margin: 0 0 280px;
	}

#nav dl,
#nav dl dt,
#nav dl dd {
	margin: 0;
	padding: 0;
	}

#nav dl dt {
	height: 31px;
	text-indent: -9999px;
	background: url(../images/nav_title01.jpg) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	padding-bottom: 15px;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}
#nav .internal #nav11,
#nav .internal #nav11 a {
	height: 65px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -320px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 14px 0;
	margin: 0 20px;
	background: #6b4a17 url(../images/footer_bg.jpg) top repeat-x;
	font-size: 93%;
	color: #fff;
	}

#footer .footer_tel {
	float: left;
	height: 110px;
	margin: 0;
	}
#footer .footer_tel img {
	display: block;
	margin-top: 10px;
	}

#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer .first_line { padding: 20px 0 8px; }

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 25px 1em 0;
	}


/*---------- 06  Contents -----------*/

.main_image {
	margin:0;
	padding:0;}

.top div.link a{
	margin-top:52px;
	margin-right:15px;
	float:right;
	width:260px;
	height:30px;
	text-indent:-9999px;
}
.main_image img {
	display: block;
	}

span.flash{
padding-left:19px;

}

.section { padding: .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 45px;
	text-indent: -9999px;
	margin: 0 20px;
	}
#content h3 {
	height: 50px;
	text-indent: -9999px;
	}
#content h4 {
	height: 35px;
	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/li_bg.jpg) 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
	}
	
*html body #content ul li {
	background: url(../images/li_bg.jpg) 0 1px no-repeat;
}

*html body #content ul.perio_case li {
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
}

#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #ab231a;
	outline: none;
	}
a:hover { color: #70231a; }

#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: 0 30px 0;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case2 {
	margin: 0px 30px 15px;
	}



*:first-child+html .case2 .image_l{
	padding-left: 30px;
	}

.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}
.set {
	margin: 10px 30px;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 120px;
	height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 24px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px 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 */

strong {
	color: #70231a;
	font-weight: 100;
	}

.reservation {
	margin: 0 60px;
	padding: 10px 0;
	}
.reservation a {
	display: block;
	height: 84px;
	text-indent: -9999px;
	background: url(../images/reservation_banner.jpg) 0 0 no-repeat;
	}
.reservation a:hover { background: url(../images/reservation_banner.jpg) 0 -84px no-repeat; }

.colored {
	background: #f5eddc;
	padding: 4px 9px 9px;
	}
.bordered {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 4px 9px 9px;
	}
.dashed {
	border: 1px dashed #ccc;
	margin-bottom: 5px;
	padding: 4px 9px 9px;
	}

table {
	font-size: 100%;
	color: #666;
	}
table tr th,
table tr td {
	border: 1px solid #ccc;
	}
table tr.thead .thead01 { background: #f0d5c0; }
table tr.thead .thead02 { background: #c0e0f0; }
table tr.thead .thead03 { background: #c6f0c0; }

.links p {
	margin-left: 280px;
	}
.links p a {
	display: block;
	width: 300px;
	height: 70px;
	text-indent: -9999px;
	}

#content .check li {
	background: url(../images/check01.jpg) 0 4px no-repeat;
	}

/*-------- 07  Index --------*/

#index #main {
	background: url(../images/nav_bg.jpg) left bottom no-repeat;
	}
#index #content {
	padding-bottom: 10px;
	}

/*#index h2 { height: 50px; }*/

#index #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content .title02 {
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	width: 260px;
	height: 50px;
}
#index #content .title03 {
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	height: 50px;
}
#index #content #title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }

.greeting {
	margin: 0 20px;
	padding: 0;
	background: url(../images/greeting.jpg) top repeat-x;
	}
.greeting p {
	margin: 0;
	padding: 5px 20px;
	}
.pickup .h3_text {
	font-size: 120%;
	line-height: normal;
	padding-top: 70px;
	}
.pickup {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	}

.pickup div#pickup01 p{
	width:390px;
	_width:560px;
	height: 161px;
	margin:8px 0 16px 0;
	}
	
.pickup div#pickup01 p a{
	width:390px;
	_width:560px;
	height: 161px;
	background: url(../images/index_bnr01_off.jpg) 0 0 no-repeat; 
	display:block;
	padding: 99px 0 0 160px;
	font-size: 120%;
	line-height: normal;
	text-decoration:none;
	color:#666666;
	}	

.pickup div#pickup01 p a:hover{
	background: url(../images/index_bnr01_on.jpg) 0 0 no-repeat; 
	}	


.pickup div#pickup02 p{
	width:390px;
	_width:560px;
	height: 130px;
	margin:0 0 16px 0;
	}
	
.pickup div#pickup02 p a{
	width:390px;
	_width:560px;
	height: 130px;
	background: url(../images/index_bnr02_off.jpg) 0 0 no-repeat; 
	display:block;
	padding: 69px 0 0 160px;
	font-size: 120%;
	line-height: normal;
	text-decoration:none;
	color:#666666;
	}	

.pickup div#pickup02 p a:hover{
	background: url(../images/index_bnr02_on.jpg) 0 0 no-repeat; 
	}
	
.clinic_info {
	margin: 20px 30px 0;
	background: #eaddc1;
	}
.clinic_info .image_l {
	padding: 0 0 10px 10px;
	}
.clinic_info dl {
	margin-left: 226px;
	}
.clinic_info dl dt {
	float: left;
	width: 100px;
	font-weight: 100;
	color: #666633;
	}
.clinic_info dl dd {
	margin-left: 100px;
	}


/*-------- 08  Perio --------*/

#perio #content #title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio #content #title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio #content #title03 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio #content #title04 { background: url(../images/perio_h3-04.jpg) 0 0 no-repeat; }
#perio #content #title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }

#perio .perio_case {
	margin: 0;
	}

#perio .links p a { background: url(../images/link01.jpg) 0 0 no-repeat; }
#perio .links p a:hover { background: url(../images/link01.jpg) 0 -70px no-repeat; }

/*-------- 09  Flow --------*/

#flow #content #title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow #content #title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow #content #title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }
#flow #content #title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow #content #title05 { background: url(../images/flow_h4-05.jpg) 0 0 no-repeat; }
#flow #content #title06 { background: url(../images/flow_h4-06.jpg) 0 0 no-repeat; }
#flow #content #title07 { background: url(../images/flow_h4-07.jpg) 0 0 no-repeat; }
#flow #content #title08 { background: url(../images/flow_h4-08.jpg) 0 0 no-repeat; }
#flow #content #title09 { background: url(../images/flow_h4-09.jpg) 0 0 no-repeat; }

#flow #content .chart {
	padding-bottom: 60px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}

#flow .links p a { background: url(../images/link02.jpg) 0 0 no-repeat; }
#flow .links p a:hover { background: url(../images/link02.jpg) 0 -70px no-repeat; }

/*-------- 10  Prevent --------*/

#prevent #content #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent #content #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent #content #title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent #content #title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent #content #title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }
#prevent #content #title08 { background: url(../images/prevent_h3-08.jpg) 0 0 no-repeat; }
#prevent #content #title09 { background: url(../images/prevent_h4-09.jpg) 0 0 no-repeat; }
#prevent #content #title10 { background: url(../images/prevent_h4-10.jpg) 0 0 no-repeat; }
#prevent #content #title11 { background: url(../images/prevent_h4-11.jpg) 0 0 no-repeat; }
#prevent #content #title12 { background: url(../images/prevent_h4-12.jpg) 0 0 no-repeat; }
#prevent #content #title13 { background: url(../images/prevent_h3-13.jpg) 0 0 no-repeat; }
#prevent #content #title14 { background: url(../images/prevent_h4-14.jpg) 0 0 no-repeat; }
#prevent #content #title15 { background: url(../images/prevent_h4-15.jpg) 0 0 no-repeat; }


#prevent .links p a { background: url(../images/link03.jpg) 0 0 no-repeat; }
#prevent .links p a:hover { background: url(../images/link03.jpg) 0 -70px no-repeat; }

#prevent .img07{
    margin-left:10px;
    }

/*-------- 11  Pmtc --------*/

#pmtc #content #title01 { background: url(../images/pmtc_h2-01.jpg) 0 0 no-repeat; }
#pmtc #content #title03 { background: url(../images/pmtc_h3-03.jpg) 0 0 no-repeat; }
#pmtc #content #title04 { background: url(../images/pmtc_h3-04.jpg) 0 0 no-repeat; }
#pmtc #content #title05 { background: url(../images/pmtc_h3-05.jpg) 0 0 no-repeat; }
#pmtc #content #title06 { background: url(../images/pmtc_h4-06.jpg) 0 0 no-repeat; }
#pmtc #content #title07 { background: url(../images/pmtc_h4-07.jpg) 0 0 no-repeat; }



/*-------- 12  Lost --------*/

#lost #content #title01 { background: url(../images/lost_h2-01.jpg) 0 0 no-repeat; }
#lost #content #title02 { background: url(../images/lost_h3-02.jpg) 0 0 no-repeat; }
#lost #content #title03 { background: url(../images/lost_h3-03.jpg) 0 0 no-repeat; }

#lost .lost_case {
	margin: 0;
	}
#lost .lost_case dt,
#lost .lost_case dd {
	margin: 0;
	}
#lost .lost_case dt {
	border-bottom: 3px solid #ddd;
	margin-bottom: 5px;
	}

#lost table tr td ul {
	margin: 0;
	}

#lost .text_r {
    font-size:108%;
    font-weight:bold;
    color:#58472D;
    }

/*-------- 13  Cure --------*/

#cure #content #title01 { background: url(../images/cure_h2-01.jpg) 0 0 no-repeat; }
#cure #content #title02 { background: url(../images/cure_h3-02.jpg) 0 0 no-repeat; }
#cure #content #title03 { background: url(../images/cure_h4-03.jpg) 0 0 no-repeat; }
#cure #content #title04 { background: url(../images/cure_h3-04.jpg) 0 0 no-repeat; }
#cure #content #title05 { background: url(../images/cure_h3-05.jpg) 0 0 no-repeat; }
#cure #content #title06 { background: url(../images/cure_h4-06.jpg) 0 0 no-repeat; }
#cure #content #title07 { background: url(../images/cure_h4-07.jpg) 0 0 no-repeat; }
#cure #content #title08 { background: url(../images/cure_h4-08.jpg) 0 0 no-repeat; }
#cure #content #title09 { background: url(../images/cure_h4-09.jpg) 0 0 no-repeat; }


/*-------- 14  Case --------*/

#case #content #title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case #content #title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
/*--------  sr  ---------------- ------*/
#case #content #title03 { background: url(../images/case_h3-03.jpg) 0 0 no-repeat; }

#case .sr_brn a{
	width:535px;
	height:120px;
	background:url(../images/case_bnr01_off.jpg) 0 0 no-repeat;
	display:block;
	outline:none;
	text-indent:-9999px;
	margin:0 0 20px 30px;
}

#case .sr_brn a:hover{
	background:url(../images/case_bnr01_on.jpg) 0 0 no-repeat;
}


/*-------- 15  Selection --------*/

#selection #content #title01 { background: url(../images/selection_h2-01.jpg) 0 0 no-repeat; }
#selection #content #title02 { background: url(../images/selection_h3-02.jpg) 0 0 no-repeat; }
#selection #content #title03 { background: url(../images/selection_h4-03.jpg) 0 0 no-repeat; }
#selection #content #title04 { background: url(../images/selection_h4-04.jpg) 0 0 no-repeat; }
#selection #content #title05 { background: url(../images/selection_h3-05.jpg) 0 0 no-repeat; }
#selection #content #title06 { background: url(../images/selection_h4-05.jpg) 0 0 no-repeat; }



/*-------- 16  Clinic --------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic #content #title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic #content #title13 { background: url(../images/clinic_h3-13.jpg) 0 0 no-repeat; }

#clinic #content table {
	width: 550px;
	}
#clinic #content table tr th {
	background: #f5eddc;
	}
#clinic #content table tr #map {
	width: 360px;
	height: 240px;
	}

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content .sites li {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 25px;
	background: url(../images/li_bg.jpg) 5px center no-repeat;
	margin-bottom: 5px;
	}
	
#clinic #content .section p.brn a{
	background:url(../images/clinic_bnr.jpg) 0 0 no-repeat;
	display:block;
	width:550px;
	height:70px;
	text-indent:-9999px;}	
/*#clinic #content table.tbl01{width:390px; float:right;}	*/
#selection .txt_r {
	float:right;
    }
#perio .padL25{padding-left:25px;}	
.padB10{padding-bottom:10px;}	
.red_b{ color:#FF0000; font-weight:bold;}
.txt_b{ font-weight:bold;}


#clinic #content table.tbl01{width:390px; float:right;}	

#clinic #content .tbl01 {
	font-size: 100%;
	color: #666;
	}
#clinic #content table.tbl01 tr th,
#clinic #content table.tbl01 tr td {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	}
#clinic #content table.tbl01 tr th {
	background: #fbfaf8;

	}
	
#clinic #content table.tbl01 th { width:20%; text-align:left;}
	
#clinic #content table.tbl01 ul{
	margin:0px;
	}

.box_L{float:left; width:160px;}
.box_R{float:right; width:380px;}

.box_L p.gen{ margin-left:20px; margin-bottom:15px;}
.picL{float:left; width:140px; margin-left:10px;}
.picR{float:left; width:190px; margin-left:10px;}
.picR p,.picL p,.img_l p,.img_r p{ text-align:center;}
.picL p.lft{ text-align:left; margin-top:-5px;}
.pic_01{float:left; width:200px; margin-left:30px;}


.box{margin: 0 30px 0;}
.img_l  {
	float: left;
	margin: 0 16px 16px 0;
	width:200px;
	}

.img_r {
	float: right;
	margin: 0 0 16px 16px;
	width:200px;	
	}
.txt_b_14{ font-weight:bold; font-size:14px;}

.sr_hder01 {
	/*margin-left:10px;*/
	font-weight:bold;
	font-size:16px;
}

.sr_border01{
	padding-left:10px;
	border:3px solid #ccc;
}

.sr_border02{
	padding-left:10px;
	margin-top:30px;
	border:2px solid #ccc;
}

.sr_txt_01 {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-top:-10px;
}

.sr_txt_02 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.sr_txt_03 {
	font-size:16px;
}
.sr_txt_04 {
	font-size:16px;
	margin-left:10px;
}
#content ul.sr_CaseTime li {
	list-style:decimal outside;
	padding-left:5px;
	margin-left:5px;
	background: none;
}

#content ul.sr_CaseInfor li {
	list-style:none outside;
	/*padding-left:5px;*/
	margin-left:-23px;
	background: url(../images/li_bg01.jpg) 0 7px no-repeat;
}

#content ul.sr_CaseInfor li.fugu {
	list-style:none;	
	background: none;
}
.sr_case01 {
	padding-left:5px;
	margin-top:35px;
	margin-bottom:20px;
	font-size:16px;
}

.sr_case02 {
	margin-top:30px;
}

.sr_case03 {
	margin-top:35px;
}
