@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Beauty                      */
/*                 09  Esthe                       */
/*                 10  Passage                     */
/*                 11  Natural                     */
/*                 12  Whitening                   */
/*                 13  Molar_tooth                 */
/*                 14  Flont_tooth                 */
/*                 15  Health                      */
/*                 16  Compare                     */
/*                 17  Cost                        */
/*                 18  Faq                         */
/*                 19  Voice                       */
/*                 20  Contact                     */
/*                 21  Clinic                      */
/*                 22  Sitemap                      */
/*
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { 	background:#f0f0f0; }

#wrapper {
	background: #FFFFFF url(../images/wrapper_bg.jpg) 0 0 repeat-y;
	width: 820px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	width:800px;
	margin: 0 10px;
	}

#content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.5;
	color: #505050;
	background: #fff;
	padding: 20px 0 0 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: #FFFFFF url(../images/header.jpg) 0 0 no-repeat;
	height: 380px;
	width: 800px;
	margin: 0 10px;
	padding: 0;
	}

h1 {
	width: 476px;
	height: 53px;
	float: left;
	margin:0;
	padding:0;
	}
h1 a {
	background:url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width: 476px;
	height: 53px;
	margin:16px 0 0 15px;
	padding:0;
	}
	
	h1 span {
	background:url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width: 476px;
	height: 53px;
	margin:16px 0 0 15px;
	padding:0;
	}

#header .header_nav {
	width: 191px;
	float: right;
	margin: 0;
	padding: 16px 40px 0px 0px;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 53px;
	}
#header p.tel img { display: block; }


#wrapper #header .header_nav #nav_top {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

	#wrapper #header .header_nav #nav_top a {
		display: block;
		width: 56px;
		height: 22px;
		outline: 0;
		background: url(../images/header_top.jpg) 0 0 no-repeat;
	}

#header p.contents {
	clear:both;
	margin:0;
	padding:224px 0px 0px 10px;
	height:65px;
}

/*----------04  Navigation -----------*/

#nav {
	width: 230px;
	float: left;
	padding: 0 0 48px 0;
	}

#nav ul{
	width:200px;
	margin:0 10px 24px 20px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style:none;
}
	

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	width:200px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; height:50px; }
#nav02 a { background: url(../images/nav.jpg) 0 -50px no-repeat; height:50px; }
#nav03 a { background: url(../images/nav.jpg) 0 -100px no-repeat; height:30px; }
#nav04 a { background: url(../images/nav.jpg) 0 -130px no-repeat; height:30px; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; height:50px; }
#nav06 a { background: url(../images/nav.jpg) 0 -210px no-repeat; height:50px; }
#nav07 a { background: url(../images/nav.jpg) 0 -260px no-repeat; height:30px; }
#nav08 a { background: url(../images/nav.jpg) 0 -290px no-repeat; height:50px; }
#nav09 a { background: url(../images/nav.jpg) 0 -340px no-repeat; height:50px; }
#nav10 a { background: url(../images/nav.jpg) 0 -390px no-repeat; height:30px; }
#nav11 a { background: url(../images/nav.jpg) 0 -420px no-repeat; height:30px; }
#nav12 a { background: url(../images/nav.jpg) 0 -450px no-repeat; height:30px; }
#nav13 a { background: url(../images/nav.jpg) 0 -480px no-repeat; height:30px; }

#nav01 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; height:50px; }
#nav02 a:hover { background: url(../images/nav.jpg) -200px -50px no-repeat; height:50px;  }
#nav03 a:hover { background: url(../images/nav.jpg) -200px -100px no-repeat; height:30px; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -130px no-repeat; height:30px; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; height:50px; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -210px no-repeat; height:50px; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -260px no-repeat; height:30px; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -290px no-repeat; height:50px; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -340px no-repeat; height:50px; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -390px no-repeat; height:30px; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -420px no-repeat; height:30px; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -450px no-repeat; height:30px; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -480px no-repeat; height:30px; }

#nav p#kanakuri {
	width:180px;
	height:60px;
	margin:0 21px 20px 29px;
	text-indent:-9999px;
}
#nav p#kanakuri a{
	width:180px;
	height:60px;
	background:url(../images/nav_kanakuri.jpg) 0 0 no-repeat;
	display:block;	
}
#nav p#kanakuri a:hover{
	width:180px;
	height:60px;
	background:url(../images/nav_kanakuri_over.jpg) 0 0 no-repeat;
	display:block;
}


