@charset "UTF-8";
@import "base.css";
@import "sori.css";
/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Concept                     */
/*                 10  Expense                     */
/*                 11  General                     */
/*                 12  Prevent                     */
/*                 13  Whitening                   */
/*                 14  Esthe                       */
/*                 15  Denture                     */
/*                 16  Ortho                       */
/*                 17  Sitemap                     */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Green           #389c8a     */
/*        Main Color - Light Green     #c7eedf     */
/*        Main Color - Fresh Green     #64b594     */
/*                                                 */
/*        Sub Color  - Light Blue      #d1ffff     */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      75%                 */
/*                   11px      92%                 */
/*                   12px     100%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) left top repeat-x; color: #000; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) left top repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 10px;
	}

#content {
	margin: 0;
	padding: 0;
	width: 610px;
	float: right;
	}

.img { margin:0; padding:0; line-height: 1%;}
.Sr_red{
color:#FF0000;
font-weight:bold;
font-size:120%;
}
.textRed{color:#FF0000;}
/*---------- 03  Header -----------*/

#header {
	margin: 0;
	padding: 0;
	width: 840px;
	height: 80px;
	background: url(../images/header_bg.jpg) left top no-repeat;
	}

h1 {
	padding: 20px 0 0 20px;
	width: 200px;
	height: 60px;
	float: left;
	}
h1 a {
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background: url(../images/header_logo.jpg) 0 0 no-repeat;
	}

#header_nav {
	margin: 0;
	padding: 0 10px 0 0;
	width: 284px;
	float : right;
	}
	
#header ul{
	margin: 0 13px 2px 153px;
	margin: 0 13px 0 153px;
	padding: 0;
	width: 118px;
	height: 20px;
	list-style: none;
	}

#header ul li {
	float: left;
	height: 18px;
	list-style: none;
}
#header ul li a {
	text-indent: -9999px;
	display: block;
	height: 18px;
}
#header #nav01 { margin-right: 14px; width: 36px; }
#header #nav02 { width: 68px; }

#header #nav01 a { background: url(../images/header_top.jpg) 0 0 no-repeat; width: 36px; }
#header #nav02 a { background: url(../images/header_sitemap.jpg) 0 0 no-repeat; width: 68px; }

#header p.tel { clear: left; margin: 0; width: 284px; height: 60px; }
#header p.tel img { display: block; }

/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 19px 11px 20px 19px;
	}

#nav ul.internal{
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	margin-bottom: 5px;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -350px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -385px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -280px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -315px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -180px -350px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -180px -385px no-repeat; }

#nav p { text-align: center; }
#nav p img { padding: 0; display: block; }
#nav p.personnal { padding: 11px 0 10px 0; line-height: 1%; display: block; }
#nav p.reservation { line-height: 1%; display: block; }


#nav #nav_info {
	width: 168px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	text-align: left;
	border: 1px solid #fff;
	background: #c6ecdd;
}

* html #nav #nav_info {
	width: 180px;
}

	#nav #nav_info_t {
		text-indent: -9999px;
		width: 130px;
		height: 30px;
		background: url(../images/index_img08.jpg) 0 0 no-repeat;
	} 

	#nav #nav_info li {
		margin-bottom: 6px;
		line-height: 15px;
	}
	
		#nav #nav_info .txt_g {
			color: #3a9d89;
			font-weight: bold;
		}
		
		#nav #nav_info .txt_r {
			font-weight: bold;
			font-size: 140%;
		}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0 20px;
	padding: 0;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
	height: 70px;
	font-size: 0.917em;
	line-height: 1.4em;
	color: #FFF;
	}
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer #footer_nav { 
	margin:10px 12px 0 0; 
	width:500px; 
	float:right; 
	text-align:right; 
	}

#footer_nav ul { 
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer_nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#footer_nav address { margin: 8px 0; color: #bae8d4; }
#footer_nav address a{ color: #bae8d4; text-decoration: none; }
#footer_nav address a:hover{ color: #FFF; text-decoration: underline; }
#footer #footer_logo{
	float:left;
} 

/*---------- 06  Contents -----------*/

.section { padding: 0 18px 0 22px; }
.section .section { padding: 0 10px 0 10px; }

