@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Access                      */
/*                 09  Concept                     */
/*                 10  Staff                       */
/*                 11  Price                       */
/*                 12  Recruit                     */
/*                 13  Inquiry                     */
/*                 14  Implant                     */
/*                 15  Esthe                       */
/*                 16  Prevent                     */
/*                                                 */
/*=======================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: #fff url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	width: 901px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding-bottom: 15px;
	width: 901px;
	background: url(../images/main_bg.jpg) left repeat-y; 
	}

#content {
	width: 651px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #808080;
	background: #fff;
	padding: 10px 0 0 0 ;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 141px;
	margin: 0;
	padding: 0 0 0 69px;
	}

h1 {
	text-indent: -9999px;
	width: 115px;
	height: 87px;
	line-height: 1.0;
	float: left;
	margin: 42px 0 0 0;
	}
h1 a {
	display: block;
	width: 115px;
	height: 87px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 583px;
	height:70px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/header_inquiry_bg.jpg) 0 0 no-repeat;
	}

#header .section p {
  margin: 20px 0 0 17px;
	text-indent: -9999px;
	width: 291px;
	height: 36px;
	}
#header .section p a{
	height: 36px;
	display: block;
  background: url(../images/header_inquiry.jpg) 0 0 no-repeat;
	}
#header .section p a:hover{ background: url(../images/header_inquiry.jpg) 0 -36px no-repeat; }


/*----------04  Navigation -----------*/

#global-nav {
	width: 648px;
	height: 71px;
	margin: 0;
	padding: 0;
	float: right;
	background: url(../images/gnav_bg.jpg) 0 0 no-repeat;
	}

#global-nav dt{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	float: left;
	text-indent: -9999px;
	}

#global-nav dd {
	margin: 31px 0 0 0;
	padding: 0;
	width: 150px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	}
#global-nav dd a {
	display: block;
	height: 40px;
	}

#global-nav dd#gnav01 { width: 163px; }

#gnav01 a { background: url(../images/gnav.jpg) 0 0 no-repeat; }
#gnav02 a { background: url(../images/gnav.jpg) -163px 0 no-repeat; }
#gnav03 a { background: url(../images/gnav.jpg) -313px 0 no-repeat; }
#gnav04 a { background: url(../images/gnav.jpg) -463px 0 no-repeat; }

#gnav01 a:hover { background: url(../images/gnav.jpg) 0 -40px no-repeat; }
#gnav02 a:hover { background: url(../images/gnav.jpg) -163px -40px no-repeat; }
#gnav03 a:hover { background: url(../images/gnav.jpg) -313px -40px no-repeat; }
#gnav04 a:hover { background: url(../images/gnav.jpg) -463px -40px no-repeat; }

#nav {
	width: 248px;
	float: left;
	padding: 0;
	background: url(../images/nav_bg.jpg) top no-repeat;
	border-right: 1px solid #CFE4F0;
	border-left: 1px solid #CFE4F0;
	}

* html #nav { width: 250px; }

#index #nav {
	width: 248px;
	float: left;
	padding: 0;
	background:none;	
	border-right: 1px solid #CFE4F0;
	border-left: 1px solid #CFE4F0;
	}
	