#nav p#navcontact {
	width:180px;
	height:60px;
	margin:0 23px 0 27px;
	text-indent:-9999px;
}
#nav p#navcontact a{
	width:180px;
	height:60px;
	background:url(../images/nav_contact.jpg) 0 0 no-repeat;
	display:block;	
}
#nav p#navcontact a:hover{
	width:180px;
	height:60px;
	background:url(../images/nav_contact_over.jpg) 0 0 no-repeat;
	display:block;
}

#nav p#nav_fb {
	width:180px;
	height:60px;
	margin:20px 23px 0 27px;
	text-indent:-9999px;
}

#nav p#nav_fb a{
	width:180px;
	height:60px;
	background:url(../images/kanaeko_s.jpg) 0 0 no-repeat;
	display:block;	
}


#nav #nav_tel {
	width:180px;
	height:60px;
	margin:20px 23px 0 27px;
	text-indent:-9999px;
	background:url(../images/nav_tel.jpg) 0 0 no-repeat;
}

#nav p#nav_shika {
	width:180px;
	height:73px;
	margin:0 23px 0 27px;
	text-indent:-9999px;
}
#nav p#nav_shika a{
	width:180px;
	height:73px;
	background:url(../images/nav_shika.jpg) 0 0 no-repeat;
	display:block;	
}
#nav p#nav_shika a:hover{
	width:180px;
	height:73px;
	background:url(../images/nav_shika_over.jpg) 0 0 no-repeat;
	display:block;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width:800px;
	padding:0;
	margin: 0 10px 0 10px;
	background: #FFF url(../images/footer_bg.jpg) 0 0 repeat-x;
	height:118px;
	font-size: 100%;
	line-height:1.5;
	text-align: right;
	color: #666666;
}

*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer_01{
	float:left;
	width:220px;
	padding:0 0 0 10px;
}
#footer_02{
	float:right;
	width:542px;
	padding:10px 27px 0 0;
}

#footer_02 a {
	text-decoration: none;
	color: #6b4c22;
	}
#footer_02 a:hover { text-decoration: underline; }

#footer_02 ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	text-align:right;
	color: #6b4c22;
	}

#footer_02 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin:0;
	padding-right:1px;
	padding-top:15px;
	color:#505050;
}


/*---------- 06  Contents -----------*/

.section { padding: 0px 20px 20px 20px; }
.section .section { padding: 0 15px; }

.center { text-align: center; }

#content h2 {
	height: 38px;
	text-indent: -9999px;
	padding: 0;
	margin:0 20px 30px 20px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-bottom:10px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	margin-bottom:0px;
	}

#content h5 {
	background:url(../images/icon.jpg) 0 0 no-repeat;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding:0;
	text-indent:25px;
	line-height:1.5em;
	}
#content ul{
	margin:0;
	padding:0;
}
#content ul li {
	background:url(../images/icon01.jpg) 0 5px no-repeat;
	list-style: none;
	padding-left:15px;
	padding-bottom:5px;
	margin:0;
	}

#content ul.checkbox{
	margin:0;
}	
#content ul.checkbox li{
	background:url(../images/checkbox.jpg) 0 0 no-repeat;
	list-style:none;
	margin:0;
	padding-left:20px;
	padding-top:2px;
}

#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dl{
	margin:0;
	padding:0 10px;
	
}
#content dt { font-weight: bold; color:#ff7b52; }

#content dd{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	background:url(../images/line.jpg) left bottom repeat-x;
}


#content a { text-decoration: underline; }

a {
	color: #6b4c22;
	outline: none;
	}