.center { text-align: center; }

#content h2 {
	margin: 20px 18px 25px 22px;
	height: 35px;
	text-indent: -9999px;
	}
	
#content h3 {
	margin: 0 0 20px 0;
	height: 30px;
	text-indent: -9999px;
	clear:both;
	}

	
#content h4 {
	margin: 0 0 8px 0;
	height: 17px;
	text-indent: -9999px;
	clear:both;
	line-height:17px;
	}

#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;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dl { margin: 0; padding: 0; display: inline-block; width: 290px; }

#content dl dt { color: #389c8a; font-weight: bold; float: left; width: 40px; margin-right: 10px; display:inline-block; }
#content dl dd { margin: 0; float: left; display:inline-block; width: 240px;  }
#content dl dd.dd_01 { margin-left: 0px; }

#content a { text-decoration: underline; }

a { color: #49a57b; outline: none; }
a:hover { color: #7ec8ab; text-decoration: underline;}

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.alpha { float: left; display: inline-block; }
.beta { float: left; }
.image_l  {
	float:left;
	margin: 0;
	display:inline;
}
.image_r {
	float: right;
	display:inline;
	margin-left:10px;
}
.image_b {
	margin: 0;
	border: 1px solid #CCC;
	line-height:1%;
	display: block;
}
.image_l_b {
	float: left;
	margin: 0 17px 0 0;
	border: 1px solid #CCC;
	line-height:1%;
	}
.image_r_b {
	float: right;
	margin: 0 0 0 17px;
	border: 1px solid #CCC;
	line-height:1%;
	}

.case {
	margin: 0 0 20px 0;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

#content ul.totop {
	clear: both;
	margin: 0 34px 20px 0;
	padding: 0;
	height: 17px;
	line-height:17px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 77px;
	height: 17px;
	float: right;
	list-style: none;
	text-indent: -9999px;
	}
#content ul.totop li a {
	display: block;
	height: 17px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 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 */

#content table {
	border-collapse: collapse;
	border: 1px solid #b7dccd;
	font-size: 100%;
	line-height: 1.4em;
	width: 100%;
	}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #b7dccd;
	}
	
/*#content table td.title{
	background: url(../images/td_bg01.jpg) left top repeat-x #eefcf6;
	color: #389c8a;
	border: none;
	font-weight: bold;
	text-align: center;
	}*/
.title {	
	background:url(../images/td_bg01.jpg) 0 0 repeat-x #eefcf6;
	height:23px;
	line-height:23px;
	padding:0px;
	margin:0;
	color:#389c8a;
	text-align: center;
	font-weight: bold;
	}

#content table td.top{
	vertical-align: top;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}
	

	/*#index #wrapper #main #year_info {
		margin: 10px 0;
		clear: both;
	}
	
		#index #wrapper #main #year_info dt, #index #wrapper #main #year_info dd {
			float: none;
			width: 580px;
			padding-left: 8px;
			font-weight: bold;
			color: #f00;
			clear: both;
		}
		
			* html #index #wrapper #main #year_info dt {
				width: 500px;
				margin: 0;
				padding: 0;
			}
			
			* html #index #wrapper #main #year_info dd {
				width: 570px;
				margin: 0;
				padding: 0;
			}*/

/*---------- 07  Index ------------*/



#index #mainimg{
	background: url(../images/index_h2.jpg) left top no-repeat;
	width: 190px;
	height:220px;
	margin: 20px 10px 10px 20px;
	padding: 80px 0px 0px 390px;
}

#index #mainimg #bnr_online{
	width: 140px;
	height: 90px;
}

#index #mainimg #bnr_online a{
	background: url(../images/index_online.jpg) 0 0 no-repeat;
	display: block;
	width: 140px;
	height: 90px;
	text-indent: -9999px;
}

#index #mainimg #bnr_online a:hover{
	background: url(../images/index_online.jpg) 0 -90px no-repeat;
}



#index h3#title02 { background: url(../images/index_h3.jpg) left top no-repeat; margin-bottom: 6px; }


#index .bg { background:url(../images/index_img05.jpg) 22px 0 repeat-y; padding: 6px 23px 2px 27px; }

