@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.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 10px auto;
	padding: 0 20px;
	text-align: left;
	}
* html body #wrapper { width: 840px; }

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	border-top: 1px solid #de91a2;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}

#main_img,
#main_img p {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	}
#main_img p img { display: block; }


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #de91a2;
	}
* html body #header { height: 81px; }

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 430px;
	height: 80px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 80px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.png) -20px 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -100px 0 no-repeat;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 5px 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; }
#nav14 a { background: url(../images/nav.png) 0 -440px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -400px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -440px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #de91a2;
	border-top: 1px solid #de91a2;
	border-bottom: 1px solid #de91a2;
	}
*:first-child+html #footer { 
   font-size: 9px; 
 
}
* html body #footer { 
  font-size: 9px;
}

#footer a {
	text-decoration: none;
	color: #f94956;
	}
#footer a:hover { text-decoration: underline; }

#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; }

#footer .sr_brn_tel{
   float:left;
   margin:0 0 0 5px;

}

* html #footer .sr_brn_tel{
   float:left;
   margin:0 0 0 2px;

}


/*---------- 06  Contents -----------*/


.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a { color: #f94956; }
a:hover { color: #de91a2; }

#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: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case_tri {
	margin: 10px 20px;
	background: url(../images/case_tri_bg.png) 137px 39px no-repeat;
	}
.case_tri .alpha,
.case_tri .beta {
	float: left;
	margin: 0 36px 16px 0;
	}
.case_tri .gamma {
	float: left;
	margin: 0 0 16px 0;
	}

.case_tri .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: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

.sat { color: blue; }
.sun { color: red; }

#content ul li.detail {
	text-align: right;
	background-image: none;
	}
.raquo {
	font-weight: bold;
	color: #f94956;
	}


/*---------- 07  Index -----------*/

#index h2 {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	}
#index h2 img { display: block; }

#index h3#title02 {
	background: url(../images/h3_index02.png) 0 0 no-repeat;
	height: 46px;
	}
#index h3#title03 {
	background: url(../images/h3_index03.png) 0 0 no-repeat;
	height: 46px;
	}
#index h4#title04 {
	background: url(../images/h4_index04.png) 0 0 no-repeat;
	height: 38px;
	}

#index .updated { margin-bottom: 15px; }

#index #content #information {
	background: url(../images/index_info_bg.png) bottom repeat-x;
	padding-bottom: 8px;
	}

#index .section .section { padding: 0 6px; }

#index .section .section .alpha {
	width: 380px;
	float: left;
	}
#index .section .section .beta {
	width: 160px;
	float: right;
	}

#index dl.clinic_info {
	margin: 0;
	padding: 0;
	}

#index dl.clinic_info dt {
	width: 7em;
	float: left;
	padding-left: 20px;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	}
#index dl.clinic_info dd { margin-left: 7em; }
#index dl.clinic_info dd.office-hour {
	margin-left: 0;
	clear: both;
	}

#index .office-hour table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e9e9e9;
	color: #006b33;
	font-size: 85%;
	background: #fff;
	}

*:first-child+html #index .office-hour table { font-size: qqpx; }
* html body#index .office-hour table { font-size: 11px; }

#index .office-hour table th,
#index .office-hour table td {
	border: 1px solid #dfdfdf;
	paddig: 2px 1px;
	text-align: center;
	}
#index .office-hour table th { background: #f0f99e; }

#index .office-hour table abbr { border-bottom: none; }

#index .office-hour table abbr.open {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/open.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}
#index .office-hour table abbr.close {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/close.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}


/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/h2_concept01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/h3_concept02.png) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/h3_concept03.png) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/h4_concept04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/h4_concept05.png) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/h4_concept06.png) 0 0 no-repeat; }


/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/h2_staff01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/h3_staff02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/h3_staff03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/h4_staff04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/h4_staff05.png) 0 0 no-repeat; }

#staff #content .alpha {
	width: 160px;
	float: left;
	}
#staff #content .beta {
	width: 380px;
	float: right;
	}

#staff #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e9e9e9;
	color: #666;
	font-size: 100%;
	}