a:hover { color: #ff7b52; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}
.alpha{
	float:left;
	margin:0;
}
.beta{
	float:right;
	margin:0;
}
	
.image_l  {
	float: left;
	margin: 0 10px 0 0;
}
.image_r {
	float: right;
	margin: 0 0 0 10px;
 	}

.image_r_b {
	float: right;
	margin: 0 0 0 10px;
	border:1px solid #ff7b7b;
	padding:1px;
	}
.image_l_b  {
	float: left;
	margin: 0 10px 0 0;
	border:1px solid #ff7b7b;
	padding:1px;
}
.image {
	margin: 0 auto;
	border:1px solid #ff7b7b;
	padding:1px;
	}
	
.case {
	margin: 0 0 20px 0;
	background: url(../narrow.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }


.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	margin: 0 20px 20px 449px;
	padding:0;
	}

#content ul.totop li {
	list-style: none;
	width: 101px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
#content ul.totop li a {
	display: block;
	height: 28px;
	background: url(../images/totop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../caution.png) 0 1px no-repeat;
	}

.schedule {
	padding: 0 0 8px 17px;
}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */


#content table {
	border-collapse:collapse;
	font-size: 100%;
	color: #666;
	width: 100%;
	margin:0;
	}

#content table th,
#content table td {
	padding: 2px 10px;
	border: 1px solid #ff9994;
	}

.padding_b4{
 padding:-bottom:4px;
}

.padding_b8{
	padding-bottom:8px;
}

.margin_t04{
	margin-top:4px;
}
.margin_b10{
	margin-bottom:10px;
}
.margin_b20{
	margin-bottom:20px;
}

.bg_01{
	background-color:#ffecea;
}

.text_orange{
	color:#f2a915;
	font-weight:bold;
	padding-right:7px;
}
.text_red{
	color:#FF0000;
}

.lineheight_2{
	line-height:1.8em;
}


.bnr_c{
	padding: 0 0 10px 10px;
}
/*---------- 07  Index -----------*/

#index .section { padding: 0px 20px 20px 10px; display:block; }

#index h2#title01{ background:url(../images/index_h2.jpg) 0 0 no-repeat;}

#index .alpha{
	width:260px;
	float:left;
	margin:0;
	display:inline;
}
#index .beta{
	width:260px;
	float:left;
	margin:0;
	margin-left:20px;
	display:inline;
}	

#index .index01{
	width:260px;
	background:url(../images/index_bg01.jpg) 0 0 repeat-y;
}
#index .index01_01{
	background:url(../images/index_bg02.jpg) 0 bottom no-repeat;
	padding:0 13px 7px 13px;
	color:#666666;
}

#index .index02{
	width:260px;
	background:url(../images/index_bg03.jpg) 0 0 repeat-y;
}
#index .index02_01{
	background:url(../images/index_bg04.jpg) 0 bottom no-repeat;
	padding:0 13px 7px 13px;
	color:#666666;
}
#index .index03{
	width:540px;
	background:url(../images/index_bg06.jpg) 0 0 repeat-y;
	margin:0;
	padding:0;
	height:auto;
	clear:both;
}
#index .index03_01{
	padding:2px 0 10px 23px;
}
#index .index03_02{
	width:513px;
	margin:0 17px 0 10px;
}
#index #content dl{
	float:left;
	width:300px;
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
}
#index #content dt{	
	background:url(../images/icon.jpg) 0 0 no-repeat;
	padding-left:26px;
	padding-bottom:2px;
	font-weight:normal;
	display:block;
	color:#505050;
}
#index #content dd{
	background:none;
	margin:0;
	padding-left:26px;
	display:block;
}
 
p.img_index  {
	float: left;
	margin: 0;
}

/*---------- 08  Beauty -----------*/

#beauty h2#title01{ background:url(../images/beauty_h2.jpg) 0 0 no-repeat; }
#beauty h3#title02{ background:url(../images/beauty_h3_01.jpg) 0 0 no-repeat; }

#beauty h4#title03{ background:url(../images/beauty_h4_01.jpg) 0 0 no-repeat; }

#beauty h3#title04{ background:url(../images/beauty_h3_02.jpg) 0 0 no-repeat; }
#beauty h3#title05{ background:url(../images/beauty_h3_03.jpg) 0 0 no-repeat; }

#beauty h4#title06{ background:url(../images/beauty_h4_02.jpg) 0 0 no-repeat; }
#beauty h4#title07{ background:url(../images/beauty_h4_03.jpg) 0 0 no-repeat; }

/*---------- 09  Esthe -----------*/

