@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  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: url(../images/body_bg.png) top repeat-x; }

#wrapper {
  width: 882px;
  margin: 0px auto;
  padding: 0 0 5px 0;
  text-align: left;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.png) repeat-y;
  padding: 10px 0 0 10px;
  }

#content {
  width: 650px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0;
  margin: 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 155px;
  width: 882px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 461px;
  height: 80px;
  line-height: 1.0;
  float: right;
  margin-top: 48px;
  }
h1 a {
  display: block;
  width: 461px;
  height: 80px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header #description {
  margin: 0;
  padding: 0 0 0 .5em ;
  color: #71C9CE;
  height: 17px;
  font-size: 85%;
  }


/*----------04  Navigation -----------*/

#nav {
  width: 210px;
  float: left;
  padding: 0px 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -360px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -400px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -210px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -210px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -210px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -210px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -210px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -210px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -210px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -210px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -210px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -210px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -210px -400px no-repeat; }


#nav p { 
  text-align: center;
  margin-bottom: 10px; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 10px 0 14px 0;
  margin: 0;
  background: #fff url(../images/footer_bg.png) 0 0 no-repeat;
  font-size: 85%;
  text-align: right;
  color: #8C8C8C;
  height: 73px;
  }
*: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: #8c8c8c;
  }
#footer a:hover { 
  color: #71C9CE;
  text-decoration: underline; }

#footer .alpha {
  float: left;
  width: 215px;
  }

#footer .beta {
  float: right;
  width: 650px;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/
#top_nav {
  margin: 0 10px 5px 200px;
  padding: 0;
  }

#top_nav p.tel {
  float: right;
  margin: 0;
  padding: 0;
  height: 60px;
  }
#top_nav p.tel img { display: block; }

#top_nav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
  height: 30px;
  background-image: none;
  }

#top_nav ul li {
  height: 30px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: none;
  }
#top_nav ul li a {
  display: block;
  height: 30px;
  background-image: none;
  }

#top_nav #nav01 { width: 90px; }
#top_nav #nav02 { width: 110px; }

#top_nav #nav01 a {
  background: url(../images/top_nav.png) 0 0 no-repeat;
  width: 70px;
  }
#top_nav #nav02 a {
  background: url(../images/top_nav.png) -90px 0 no-repeat;
  width: 110px;
  marign-left: 20px;
  }

.section { padding: .5em 35px 1em 25px; }
.section .section { padding: .5em 6px 1em 6px; }

.center { text-align: center; }
.margin { margin: 0 0 0 95px; }



#content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 0px 15px 0;
  clear: both;
  }
#content h3 {
  clear: both;
  height: 38px;
  text-indent: -9999px;
  margin: 10px 0 0 0;
  }
#content h4 {
  height: 24px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content .section ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
  }
#content .section ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #73BA4A;
  }

#content a { text-decoration: underline; }

a {
  color: #028eaf;
  outline: none;
  }
a:hover { 
  color: #F39700;
  }
#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 10px 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 10px 0 8px 16px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow.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;
  padding-bottom: 20px;
  }

#content ul.totop li {
  list-style: none;
  width: 110px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 30px;
  background: url(../images/to_top.png) 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: separate;
  border-spacing: 1px;
  border: 1px solid #A6E2F4;
  font-size: 100%;
  color: #666;
  width: 500px;
	margin-top: 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #A6E2F4;
  }

#content table th {
  background: #D4F7FF;
  color: #636570;
	width: 100px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.detail_02 {
  float: right;
  }

.reserv {
 text-indent: -9999px;
 }

.reserv a{
  display: block;
	height: 80px;
	background: url(../images/bn_reserv_l.jpg) 0 0 no-repeat;
	}

.reserv a:hover {
	background: url(../images/bn_reserv_l.jpg) 0 -80px no-repeat;
	}

#content .price_table {
  margin-left: 40px;
	}

#content .price_table th.style01,
#content .price_table th.style02 {
  width: 200px;
	}
#content .price_table th.style04 { width:50px;}
#content .price_table th.style05 { width:120px;}


#content .price_table td {
  text-align: center;
  }

