@charset "utf-8";



/*** --------------------------------------------***

  reset

***-------------------------------------------- ***/

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

*,html,body {
  margin: 0;
  padding: 0;
  border: 0;
}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

ul,ol {
	list-style-position: inside;
}

body {
  font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif, Verdana,Arial, Helvetica, sans-serif;
  color: #555555;
  background: url(../images/common/bg.gif) center top repeat;

  letter-spacing:0px;
}

a,
a:link,
a:visited {
	color:#929624;
	text-decoration: none;
}

a:hover {
	color:#a8ab50;
	text-decoration: none;
}



/*** --------------------------------------------***

  class

***-------------------------------------------- ***/


.mb10 { margin-bottom: 10px}
.mb20 { margin-bottom: 20px}

.left { float: left; display: block;}
.right { float: right; display: block;}

.red {color:red}
.blue {color:blue}

.bold {font-weight:bold}


/*** --------------------------------------------***

  Layout

***-------------------------------------------- ***/


html {

}
 
body {

}

#wrapper {
	background: url(../images/common/bg_body.png) center top repeat-y;
}

#header {
	position: relative;
	display: block;
	background: url(../images/common/bg_header.png) left bottom repeat-x;
	height: 92px;
	color: #605f5f;
}

#header_inner {
	position: relative;
	display: block;
	background: url(../images/common/bg_header2.gif) center top no-repeat;
	width: 972px;
	height: 92px;
	margin: 0 auto;
}

ul#navigation {
	display: block;
	width: 930px;
	height: 49px;
	margin: 0;
}

#content {
	display: block;
	width: 930px;
	margin: 16px auto 0 auto;
}

#content_inner {
	margin: 0 30px;
	width: 870px;
}

#main {
	float: right;
	display: block;
	width: 670px;
}

#side {
	float: left;
	display: block;
	width: 180px;
}


#footer {
	background: url(../images/common/bg_footer.gif) left top repeat-x;
	height: 90px;
}

#footer_inner {
	width: 970px;
	height: 77px;
	margin: 0 auto;
	text-align: center;
}



/*** --------------------------------------------***

  Header

***-------------------------------------------- ***/

#header_inner h1 a {
	position: absolute;
	display: block;
	background: url(../images/common/header/sitename.png) left top no-repeat;
	width: 491px;
	height: 39px;
	left: 20px;
	top: 17px;
	text-indent: -9999px;
}

#header_inner p#sitedescription {
	position: absolute;
	display: block;
	right: 85px;
	top: 37px;
	text-align: right;
	font-size: 93%;
	line-height: 1.5em;
}



/*** --------------------------------------------***

  Navigation

***-------------------------------------------- ***/

ul#navigation li {
	float: left;
	height: 49px;
	list-style: none;
}

ul#navigation li a {
	display: block;
	height: 49px;
	text-indent: -9999px;
}

ul#navigation li#navi_home a {
	width: 116px;
	background: url(../images/common/navi/navi_home.gif) left top no-repeat;
}

ul#navigation li#navi_home a:hover {
	background: url(../images/common/navi/navi_home.gif) left bottom no-repeat;
}

ul#navigation li#navi_treatment a {
	width: 163px;
	background: url(../images/common/navi/navi_treatment.gif) left top no-repeat;
}

ul#navigation li#navi_treatment a:hover,
#treatment ul#navigation li#navi_treatment a {
	background: url(../images/common/navi/navi_treatment.gif) left bottom no-repeat;
}

ul#navigation li#navi_message a {
	width: 146px;
	background: url(../images/common/navi/navi_message.gif) left top no-repeat;
}

ul#navigation li#navi_message a:hover,
#message ul#navigation li#navi_message a {
	background: url(../images/common/navi/navi_message.gif) left bottom no-repeat;
}

ul#navigation li#navi_information a {
	width: 108px;
	background: url(../images/common/navi/navi_information.gif) left top no-repeat;
}

ul#navigation li#navi_information a:hover,
#information ul#navigation li#navi_information a {
	background: url(../images/common/navi/navi_information.gif) left bottom no-repeat;
}

ul#navigation li#navi_voice a {
	width: 117px;
	background: url(../images/common/navi/navi_voice.gif) left top no-repeat;
}

ul#navigation li#navi_voice a:hover,
#voice ul#navigation li#navi_voice a {
	background: url(../images/common/navi/navi_voice.gif) left bottom no-repeat;
}

ul#navigation li#navi_faq a {
	width: 119px;
	background: url(../images/common/navi/navi_faq.gif) left top no-repeat;
}

ul#navigation li#navi_faq a:hover,
#faq ul#navigation li#navi_faq a {
	background: url(../images/common/navi/navi_faq.gif) left bottom no-repeat;
}

ul#navigation li#navi_contact a {
	width: 161px;
	background: url(../images/common/navi/navi_contact.gif) left top no-repeat;
}

ul#navigation li#navi_contact a:hover,
#contact ul#navigation li#navi_contact a {
	background: url(../images/common/navi/navi_contact.gif) left bottom no-repeat;
}



/*** --------------------------------------------***

  EyeCatch

***-------------------------------------------- ***/

p#eyecatch {
	clear: both;
	display: block;
	width: 930px;
	height: 264px;
}



/*** --------------------------------------------***

  Bread Crumb

***-------------------------------------------- ***/

ul#breadcrumb {
	display: block;
	width: 870px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	font-size: 93%;
}

ul#breadcrumb li {
	display: inline;
}