#esthe h2#title01{ background:url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe h3#title02{ background:url(../images/esthe_h3_01.jpg) 0 0 no-repeat; }
#esthe h3#title03{ background:url(../images/esthe_h3_02.jpg) 0 0 no-repeat; }
#esthe h4#title04{ background:url(../images/esthe_h4_01.jpg) 0 0 no-repeat; }
#esthe h4#title05{ background:url(../images/esthe_h4_02.jpg) 0 0 no-repeat; }

#esthe h3#title06{ background:url(../images/esthe_h3_03.jpg) 0 0 no-repeat; }
#esthe h4#title07{ background:url(../images/esthe_h4_03.jpg) 0 0 no-repeat; }
#esthe h4#title08{ background:url(../images/esthe_h4_04.jpg) 0 0 no-repeat; }

/*---------- 10  Passage -----------*/

#passage h2#title01{ background:url(../images/passage_h2.jpg) 0 0 no-repeat; }
#passage h3#title02{ background:url(../images/passage_h3_01.jpg) 0 0 no-repeat; }
#passage h3#title03{ background:url(../images/passage_h3_02.jpg) 0 0 no-repeat; }

/*---------- 11  Natural -----------*/

#natural h2#title01{ background:url(../images/natural_h2.jpg) 0 0 no-repeat; }
#natural h3#title02{ background:url(../images/natural_h3_01.jpg) 0 0 no-repeat; }
#natural h4#title03{ background:url(../images/natural_h4.jpg) 0 0 no-repeat; }

#natural h3#title04{ background:url(../images/natural_h3_02.jpg) 0 0 no-repeat; }
#natural h3#title05{ background:url(../images/natural_h3_03.jpg) 0 0 no-repeat; }

/*---------- 12  Whitening -----------*/

#whitening h2#title01{ background:url(../images/whitening_h2.jpg) 0 0 no-repeat; }
#whitening h3#title02{ background:url(../images/whitening_h3_01.jpg) 0 0 no-repeat; }

#whitening h4#title03{ background:url(../images/whitening_h4.jpg) 0 0 no-repeat; }
#whitening h3#title04{ background:url(../images/whitening_h3_02.jpg) 0 0 no-repeat; }

#whitening h3#title05{ background:url(../images/whitening_h3_06.jpg) 0 0 no-repeat; }
#whitening h4#title06{ background:url(../images/whitening_h4_04.jpg) 0 0 no-repeat; }
#whitening h3#title07{ background:url(../images/whitening_h3_03.jpg) 0 0 no-repeat; }
#whitening h4#title08{ background:url(../images/whitening_h4_01.jpg) 0 0 no-repeat; }
#whitening h3#title09{ background:url(../images/whitening_h3_04.jpg) 0 0 no-repeat; }
#whitening h4#title10{ background:url(../images/whitening_h4_02.jpg) 0 0 no-repeat; }
#whitening h3#title11{ background:url(../images/whitening_h3_05.jpg) 0 0 no-repeat; }
#whitening h4#title12{ background:url(../images/whitening_h4_03.jpg) 0 0 no-repeat; }

/*---------- 13  Molar_tooth -----------*/

#molar_tooth h2#title01{ background:url(../images/molar_tooth_h2.jpg) 0 0 no-repeat; }
#molar_tooth h3#title02{ background:url(../images/molar_tooth_h3_01.jpg) 0 0 no-repeat; }
#molar_tooth h3#title03{ background:url(../images/molar_tooth_h3_02.jpg) 0 0 no-repeat; }

#molar_tooth h4#title04{ background:url(../images/molar_tooth_h4_01.jpg) 0 0 no-repeat; }
#molar_tooth h4#title05{ background:url(../images/molar_tooth_h4_02.jpg) 0 0 no-repeat; }
#molar_tooth h4#title06{ background:url(../images/molar_tooth_h4_03.jpg) 0 0 no-repeat; }


/*---------- 14  Flont_tooth -----------*/

#flont_tooth h2#title01{ background:url(../images/flont_tooth_h2.jpg) 0 0 no-repeat; }
#flont_tooth h3#title02{ background:url(../images/flont_tooth_h3_01.jpg) 0 0 no-repeat; }
#flont_tooth h3#title03{ background:url(../images/flont_tooth_h3_02.jpg) 0 0 no-repeat; }