#content .price_table td.price {
  text-align: right;
  }

#content .price_table th.priceth01{
	text-align: center;
	width: 500px;
}


.flow {
  background: url(../images/arrow_d.png) bottom no-repeat;
	}

.flow dl {
	padding-bottom: 40px;
	}


/*---------- 07  Index -----------*/
#index { background: url(../images/body_bg_index.png) top repeat-x; }

#index #header {
  background: url(../images/header_bg_index.jpg) 0 0 no-repeat;
  height: 385px;
  width: 882px;
  margin: 0;
  padding: 0;
  }

#index h1 {
  text-indent: -9999px;
  width: 461px;
  height: 110px;
  line-height: 1.0;
  float: right;
  margin-top: 258px;
  }
#index h1 a {
  display: block;
  width: 461px;
  height: 110px;
  background: url(../images/h1_index.jpg) 0 0 no-repeat;
  }

#header #description {
  margin: 0;
  padding: 0 0 0 .5em ;
  color: #71C9CE;
  height: 17px;
  font-size: 85%;
  }

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }

#greeting { 
  padding: 0 35px 1em 25px;
  clear: both;
  }

#pickup {
  clear: both;
  background: url(../images/pickup_bg.png) bottom no-repeat;
  marign: 0 0 0 0;
  padding: 0 40px;
  height: 250px;
  }

#pickup div {
  margin: 0 10px;
  padding: 0;
  }

#index h3#title02 {
  clear: both; 
  background: url(../images/pickup_h.png) 0 0 no-repeat;
  height: 40px;
  margin: 0;
  padding: 0;
  }

#pickup .alpha {
  float: left;
  width: 240px;
  }

#pickup .beta {
  float: right;
  width: 240px;
  }

#index h4 { 
  height: 110px;
  margin: 0;
  padding: 0;
  }

#index h4#title04 { background: url(../images/pick01.png) 0 0 no-repeat; }
#index h4#title05 { background: url(../images/pick02.png) 0 0 no-repeat; }

.detail {
  text-indent: -9999px;
  float: right;
  height: 30px;
  }

.detail a {
  display: block;
  background: url(../images/detail.png) 0 0 no-repeat;
  height: 30px;
  width: 110px;
  }

#index #info .alpha {
  float: left;
  width: 300px;
  }
  
#index #info .beta {
  float: right;
  width: 250px;
  }

#index #info { 
  padding: 0 25px 1em 45px;
  }

#index h3#title03 { 
  background: url(../images/logo_s.png) 0 0 no-repeat;
  height: 35px;
  margin: 0;
  padding: 0;
  }


#index #wrapper #main #content #topics {
	margin-top: 20px;
	padding: .5em 40px 1em 40px;
}

	#index #wrapper #main #content #topics #to_t {
		text-indent: -9999px;
		width: 300px;
		height: 32px;
		margin: 0;
		padding: 0;
		background: url(../images/topics.jpg) 0 1px no-repeat;
	}
	
	#index #wrapper #main #content #topics #box {
		margin: 0;
		padding: 10px;
		border: 1px solid #56ced2;
	}
	
		#index #wrapper #main #content #topics #box p {
			margin: 0 0 15px 0;
			padding: 0 0 5px 20px;
			border-bottom: 1px dashed #56ced2;
		}


.bold{ font-weight: bold;}
.redb{ color: #FF0000; font-weight: bold;}

#tiny { 
  width: 550px;
  height: 150px;
	overflow:auto;
	margin: 0 auto;
}
#tiny table {border:none;}
#tiny table tr {border: none;}
.clearfix#main #topics #tiny table tr td {
  border-bottom:dashed 1px #CCCCCC;
	border-left: none;
	border-right: none;
	border-top: none;

	}
.clearfix#main #topics #tiny table tr td.tn_date {
margin-top:1px;
	vertical-align:text-top;}
	
.tn_title {padding-top:0;vertical-align:text-top;}
p.cerecbanner { 
  text-align:center;
	margin 5px 0;}