#index .alpha { float: left; }
#index .beta { float: left; }
#index .gamma { float: right; }
#index .w_175 { width: 175px; }
#index .w_270 { width: 270px; }
#index p img { margin: 0; padding: 0; display: block; line-height: 1%; }
#index .img { margin:0;}

#tiny  {
  width: 560px;
  height: 150px;
  overflow-y: auto;
  border: none;
  margin: 0 0 10px 0 ;
	font-size: 100%;
 }
*+html #tiny  {
  width: 560px;
  height: 150px;
  overflow-y: scroll;
  border: none;
  margin: 0 0 10px 0 ;
 }
 
#tiny table { 
  border: none;
	width: 540px;}
 
#tiny table td { 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dashed 1px #cccccc;
  vertical-align:top;


}

#tiny table td.tn_date{
  padding: 5px 0 10px 15px;
  width: 100px;*/ IE7で横スクロールが出た場合*/
}

#tiny table td.tn_title{
  padding: 5px 0 10px 15px;
}

#tiny table .tn_image {
  padding: 5px 0 10px 15px;
  display:none;}
　　
/*---------- 08  Clinic ------------*/

#clinic h2#title01 { background: url(../images/clinic_h2.jpg) left top no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-01.jpg) left top no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-02.jpg) left top no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-03.jpg) left top no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-04.jpg) left top no-repeat; }

#clinic dl { margin: 0 0 0 0; padding: 0; width: 285px; }
#clinic dl dt{ margin: 0 10px 0 0; padding: 0; float: left; width: 45px; font-weight: bold; display: inline; }
#clinic dl dd{ margin: 0; padding: 0; float: left; width: 230px; display:inline; }
#clinic dl dd.dd_01 { margin-left: 55px; width: 230px; }


#clinic .alpha { float: left; margin-right: 20px; display:inline ;}
#clinic .beta { float: left; display:inline ;}

#clinic .clinic01 { text-indent: 26px; font-weight: bold; color: #389c8a; background:url(../images/arrow_02.jpg) left center no-repeat; }
#clinic .clinic02 { padding-left: 26px; }
#clinic .w_288 { width: 288px; }

#map {   
    width: 360px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  

.right{
	text-align: right;
}


#clinic .clinic_table {
	border: none;
}

#clinic .clinic_table th {
	text-align: left;
	font-weight: normal;
	border: none;
	width: 60px;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

#clinic .clinic_table td {
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 1em;
	padding-bottom: 1em;
}

/*---------- 09  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2.jpg) left top no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-01.jpg) left top no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-02.jpg) left top no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-01.jpg) left top no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-02.jpg) left top no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-03.jpg) left top no-repeat; }
#concept h4#title07 { background: url(../images/concept_h4-04.jpg) left top no-repeat; }

/*---------- 10  Expense -----------*/

#expense h2#title01 { background: url(../images/expense_h2.jpg) left top no-repeat; }
#expense h3#title02 { background: url(../images/expense_h3-01.jpg) left top no-repeat; }
#expense h3#title03 { background: url(../images/expense_h3-02.jpg) left top no-repeat; }
#expense h3#title04 { background: url(../images/expense_h3-03.jpg) left top no-repeat; }
#expense h3#title05 { background: url(../images/expense_h3-04.jpg) left top no-repeat; }

#expense .td_01 { width: 26px; background-color: #f2fbf7; color: #389c8a; }
#expense .w_250{ width: 232px;}

/*---------- 11  Genaral -----------*/

#general h2#title01 { background: url(../images/general_h2.jpg) left top no-repeat; }
#general h3#title02 { background: url(../images/general_h3-01.jpg) left top no-repeat; }
#general h4#title03 { background: url(../images/general_h4-01.jpg) left top no-repeat; }
#general h4#title04 { background: url(../images/general_h4-02.jpg) left top no-repeat; }
#general h4#title05 { background: url(../images/general_h4-03.jpg) left top no-repeat; }
#general h3#title06 { background: url(../images/general_h3-02.jpg) left top no-repeat; }
#general h3#title07 { background: url(../images/general_h3-03.jpg) left top no-repeat; }
#general h4#title08 { background: url(../images/general_h4-04.jpg) left top no-repeat; }