#flont_tooth h4#title04{ background:url(../images/flont_tooth_h4_01.jpg) 0 0 no-repeat; }
#flont_tooth h4#title05{ background:url(../images/flont_tooth_h4_02.jpg) 0 0 no-repeat; }
#flont_tooth h4#title06{ background:url(../images/flont_tooth_h4_03.jpg) 0 0 no-repeat; }

/*---------- 15  Health -----------*/

#health h2#title01{ background:url(../images/health_h2.jpg) 0 0 no-repeat; }
#health h3#title02{ background:url(../images/health_h3_01.jpg) 0 0 no-repeat; }
#health h3#title03{ background:url(../images/health_h3_02.jpg) 0 0 no-repeat; }

#health h4#title04{ background:url(../images/health_h4_01.jpg) 0 0 no-repeat; }
#health h4#title05{ background:url(../images/health_h4_02.jpg) 0 0 no-repeat; }

/*---------- 16  Compare -----------*/

#compare h2#title01{ background:url(../images/compare_h2.jpg) 0 0 no-repeat; }
#compare h3#title02{ background:url(../images/compare_h3.jpg) 0 0 no-repeat; }

#compare h4#title03{ background:url(../images/compare_h4_01.jpg) 0 0 no-repeat; }
#compare h4#title04{ background:url(../images/compare_h4_02.jpg) 0 0 no-repeat; }
#compare h4#title05{ background:url(../images/compare_h4_03.jpg) 0 0 no-repeat; }

/*---------- 17  Cost -----------*/

#cost h2#title01{ background:url(../images/cost_h2.jpg) 0 0 no-repeat; }
#cost h3#title02{ background:url(../images/cost_h3.jpg) 0 0 no-repeat; }



/*---------- 18  Faq -----------*/

#faq h2#title01{ background:url(../images/faq_h2.jpg) 0 0 no-repeat; }
#faq h3#title02{ background:url(../images/faq_h3_01.jpg) 0 0 no-repeat; }
#faq h3#title03{ background:url(../images/faq_h3_02.jpg) 0 0 no-repeat; }


/*---------- 19  Voice -----------*/

#voice h2#title01{ background:url(../images/voice_h2.jpg) 0 0 no-repeat; }
#voice h3#title02{ background:url(../images/voice_h3.jpg) 0 0 no-repeat; }

/*---------- 20  Contact -----------*/

#contact h2#title01{ background:url(../images/contact_h2.jpg) 0 0 no-repeat; }
#contact h3#title02{ background:url(../images/contact_h3.jpg) 0 0 no-repeat; }

#contact ul.contact01{
	margin:0;
	padding:0;
}
#contact ul.contact01 li {
	background:none;
	list-style: none;
	padding:0px;
	margin:0;
	}
	
#contact table.form {
	border-collapse:collapse;
	font-size: 100%;
	color: #666;
	width: 180px;
	margin:10px 170px 0 170px;
	}

#contact table.form th,
#contact table.form td {
	padding:2px 0px;
	border:none;
	}

#contact p.form_button {
	padding-top:10px;
	text-align: center;
	}

#contact p.form_button input {
	margin-right: 10px;
	}

#contact table#table_form {
	width: 480px;
	margin: 0 20px;
	}

#contact table#table_form th {
	font-weight: normal;
	text-align: left;
	}



/*---------- 21  Clinic -----------*/

#clinic h2#title01{ background:url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02{ background:url(../images/clinic_h3_01.jpg) 0 0 no-repeat; }
#clinic h4#title03{ background:url(../images/clinic_h4.jpg) 0 0 no-repeat; }

#clinic h3#title04{ background:url(../images/clinic_h3_02.jpg) 0 0 no-repeat; }
#clinic h3#title05{ background:url(../images/clinic_h3_03.jpg) 0 0 no-repeat; }

#clinic dl{
	margin:0;
	padding:0 10px;
	
}
#clinic dt { font-weight:normal; color:#505050; }
#clinic dd {
	background:none;
	padding:0 0 0 15px;
	margin:0;
	color:#505050;
}

#clinic p.icon{
	background:url(../images/icon.jpg) 0 0 no-repeat;
	padding-left:25px;
}