ul#breadcrumb li a {
	padding-right: 10px;
	background: url(../images/common/breadcrumb.gif) right center no-repeat;
}



/*** --------------------------------------------***

  Main

***-------------------------------------------- ***/

#main {
	line-height: 1.7em;
}

#main h2 {
	width: 670px;
	height: 35px;
	background: url(../images/common/h2_bg.gif) left top no-repeat;
	text-indent: 25px;
	color: #929624;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 18px 0 0 0; 
}

#main h3 {
	position: relative;
	clear: both;
	width: 670px;
	height: 26px;
	background: url(../images/common/h3_bg.gif) left top no-repeat;
	text-indent: 30px;
	font-weight: bold;
	margin: 30px 0 30px 0;
	padding: 6px 0 0 0; 
}

#main p {
	margin: 0 50px 20px 50px;
	font-size: 108%;
}



p#detail_contact {
	display: block;
	width: 588px;
	height: 115px;
	margin: 0 0 17px 38px;
	background: url(../images/treatment/treatment_other.gif) left top no-repeat;
	text-indent: -9999px;
}

div#box_contact {
	position: relative;
	display: block;
	width: 588px;
	height: 121px;
	margin: 0 0 69px 38px;
	background: url(../images/common/main_to_contact_bg.gif) left top no-repeat;
}

div#box_contact p#box_contact_tel {
	position: absolute;
	display: block;
	top: 29px;
	left: 41px;
	margin: 0;
}

div#box_contact p#box_contact_mail {
	position: absolute;
	display: block;
	top: 63px;
	left: 41px;
	margin: 0;
}

div#box_contact p#box_contact_btn {
	position: absolute;
	display: block;
	top: 41px;
	left: 384px;
	margin: 0;
}







/*** --------------------------------------------***

  Side

***-------------------------------------------- ***/

#side_box_access {
	display: block;
	width: 180px;
	height: 216px;
	background: url(../images/common/side/banner_access_bg.gif) center bottom no-repeat;
}

#side_box_access h4 {
	display: block;
	width: 180px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/common/side/banner_access_ttl.gif) left top no-repeat;
}

#side_box_access p.txt {
	display: block;
	margin: 12px 0 0 14px;
	height: 36px;
	line-height: 1.4em;
	font-size: 85%;
}

#side_box_access p.map {
	display: block;
	margin: 0 0 0 11px;
	width: 158px;
	height: 118px;
}



/**/
#side_box_information {
	display: block;
	width: 180px;
	height: 236px;
	background: url(../images/common/side/banner_information_bg.gif) center bottom no-repeat;
}

#side_box_information h4 {
	display: block;
	width: 180px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/common/side/banner_information_ttl.gif) left top no-repeat;
}

#side_box_information p.txt {
	display: block;
	margin: 12px 0 2px 14px;
	height: 52px;
	line-height: 1.4em;
	font-size: 93%;
	letter-spacing: 0.1em;
}

#side_box_information dl {
	display: block;
	margin: 2px 0 4px 14px;
	line-height: 1.4em;
	font-size: 85%;
}

#side_box_information dl dt {
	display: block;
	float: left;
	width: 46px;
	height: 47px;
}


#side_box_information p.map {
	display: block;
	margin: 0 0 0 11px;
	width: 158px;
	height: 118px;
}
/**/



#side_box_contact {
	display: block;
	width: 180px;
	height: 167px;
	background: url(../images/common/side/banner_contact_bg.gif) center bottom no-repeat;
}

#side_box_contact h4 {
	display: block;
	width: 180px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/common/side/banner_contact_ttl.gif) left top no-repeat;
}

#side_box_contact p.txt {
	display: block;
	margin: 12px 0 0 14px;
	height: 25px;
	line-height: 1.4em;
	font-size: 85%;
}

#side_box_contact p.tel {
	display: block;
	width: 152px;
	height: 17px;
	margin: 0 0 0 13px;
	text-indent: -9999px;
	background: url(../images/common/side/banner_contact_tel.gif) left top no-repeat;
}

#side_box_contact p.mail {
	display: block;
	width: 152px;
	height: 17px;
	margin: 0 0 7px 13px;
	text-indent: -9999px;
	background: url(../images/common/side/banner_contact_mail.gif) left top no-repeat;
}

#side_box_contact p.side_btn_contact a {
	display: block;
	width: 152px;
	height: 35px;
	margin: 0 0 0 13px;
}



/*** --------------------------------------------***

  PageTop

***-------------------------------------------- ***/



#pagetop {
	clear: both;
	margin: 0 auto;
	width: 840px;
	height: 27px;
}

#pagetop p a {
	display: block;
	width: 152px;
	height: 27px;
	background: url(../images/common/pagetop.gif) left top no-repeat;
	margin-left: auto;
	text-indent: -9999px;
}



/*** --------------------------------------------***

  Footer

***-------------------------------------------- ***/

#footer_inner ul {
	padding: 27px 0 10px 0;
}

#footer_inner ul li {
	display: inline;
	list-style: none;
	background: url(../images/common/footer/footer_bar.gif) right center no-repeat;
}

#footer_inner ul li span {
	background: url(../images/common/footer/footer_bar.gif) left center no-repeat;
}

#footer_inner ul li a {
	margin: 5px 14px;
}

#footer_inner address {
	font-style: normal;
	font-size: 93%;
}



/*** --------------------------------------------***

  Clearfix

***-------------------------------------------- ***/

.clear:after,
.box:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clear,
.box { display: inline-table; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
* html .box { height: 1%; }
.box { display: block; }
/* End hide from IE-mac */