/*---------- 08  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.png) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3-04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }

#concept #dr .alpha {
  float: left;
  width: 240px;
  }
 
#concept #dr .beta {
  float: right;
  width: 330px;
  }

/*---------- Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.png) 0 0 no-repeat; }

#clinic #content .alpha {
  float: left;
	width: 200px;
	}

#clinic #content .beta {
  float: right;
	width: 360px;
	margin-top: 7px;
	}


/*---------- Treatment -----------*/
#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.png) 0 0 no-repeat; }
#treatment h3#title04 { background: url(../images/treatment_h3-04.png) 0 0 no-repeat; }
#treatment h3#title05 { background: url(../images/treatment_h3-05.png) 0 0 no-repeat; }
#treatment h3#title06 { background: url(../images/treatment_h3-06.png) 0 0 no-repeat; }
#treatment h3#title07 { background: url(../images/treatment_h3-07.png) 0 0 no-repeat; }
#treatment h3#title08 { background: url(../images/treatment_h3-08.png) 0 0 no-repeat; }

/*---------- Esthe -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe h3#title04 { background: url(../images/esthe_h3-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }
#esthe h4#title07 { background: url(../images/esthe_h4-07.png) 0 0 no-repeat; }
#esthe h4#title08 { background: url(../images/esthe_h4-08.png) 0 0 no-repeat; }
#esthe h3#title09 { background: url(../images/esthe_h3-09.png) 0 0 no-repeat; }
#esthe h4#title10 { background: url(../images/esthe_h4-10.png) 0 0 no-repeat; }
#esthe h4#title11 { background: url(../images/esthe_h4-11.png) 0 0 no-repeat; }

/*---------- Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }
#implant h3#title05 { background: url(../images/implant_h3-05.png) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.png) 0 0 no-repeat; }
#implant h3#title07 { background: url(../images/implant_h3-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.png) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/implant_h4-11.png) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-12.png) 0 0 no-repeat; }
#implant h3#title13 { background: url(../images/implant_h3-13.png) 0 0 no-repeat; }

#content .q_a dt {
  color: #666;
	background: url(../images/question.png) 0 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	}

#content .q_a dd {
	background: url(../images/answer.png) 0 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	}

/*---------- Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.png) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.png) 0 0 no-repeat; }
#ortho h3#title11 { background: url(../images/ortho_h3-11.png) 0 0 no-repeat; }

/*---------- General -----------*/
#general h2#title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.png) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.png) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.png) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.png) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.png) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.png) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.png) 0 0 no-repeat; }
#general h4#title11 { background: url(../images/general_h4-11.png) 0 0 no-repeat; }
#general h4#title12 { background: url(../images/general_h4-12.png) 0 0 no-repeat; }
#general h4#title13 { background: url(../images/general_h4-13.png) 0 0 no-repeat; }
#general h4#title14 { background: url(../images/general_h4-14.png) 0 0 no-repeat; }

#general h4#title15 { background: url(../images/general_h4-15.png) 0 0 no-repeat; }
#general h4#title16 { background: url(../images/general_h4-16.png) 0 0 no-repeat; clear: both;}

#general #content table {
  width: 520px;
	margin-left: 20px;
	}
#general #content .level {
  width: 140px;
	}

/*---------- Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.png) 0 0 no-repeat; }

#access #content table {
  width: 570px;
	margin-left: 5px;
	}
#map {
  width: 410px;
  height: 300px;
  margin: 5px;
  }

/*---------- Access -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content dl {
  margin: 10px;
	}

#sitemap #content dt {
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
	margin-bottom: 5px;
  }

#sitemap #content dd {
  margin-bottom: 10px;
	}

/*---------- Recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.png) 0 0 no-repeat; }
#recruit h3#title03 { background: url(../images/recruit_h3-03.png) 0 0 no-repeat; }
#recruit h3#title04 { background: url(../images/recruit_h3-04.png) 0 0 no-repeat; }

#recruit .recruit_dl {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

	#recruit .recruit_dl dt {
		margin: 0;
		padding: 0;
	}
	
		#recruit .recruit_dl dd {
			margin: 0;
			padding: 0;
			padding-left: 1em;
		}
		
#recruit #wrapper #main #content #rec_bnr {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	width: 540px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/rec_bnr.png) 0 0 no-repeat;
}