.sinsai {
	width: 248px;
	height:189px;
	float: left;
	padding: 0;
	background: url(../images/nav_bg_sinsai.jpg) top no-repeat;
	border-right: 1px solid #CFE4F0;
	border-left: 1px solid #CFE4F0;}	

* html #index  #nav { width: 250px; }

.sinsai p {
text-indent:-9999px;
}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal { width: 230px; margin: 68px 0 13px 7px; }
#index #nav .internal { width: 230px; margin: 0px 0 13px 7px; }
#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav .internal li#nav01 { height: 38px; }
#nav .internal li#nav01 a { height: 38px; }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 { background: url(../images/nav.jpg) 0 -38px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -78px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -118px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -158px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -198px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -238px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -278px no-repeat; }

#nav13 a { background: url(../images/nav.jpg) 0 -318px no-repeat; }

#nav09 { background: url(../images/nav.jpg) 0 -358px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -398px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -438px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -478px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -230px 0 no-repeat; }
#nav02 { background: url(../images/nav.jpg) -230px -38px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -230px -78px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -230px -118px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -230px -158px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -230px -198px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -230px -238px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -230px -278px no-repeat; }

#nav13 a:hover { background: url(../images/nav.jpg) -230px -318px no-repeat; }

#nav09 { background: url(../images/nav.jpg) -230px -358px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -230px -398px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -230px -438px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -230px -478px no-repeat; }

#nav p { text-align: center; margin: 0;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0 30px 0;
	margin: 0 auto;
	border-top: 5px solid #CFE4F0;
	text-align: right;

	}
#footer p {margin: 0; }

#footer_box { width: 901px; margin: 0 auto; height: 113px; }

#footer_box .beta { width: 530px; margin: 10px 0 0 0 ; }

#footer_tel { float: left; width: 266px; margin: 0; height: 69px; }

#footer_inquiry { 
  float: right;
	width: 250px;
	height: 69px;
	margin: 0 0 0 19px;
	text-indent: -9999px;
	}
#footer_inquiry a {
  height: 69px;
	display: block;
	background: url(../images/footer_inquiry.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	} 
#footer_inquiry a:hover { background: url(../images/footer_inquiry.jpg) 0 -69px no-repeat;	} 

#footer address { clear:both; margin: 0 ; padding: 10px 0 5px 0 ; }


/*---------- 06  Contents -----------*/

.section { padding: 10px 10px 15px 10px; }
.section .section { padding: 15px 0 10px 5px; }

.center { text-align: center; }

#main-img {
	margin: 10px 0 0px 0;
	padding: 0;
	width: 651px;
	clear: both;
	}
#main-img img { display: block; }

h2 {
	height: 122px;
	text-indent: -9999px;
	margin: 0px;
	width: 651px;
	clear: both;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 ;
	padding: 4px 8px;
	border-left: 3px solid #CFE4F0;
	border-bottom: 1px dotted #CFE4F0;
	}
#content h6 {
	font-size: 93%;
	color: #5e510d;
	}

#content ul { margin-left: 10px; }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 3px no-repeat;
	padding-left: 15px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt {
	font-weight: bold;
	color: #5e510d;
	}

#content a { text-decoration: underline; }

a {
	color: #E0629E;
	outline: none;
	}
a:hover { color: #B50040; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 10px 8px 16px;
	}
	
.image_c {
	text-align:center;
	}	

.case {
	margin: 10px 20px;
	background: url(../images/arrow.jpg) center 40% no-repeat;
	}

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) 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: 1px solid #CEE3EF; padding-top: 10px; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/totop.jpg) 0 0 no-repeat;
	}

.caution {	color: #E0629E; font-weight: bold;	}

/* 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: 2px solid #F0AEC8;
	font-size: 100%;
	width:580px;
	margin:10px auto;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #F0AEC8;
	}

#content table th {
	background: #F9DFE9;
	font-weight: bold;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.alpha { float: left; }
.beta { float: right; }

.textlink { text-align: right; }

.banner { margin: 10px 0 10px 50px; }
.banner p { margin:0; }



/*---------- 07  Index -----------*/

#index #content { padding: 0 ;
	}

#index #content .section { padding: 4px 0 0 10px ; }

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; margin-top: 16px; }

#index #content h2 {
  width: 640px;
	height: 40px;
	}
#index #content h3 { height: 35px; }

#index #pkup {
  width:640px;
	height: 155px;
	margin: 0;
	background: url(../images/pkup_bg.jpg) 0 0 no-repeat; 
	}