/*---------- 12  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2.jpg) left top no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-01.jpg) left top no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-02.jpg) left top no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-01.jpg) left top no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-02.jpg) left top no-repeat; }
#prevent h3#title06 { background: url(../images/prevent_h3-03.jpg) left top no-repeat; }
#prevent h3#title07 { background: url(../images/prevent_h3-04.jpg) left top no-repeat; }

/*---------- 13  Whitening ---------*/

#whitening h2#title01 { background: url(../images/whitening_h2.jpg) left top no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-01.jpg) left top no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-01.jpg) left top no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-02.jpg) left top no-repeat; }
#whitening h3#title05 { background: url(../images/whitening_h3-03.jpg) left top no-repeat; }

/*---------- 14  Esthe   -----------*/

#esthe h2#title01 { background: url(../images/esthe_h2.jpg) left top no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-01.jpg) left top no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-02.jpg) left top no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-01.jpg) left top no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-02.jpg) left top no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-03.jpg) left top no-repeat; }

/*---------- 15  Denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2.jpg) left top no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-01.jpg) left top no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-01.jpg) left top no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-02.jpg) left top no-repeat; }
#denture h3#title05 { background: url(../images/denture_h3-02.jpg) left top no-repeat; }
#denture h3#title06 { background: url(../images/denture_h3-03.jpg) left top no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-03.jpg) left top no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-04.jpg) left top no-repeat; }
#denture h3#title09 { background: url(../images/denture_h3-04.jpg) left top no-repeat; }
#denture h3#title10 { background: url(../images/denture_h3-05.jpg) left top no-repeat; }

/*---------- 16  Ortho -------------*/

#ortho h2#title01 { background: url(../images/ortho_h2.jpg) left top no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-01.jpg) left top no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-02.jpg) left top no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-01.jpg) left top no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-02.jpg) left top no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-03.jpg) left top no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-04.jpg) left top no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-05.jpg) left top no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-06.jpg) left top no-repeat; }
#ortho h3#title10 { background: url(../images/ortho_h3-03.jpg) left top no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-07.jpg) left top no-repeat; }
#ortho h4#title12 { background: url(../images/ortho_h4-08.jpg) left top no-repeat; }
#ortho h4#title13 { background: url(../images/ortho_h4-09.jpg) left top no-repeat; }
#ortho h4#title14 { background: url(../images/ortho_h4-10.jpg) left top no-repeat; }
#ortho h4#title15 { background: url(../images/ortho_h4-11.jpg) left top no-repeat; }
#ortho h3#title16 { background: url(../images/ortho_h3-04.jpg) left top no-repeat; }

#ortho .w_150 { width: 110px; }

/*---------- 16  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2.jpg) left top no-repeat; }


/* ------- Margin - Padding --------*/

.margin_b5 { margin-bottom: 5px; }
.margin_b7 { margin-bottom: 7px; }
.margin_b8 { margin-bottom: 8px; }
.margin_b9 { margin-bottom: 9px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b17 { margin-bottom: 17px; }

.margin_b20 { margin-bottom: 20px; }
.margin_b24 { margin-bottom: 24px; }
.margin_l10_r20 { margin: 0 20px 0 10px; }
.margin_r20 { margin-right: 20px; }
.margin_lr15_b10 { margin: 0 15px 10px 15px; }
.margin_t20 { padding-top: 20px; }

.padding_t9 { padding-top: 9px; }
.padding_t6_lr5_b10 { padding: 6px 5px 10px; } 
.padding_index01 { padding: 4px 15px 2px 15px; } 
.padding_lr250 { padding: 0 250px; } 
.padding_l5_r15 { padding: 0 15px 0 5px; } 
.padding_lr8 { padding: 0 8px 0 8px; }
.padding_lr65 { padding: 0 65px 0 65px; } 
.padding_l8_r2 { padding: 0 2px 0 8px; } 
.padding_b15 { padding-bottom: 15px; }
.padding_l3 { padding: 0 0 0 3px; }
.padding_l9 { padding: 0 0 0 9px; }

.text_strong { font-weight: bold; }