#staff #content table th,
#staff #content table td {
	border: 1px solid #dfdfdf;
	paddig: 3px 16px;
	text-align: center;
	}
#staff #content table th { background: #f0f99e; }


/*---------- 10  Clinic -----------*/

#clinic h2#title01 { background: url(../images/h2_clinic01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/h3_clinic02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/h3_clinic03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/h4_clinic04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/h4_clinic05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/h4_clinic06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/h4_clinic07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/h4_clinic08.png) 0 0 no-repeat; }

#clinic #content .info dt {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}

#clinic .office-hour table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e9e9e9;
	color: #006b33;
	font-size: 85%;
	}

*:first-child+html #clinic .office-hour table { font-size: 11px; }
* html body#clinic .office-hour table { font-size: 11px; }

#clinic .office-hour table th,
#clinic .office-hour table td {
	border: 1px solid #dfdfdf;
	paddig: 2px 1px;
	text-align: center;
	}
#clinic .office-hour table th { background: #f0f99e; }

#clinic .office-hour table abbr { border-bottom: none; }

#clinic .office-hour table abbr.open {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/open.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}
#clinic .office-hour table abbr.close {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/close.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}

#map {
	width: 500px;
	height: 360px;
	border: 2px solid #fce6e6;
	margin-bottom: 18px;
	}

#clinic #content #map .InfoWin { width: 240px; }
#clinic #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #de91a2;
	letter-spacing: 1px;
	} 

#clinic #content dl dd .image_r { margin: 10px 20px 16px 16px; }

#clinic #content .parking {
	width: 490px;
	margin:10px 0px 10px 40px;
	clear:both;
	padding:0px;
    }
    
#clinic #content .parking ul{margin-left:0px;}

#clinic #content .parking .alpha_1 {
	width: 280px;
	float: left;
	margin:0px 0px 0px 0px;
	}
#clinic #content .parking .beta_1 {
	width: 200px;
	float: right;
	margin:0px 0px 0px 10px;
	}
#clinic #content .parking .alpha_2 {
	width: 200px;
	float: left;
	margin:0px 10px 0px 0px;
	}
#clinic #content .parking .beta_2 {
	width: 280px;
	float: right;
	margin:0px 0px 0px 0px;
	}

/*---------- 11  Recruit -----------*/

#recruit h2#title01 { background: url(../images/h2_recruit01.png) 0 0 no-repeat; }

#recruit #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e9e9e9;
	color: #666;
	font-size: 100%;
	width: 520px;
	}

#recruit #content table th,
#recruit #content table td {
	border: 1px solid #dfdfdf;
	paddig: 4px 8px;
	text-align: center;
	}
#recruit #content table th { background: #f0f99e; }


/*---------- 12  Perio -----------*/

#perio h2#title01 { background: url(../images/h2_perio01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/h3_perio02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/h3_perio03.png) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/h4_perio04.png) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/h4_perio05.png) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/h4_perio06.png) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/h4_perio07.png) 0 0 no-repeat; }
#perio h4#title08 { background: url(../images/h4_perio08.png) 0 0 no-repeat; }
#perio h4#title09 { background: url(../images/h4_perio09.png) 0 0 no-repeat; }

#perio #content .alpha {
	width: 155px;
	float: left;
	}
#perio #content .beta {
	width: 365px;
	float: right;
	margin: 10px 0;
	}


/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background: url(../images/h2_prevent01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/h3_prevent02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/h3_prevent03.png) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/h3_prevent04.png) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/h3_prevent05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/h4_prevent06.png) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/h4_prevent07.png) 0 0 no-repeat; }



/*---------- 14  Laser -----------*/

#laser h2#title01 { background: url(../images/h2_laser01.png) 0 0 no-repeat; }
#laser h3#title02 { background: url(../images/h3_laser02.png) 0 0 no-repeat; }
#laser h3#title03 { background: url(../images/h3_laser03.png) 0 0 no-repeat; }
#laser h3#title04 { background: url(../images/h3_laser04.png) 0 0 no-repeat; }
#laser h3#title05 { background: url(../images/h3_laser05.png) 0 0 no-repeat; }