#index #pkup p {
  width: 211px;
	margin: 0;
	padding: 120px 0 0 0; 
	text-indent: -9999px;
	float: left;
	}
#index #pkup p a { 
  height: 35px;
  display: block;
	}

#pkup01 a { background: url(../images/pkup.jpg) 0 0 no-repeat; }
#pkup02 a { background: url(../images/pkup.jpg) -211px 0 no-repeat; }
#pkup03 a { background: url(../images/pkup.jpg) -422px 0 no-repeat; }

#pkup01 a:hover { background: url(../images/pkup.jpg) 0 -35px no-repeat; }
#pkup02 a:hover { background: url(../images/pkup.jpg) -211px -35px no-repeat; }
#pkup03 a:hover { background: url(../images/pkup.jpg) -422px -35px no-repeat; }

#map {
  width: 280px;
  height: 210px;
  margin: 0 5px 0 0;
  padding:0;
  border: 1px solid #8CBDDB;
  float: left;
  }

#index .info_box { 
  background: #E8F3F8;
  border-left: 1px solid #CEE3EF;
  border-right: 1px solid #CEE3EF;
  border-bottom: 1px solid #CEE3EF;
  padding: 13px 8px ;
  }

#index #info {
  float: right;
	width: 330px;
	}
#index #info dl,
#index #info dt { margin: 0; }

#index #info dd {
  margin: 0 0 0 5px;
  color: #6B4D1F;
	}
#index #info dd.caution {	color: #E0629E; font-weight: bold;	}

/*---------- 08  Access -----------*/
#access #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access #title04 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access #title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access #title06 { background: url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access #title07 { background: url(../images/access_h4-07.jpg) 0 0 no-repeat; }
#access #title08 { background: url(../images/access_h4-08.jpg) 0 0 no-repeat; }
#access #title09 { background: url(../images/access_h4-09.jpg) 0 0 no-repeat; }
#access #title10 { background: url(../images/access_h4-10.jpg) 0 0 no-repeat; }
#access #title11 { background: url(../images/access_h4-11.jpg) 0 0 no-repeat; }
#access #title12 { background: url(../images/access_h4-12.jpg) 0 0 no-repeat; }
#access #title13 { background: url(../images/access_h4-13.jpg) 0 0 no-repeat; }
#access #title14 { background: url(../images/access_h4-14.jpg) 0 0 no-repeat; }
#access #title15 { background: url(../images/access_h3-15.jpg) 0 0 no-repeat; }

#access #goods th{
width:210px;
}

#access .report{
padding:5px;
background:#f9f3de;
}


#map2{
width:450px;
height:450px;
}



/*---------- 09  Staff -----------*/
#staff #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff #title04 { background: url(../images/staff_h3-05.jpg) 0 0 no-repeat; }
#staff #title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff #title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff #title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff #title08 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }
#staff #title09 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }


/*---------- 10  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }
#concept h3#title07 { background: url(../images/concept_h3-07.jpg) 0 0 no-repeat; }
#concept h3#title08 { background: url(../images/concept_h3-08.jpg) 0 0 no-repeat; }
#concept h4#title09 { background: url(../images/concept_h4-09.jpg) 0 0 no-repeat; }
#concept h4#title10 { background: url(../images/concept_h4-10.jpg) 0 0 no-repeat; }
#concept h4#title11 { background: url(../images/concept_h4-11.jpg) 0 0 no-repeat; }
#concept h4#title12 { background: url(../images/concept_h4-12.jpg) 0 0 no-repeat; }


/*---------- 11  Price -----------*/

#price #title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price #title02 { background: url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price #title03 { background: url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price #title04 { background: url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price #title05 { background: url(../images/price_h4-05.jpg) 0 0 no-repeat; }
#price #title06 { background: url(../images/price_h4-06.jpg) 0 0 no-repeat; }
#price #title07 { background: url(../images/price_h4-07.jpg) 0 0 no-repeat; }
#price #title08 { background: url(../images/price_h4-08.jpg) 0 0 no-repeat; }
#price #title09 { background: url(../images/price_h3-08.jpg) 0 0 no-repeat; }