/*---------- 15  Child -----------*/

#child h2#title01 { background: url(../images/h2_child01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/h3_child02.png) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/h3_child03.png) 0 0 no-repeat; }
#child h3#title04 { background: url(../images/h3_child04.png) 0 0 no-repeat; }



/*---------- 16  Ortho -----------*/

#ortho h2#title01 { background: url(../images/h2_ortho01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/h3_ortho02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/h3_ortho03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/h4_ortho04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/h4_ortho05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/h4_ortho06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/h4_ortho07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/h4_ortho08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/h4_ortho09.png) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/h4_ortho10.png) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/h4_ortho11.png) 0 0 no-repeat; }
#ortho h3#title12 { background: url(../images/h3_ortho04.png) 0 0 no-repeat; }

#ortho #content ol li {
	list-style: none;
	background: url(../images/arrow_v.png) bottom center no-repeat;
	padding-bottom: 18px;
	}
#ortho #content ol li.nil {
	background-image: none;
	padding-bottom: 0;
	}

.o-pdd { padding-left:10px; }
.o-mar { margin-top:5px; margin-left:10px; }

/*---------- 17  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/h2_aesthe01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/h3_aesthe02.png) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/h3_aesthe03.png) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/h4_aesthe04.png) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/h4_aesthe05.png) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/h4_aesthe06.png) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/h4_aesthe07.png) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/h4_aesthe08.png) 0 0 no-repeat; }
#aesthe h4#title09 { background: url(../images/h4_aesthe09.png) 0 0 no-repeat; }


/*---------- 18  Implant -----------*/

#implant h2#title01 { background: url(../images/h2_implant01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/h3_implant02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/h3_implant03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/h3_implant04.png) 0 0 no-repeat; }
#implant h3#title05 { background: url(../images/h3_implant05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/h4_implant06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/h4_implant07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/h4_implant08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/h4_implant09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/h4_implant10.png) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/h4_implant11.png) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/h4_implant12.png) 0 0 no-repeat; }



/*---------- 19  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/h2_sitemap01.png) 0 0 no-repeat; }

#sitemap #content dt {
	background: url(../images/sitemap_dt.png) 0 0 no-repeat;
	padding: 0 0 24px 30px;
	}
#sitemap #content dt a { text-decoration: none; }
#sitemap #content dd { margin: 0 0 18px 30px; }

.sr_section{
   height:93px;
   padding: 0 0 0 5px;
   margin-bottom:20px;
}

#index p.sr_brn01 a{
   display:block;
   background: url(../images/banner01.jpg) 0 0 no-repeat;
	outline:none;
	text-indent:-9999px;
	width:252px;
	height:93px;
	float: left;
	margin:0;
	padding:0;
	
}

#index p.sr_brn01 a:hover{
    background: url(../images/banner01_o.jpg) 0 0 no-repeat;
}

#index p.sr_brn02 a{
    display:block;
	background: url(../images/banner02.jpg) 0 0 no-repeat;
	outline:none;
	text-indent:-9999px;
	width:252px;
	height:93px;
	float:right;
	margin-right:10px;
}

#index p.sr_brn02 a:hover{
    background: url(../images/banner02_o.jpg) 0 0 no-repeat;
}

#index p.sr_brn03 a{
    display:block;
	background: url(../images/banner03.jpg) 0 0 no-repeat;
	outline:none;
	text-indent:-9999px;
	width:549px;
	height:106px;
	margin : 10px 0 25px -1px;
	
}

#index p.sr_brn03 a:hover{
 	background: url(../images/banner03_o.jpg) 0 0 no-repeat;
}

p.sr_brn04 a{
    display:block;
	background: url(../images/banner04.jpg) 0 0 no-repeat;
	outline:none;
	text-indent:-9999px;
	margin : 10px 0 0 32px;
	width:556px;
	height:85px;
} 

p.sr_brn04 a:hover{
	background: url(../images/banner04_o.jpg) 0 0 no-repeat;
} 