#price table{
width:520px;
margin:5px auto;
}

#price #insurance th{
width:300px;
text-align:left;
}

#price td{
	text-align: right;
}

#price .box{
width:600px;
margin :2px auto;
padding:5px;
border:#978056 solid 1px;
background:#fff8e8;
}


/*---------- 12  Recruit -----------*/
#recruit #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }
#recruit #title03 { background: url(../images/recruit_h4-03.jpg) 0 0 no-repeat; }
#recruit #title04 { background: url(../images/recruit_h4-04.jpg) 0 0 no-repeat; }


/*---------- 13  Inquiry -----------*/
#inquiry #title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }
#inquiry #title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat; }




/*---------- 14  Implant -----------*/
#implant #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant #title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant #title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant #title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant #title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant #title08 { background: url(../images/implant_h3-08.jpg) 0 0 no-repeat; }




#implant .box{
width:600px;
margin :10px auto;
padding:5px;
border:#978056 solid 1px;
background:#fff8e8;
}


#implant .box dt{
font-size:14px;
color:#ff3399;
} 

#implant .box dd{
margin:2px 0 10px 0;
}


#implant table{
width:600px;
margin:5px auto;
}

#implant #content ul { margin-left: 5px; }

#implant .me{
background:#fff8e8;
}

#implant .dme{
background:#cfe4f0;
}


/*---------- 15  Esthe -----------*/
#esthe #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #title03 { background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat; }
#esthe #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }
#esthe #title06 { background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat; }
#esthe #title07 { background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat; }


#esthe .box{
width:600px;
margin :10px auto;
padding:5px;
border:#978056 solid 1px;
background:#fff8e8;
}

#esthe .box dt{
font-size:14px;
color:#ff3399;
} 

#esthe .box dd{
margin:2px 0 10px 0;
}




/*---------- 16  Prevent -----------*/
#prevent #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent #title05 { background: url(../images/prevent_h3-05.jpg) 0 0 no-repeat; }
#prevent #title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent #title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }




#prevent .box{
width:600px;
margin :10px auto;
padding:5px;
border:#978056 solid 1px;
background:#fff8e8;
}

#prevent .box dt{
font-size:14px;
color:#ff3399;
} 

#prevent .box dd{
margin:2px 0 10px 0;
}

/* add */
.text_img { text-align: center; margin: 10px 0; }
.banner { margin: 10px 0 10px 25px; }

#concept .image_r img,
#concept .image_l img { margin-top:10px; }

#ban_inquiry { 
  width: 580px;
	height: 50px;
	text-indent: -9999px;
	margin-left: 25px;
	}
#ban_inquiry a { 
	height: 50px;
	display: block;
	background: url(../images/ban_inquiry.jpg) 0 0 no-repeat;
	}
#ban_inquiry a:hover { background: url(../images/ban_inquiry.jpg) 0 -50px no-repeat; }

#ban_inquiry02 { 
  width: 580px;
	height: 80px;
	text-indent: -9999px;
	margin: 5px auto;
	}
#ban_inquiry02 a { 
	height: 80px;
	display: block;
	background: url(../images/ban_inquiry02.jpg) 0 0 no-repeat;
	}
#ban_inquiry02 a:hover { background: url(../images/ban_inquiry02.jpg) 0 -80px no-repeat; }

p.reserve {  
  width: 651px;
  height: 114px;
	text-indent: -9999px;
	}
p.reserve a {
  width: 651px;
	height: 114px;
	display: block;
	background: url(../images/reservebnr.jpg) 0 0 no-repeat;
 }
p.reserve a:hover { background: url(../images/reservebnr.jpg) 0 -114px no-repeat; }

.sr_mrgL{
  margin-left:10px;
}

