@charset "shift_jis";

/*
	Site Name: 
	Description: base template style
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: HEADER
	2: FOOTER
	3: NAVIGATION
	4: MAIN CONTENT

==========================================================
*/

/*
===== 0: clearfix ==========================================
*/
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*
===== 1: HEADER ==========================================
*/
#header-bg{
	height: 90px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#header{
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../images/mora.jpg) no-repeat 280px top;
}
#headerlogo{
	height: 83px;
	width: 275px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#headerlogo a{
	height: 83px;
	width: 275px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	}
#headercopy{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: normal;
	display: none;
}
.schedule {
	background-image: url(../images/schedule.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
}

#header p {
	text-align: right;
	clear: both;
	padding-top: 10px;
	>padding-top: 0px;
	margin: 0px;
}

/*
===== 2: FOOTER ==========================================
*/

#footer-bg{
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/footer-bg.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}
#footer{
	width: 830px;
	margin: 0px auto;
	background-image: url(../images/footer-bg02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 15px 0px 10px 70px;
}
#footer a {
	color: #FFFFFF;
}

#footermenu{
	margin: 0px;
	font-size: 12px;
}
#footermenu02 {
	margin: 45px 0px 0px;
	font-size: 12px;
	float: left;
}

#footer address{
	font-size: 12px;
	text-align: right;
	font-style: normal;
	margin-top: 30px;
}
#sidemenu {
	color: #006600;
	font-weight: bold;
	font-size: 15px;
	width: 230px;
	margin: 10px 0px 0px auto;
}
#sidemenu li {
	width: 215px;
	height: 40px;
	color: #0071BC;
	font-weight: bold;
	font-size: 15px;
	line-height: 2.5em;
	margin-bottom: 10px;
}


#sidemenu  li a {
	width: 215px;
	background-image: url(../images/sidemenu.gif);
	background-repeat: no-repeat;
	height: 40px;
	color: #006600;
	font-weight: bold;
	font-size: 15px;
	display: block;
	line-height: 2.5em;
	background-position: left top;
	padding-left: 15px;
}
#sidemenu  li a:hover {
	color: #003300;
	display: block;
	background-position: right top;
}



/*
===== 3: SIDE ==========================================
*/
#sidecolumn{
	float: left;
	width: 260px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}

#sidecolumn dl{
	width: 230px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 10px;
}
#sidecolumn dl dt{
	background-image: url(../images/sidemenu-h-bg2.gif);
	background-repeat: no-repeat;
	width: 205px;
	font-weight: bold;
	color: #006600;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-position: left top;
}
#sidecolumn   dl dd {
	width: 220px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../images/sidemenu-c-bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#sidecolumn   dd.sidedd-end        {
	width: 230px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../images/sidemenu-f-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-style: none;
	height: 9px;
	padding: 0px;
}

#sidecolumn dl ul{
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#sidecolumn dl ul li{
	font-size: 14px;
}
#sidecolumn dl ul a{
	width: 210px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	padding: 5px;
}
#sidecolumn dl ul a:hover,#sidecolumn dl ul a.stay{
	background-color: #D2F3BC;
	color: #006600;
}
#sidecolumn dl ul ul{
	margin-left: 5px;
}
#sidecolumn dl ul ul a{
	width: 185px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #24323A;
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidecolumn dl ul ul a:hover,#sidecolumn dl ul ul a.stay{
	background-color: #D2F3BC;
	color: #023E6F;
}
#sidecolumn dl dd p {
	margin: 0px;
	font-weight: normal;
	padding-left: 5px;
}
#mainimage{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 270px;
	background-color: #FFFFFF;
	background-image: url(../images/topimage5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content{
	width: 860px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#content_h {
	width: 900px;
	margin: 0px auto;
	background-image: url(../images/content_h_bg.gif);
	background-repeat: no-repeat;
	height: 16px;
}
#content_f {
	width: 900px;
	margin: 0px auto;
	background-image: url(../images/content_f_bg.gif);
	height: 18px;
	clear: both;
	background-repeat: no-repeat;
}
#pagetop  {
	width: 900px;
	margin: 0px auto;
	height: 20px;
	clear: both;
	background-color: #FFFFFF;
}
#pagetop  a {
	width: 85px;
	background-image: url(../images/pagetop.gif);
	height: 20px;
	clear: both;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-color: #FFFFFF;
	display: block;
	float: right;
	margin-right: 20px;
	background-position: left top;
}
#pagetop a:hover {
	width: 85px;
	background-image: url(../images/pagetop.gif);
	height: 20px;
	clear: both;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-color: #FFFFFF;
	display: block;
	float: right;
	margin-right: 20px;
	background-position: right top;
}




#maincolumn{
	margin: 0px;
	float: left;
	width: 600px;
	padding-bottom: 15px;
}

.breadlist{
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
#content h2{
	font-size: 16px;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 25px;
	background-image: url(../images/title_h3.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 575px;
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
}
#content h2.none{
	padding: 0px;
	background-image: none;
	height: auto;
	width: auto;
}
#content h2.clip{
	padding-left: 25px;
	padding-top: 8px;
    padding-bottom: 6px;
	background: url("../images/icon-h2.png") no-repeat 6px 5px / 7px calc(100% - 10px) , url('../images/h2.gif');
	height: auto;
	border-radius: 3px;
	clip-path: shape(from 100% 87.97%,line by -0.01% -1.54%,line by 0% -1.25%,line by 0.01% -4.45%,vline by 0.08%,curve by 0% -2.72% with 0% -0.93%/0% -1.84%,vline by -0.05%,smooth by 0% 0% with 0% 0%,curve by -0.04% -11.85% with 0% -4.61%/-0.04% -8.41%,vline by -2.58%,smooth by 0% -4.58% with 0% -4.58%,curve by 0% -0.11% with 0% 0%/0% 0%,curve by -0.01% -8.15% with 0.01% -4.02%/0% -6.5%,vline by -0.8%,smooth by 0% -5.54% with 0% -5.54%,curve by 0.03% -0.21% with 0.01% 1.62%/0.01% -5.01%,curve by -0.01% -22.23% with 0.01% -7.91%/0% -15.18%,curve by -0.01% -10.52% with 0% -3.54%/0% -7.03%,curve by 0% -2.77% with 0% -0.91%/0% -1.68%,curve by -0.05% -2.96% with -0.01% -1.01%/-0.02% -2.02%,curve by -0.26% -4.47% with -0.05% -1.89%/-0.15% -3.46%,curve by 0.12% 1.04% with 0.04% 0.27%/0.08% 0.61%,curve by -0.34% -2.21% with -0.15% -2.02%/-0.27% -2.1%,curve by -0.1% 0.11% with -0.07% -0.03%/-0.08% 0.05%,curve by -0.41% 0.08% with -0.04% 0.11%/-0.07% 0.21%,curve by -0.06% -0.27% with -0.27% -0.16%/0.07% -0.27%,curve by -4.15% 0.4% with -1.39% 0.08%/-2.84% -0.11%,curve by -2.01% -0.43% with -0.32% -0.43%/-1.49% 0%,curve by -0.86% 0.43% with -0.36% 0.19%/-0.72% 0.13%,curve by -14.81% 0.16% with -4.86% 0.05%/-9.83% 0.11%,curve by -7.89% 0.13% with -2.33% 0.85%/-5.12% -0.16%,curve by 0% -0.08% with -0.02% -0.03%/-0.01% -0.05%,curve by -3.29% 0.21% with -0.9% 0.21%/-2.22% 0.32%,line by -0.91% 0.35%,curve by -19.67% -0.53% with -6.48% -0.75%/-13.09% -0.21%,curve by -21.3% 0.29% with -7.47% -0.21%/-14.02% -0.83%,curve by 0.14% -0.16% with 0.01% -0.08%/-0.05% -0.13%,curve by -5.99% 0.05% with -2.1% 0%/-4.01% 0.03%,line by 0% -0.08%,curve by -14.95% 0.67% with -4.91% 0.69%/-10.22% -0.08%,curve by -2.19% 0% with -0.72% 0%/-1.45% 0%,curve by -0.56% 0.08% with -0.19% 0.05%/-0.37% -0.11%,curve to 0.03% 7.16% with 0.25% 1.84%/0.08% 4.18%,curve to 0% 11.72% with 0% 8.68%/0% 10.25%,vline by 4.53%,curve by 0% 9.08% with 0% 3.01%/0% 6.04%,curve by 0% 36.69% with 0% 12.12%/0% 24.36%,curve by 0% 18.53% with 0% 6.15%/0% 12.33%,vline by 9.29%,curve by 0.26% 8.12% with -0.02% 3.14%/0.08% 6.55%,curve by 0.29% 1.14% with 0.09% 0.83%/0.19% 1.2%,hline by 0.29%,smooth by 0.58% 0% with 0.58% 0%,curve by 1.17% 0% with 0.39% 0%/0.78% 0%,curve by 2.34% -0.05% with 0.78% 0%/1.56% -0.03%,curve by 4.63% -0.13% with 1.56% -0.05%/3.11% -0.08%,line by -0.01% 0.16%,curve by 14.46% 0.27% with 4.88% -0.35%/9.59% 0.53%,curve by 15.34% -0.45% with 5.01% 0.37%/10.29% -0.96%,curve by 10.16% -0.08% with 3.12% 0.83%/7.23% -0.93%,curve by 17.9% -0.32% with 6.03% 1.28%/11.87% 0.45%,curve by 16.5% 0.21% with 5.56% 0.45%/11.11% -0.72%,curve by 8.21% 0.56% with 2.55% -0.61%/5.37% 0.75%,line by -0.1% -0.21%,curve by 2.91% 0.05% with 1.02% 0.64%/2.27% -0.88%,line by -0.11% 0.05%,curve by 1.58% -0.56% with 0.54% 0.48%/1.25% -1.12%,line by 0.09% -0.24%,curve by 0.58% 0.35% with 0.65% -0.08%/0.08% 0.27%,curve by 0.47% -0.29% with 0.19% -0.03%/0.07% -0.43%,curve by 1.64% 0.88% with 0.09% 0.96%/1.6% -0.21%,curve by -0.24% 0.64% with -0.36% 0%/0.56% 0.43%,curve by 0.3% 0.05% with 0.06% 0%/0.17% 0.03%,curve by 0.22% -0.11% with 0.07% 0%/0.13% 0.08%,curve by 0.23% -1.46% with 0.08% -0.19%/0.16% -0.72%,curve by 0.21% -4.29% with 0.11% -1.17%/0.17% -2.82%,hline by 0%,smooth by 0.06% -2.4% with 0.04% -0.08%,curve by 0.02% -2.45% with 0.01% -1.01%/0.01% -1.81%,line by 0% 1.57%,line by 0.01% -1.6%,line by 0% -0.77%,curve by 0% -0.48% with 0% -0.29%/0% -0.48%,close,move to 99.98% 85.6%,vline by -0.4%,smooth by 0% 0.69% with 0% 0.69%,vline by -0.29%,close);
}

#news-title{
	background-color: #F6F5Eb;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #24323A;
	font-size: 16px;
	padding-left: 5px;
	line-height: 24px;
	margin-bottom: 10px;
}

#news{
	margin-left: 10px;
	width: 590px;
}
#news dt{
	float: left;
	width: 100px;
	line-height: 150%;
}
#news dd{
	line-height: 150%;
	margin-left: 100px;
}
#content h3{
	font-size: 16px;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 25px;
	margin-top: 45px;
	background-repeat: no-repeat;
	height: 30px;
	width: 575px;
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	background-image: url(../images/title_h3.gif);
}
h3.w860{
	font-size: 16px;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 25px;
	margin-top: 45px;
	background-repeat: no-repeat;
	height: 30px;
	width: 835px;
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	background-image: url(../images/title_h3-02.gif);
}
#content h3.none{
	height: auto;
	width: auto;
	padding: 0px;
	clear: both;
	background-image: none;
	margin-top: 10px;
	margin-bottom: 20px;

}

#content  h4{
	font-size: 115%;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 3px;
	clear: both;
	padding-bottom: 6px;
	background-image: url(../images/title_h4.gif);
	background-position: left bottom;
	padding-left: 15px;
	margin: 15px 5px 10px 10px;
	}
#content   h5{
	font-size: 105%;
	font-weight: bold;
	clear: both;
	padding-left: 25px;
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	display: block;
	border-bottom: 1px dashed #008f3b;
	margin: 15px 5px 10px 10px;
	padding-top: 2px;
	padding-bottom: 2px;

}
p{
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 1.6em;
	margin-top: 10px;
}
ul{
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
ol{
	margin: 15px;
}
ol li{
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 0.5em;
}
#content h2.topcopy {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../images/copy.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 540px;
	text-indent: -9999px;
	margin-left: 10px;
}
#content  h1.staff {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_staff.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#sidebana {
	width: 232px;
	margin-right: 0px;
	margin-left: auto;
}
#sidebana li {
	width: 232px;
	display: block;
	margin-bottom: 10px;
}
#sidebana   li a:hover {
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: right top;
}


#bana_blog,#bana_blog a {
	background-image: url(../images/bana_blog.jpg);
	background-repeat: no-repeat;
	height: 120px;
	text-indent: -9999px;
	background-position: left top;
	width: 232px;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}
#bana_mail, #bana_mail a {
	background-image: url(../images/bana_mail.jpg);
	background-repeat: no-repeat;
	height: 82px;
	text-indent: -9999px;
	background-position: left top;
	width: 232px;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}
#bana_tour, #bana_tour a {
	background-image: url(../images/bana_tour.gif);
	background-repeat: no-repeat;
	height: 82px;
	text-indent: -9999px;
	background-position: left top;
	width: 232px;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}
#bana_mobile, #bana_mobile a {
	background-image: url(../images/bana_mobile.gif);
	background-repeat: no-repeat;
	height: 113px;
	text-indent: -9999px;
	background-position: left top;
	width: 232px;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}
#content h1.yobou {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/01yobou/img/title01_yobou.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.sishuu {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/02shishuu/img/title02_sishuu.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.kyousei {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/03kyousei/img/title03_kyousei.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.sinbi {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/04shinbi/img/title04_shinbi.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.white {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/04shinbi/img/title04_white.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.kamiawase {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/05kamiawase/img/title05_kamiawase.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.iin {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_staff.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.price {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/07price/img/title07_price.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.contact {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/08contact/img/title08_contact.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.faq {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/08contact/img/title08_faq.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.sitemap {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/11sitemap/img/title11_sitemap.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.link {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/09link/img/title09_link.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.profile {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_profile.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.tour {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_tour.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.privacy {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/10privacy/img/title10_privacy.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.houshin {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_houshin.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.access {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_access.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.recruit {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_recruit.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.hotetsu {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../images/gikou/title_hotetsu.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.column {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/12column/img/title.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.seminar {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_seminar.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.shindan {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/04shinbi/img/title04_shindan.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.media {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../contents/06clinic/img/title06_media.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.standard {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url("../contents/06clinic/img/title06_standards.gif");
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
.shisetsukijun_table{
    width: 100%;
}
.shisetsukijun_table th,
.shisetsukijun_table td{
    width: 50%;
   background-color: #F3F3F3;
  padding:20px;
  border:2px solid #fff;
  line-height: 1.8em;
  word-break: break-all;
}
.st_privacy_box{
    padding: 10px;
    font-size: 110%;
    color: rgb(0, 113, 188);
    border: 3px solid rgb(179, 179, 179);
}

#content h1.mouth {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
	background: url(../contents/05kamiawase/img/title05_mouth.gif) no-repeat;
}
#content h1.mushiba{
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(../contents/01yobou/img/mushiba/title02_yobou.gif);
	background-repeat: no-repeat;
}
#content h1.jiritsu {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../images/jiritsushinkei/title_jiritu.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.sokuiku {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../images/sokuiku/h1.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.kokucare {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../images/kokucare/title.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}
#content h1.hokenayumi1906 {
	margin-bottom: 10px;
	clear: both;
	font-size: 21px;
	line-height: 20px;
	background-image: url(../images/hokenayumi/h1.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
	text-indent: -9999px;
}

ul.typeA {
	margin: 15px;
}
.typeA li {
	margin-left: 10px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 2px;
}
.typeA li.non{
	background-image: none;
}
ul.s-map {
	margin: 15px;
}
.s-map li {
	margin-left: 10px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #333333;
}
.s-map li a{
	font-size: 110%;
	font-weight: bold;
}
.s-map li ul{
	margin-top: 10px;
}
.s-map li ul li{
	background-image: none;
	list-style: circle;
	padding-left: 0px;
}
.step00 {
	font-size: 150%;
	font-weight: bold;
	height: 23px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #F7B525;
	line-height: 1em;
}

.step01  {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step01.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step02 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step02_2.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #F7B525;
	padding-left: 75px;
}
.step03 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step03.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step04 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step04.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step05 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step05.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step06 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step06.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step07 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step07.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step08 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step08.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step09 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step09.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.step10 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/step10.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F7B525;
	margin-top: 0px;
}
.point01 {
	margin-left: 10px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 2px;
}

.point02 {
	margin-left: 10px;
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 2px;
	display: block;
}

#line {
	border-bottom: 1px dashed #70B437;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}
#director_info {
	width: 320px;
	margin-bottom: 10px;
	float: right;
	background-image: url(../contents/06clinic/img/masuchi.gif);
	height: 477px;
	background-repeat: no-repeat;
}
#director_info p {
	display: none;
}

#concept {
	background-image: url(../contents/06clinic/img/concept2.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 590px;
	margin-left: 10px;
	text-indent: -9999px;
}
.answer_03 {
	background-image: url(../contents/03kyousei/img/answer.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 600px;
	background-position: center;
	text-indent: -9999px;
}

.answer_05 {
	background-image: url(../contents/05kamiawase/img/answer.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 600px;
	background-position: center;
	text-indent: -9999px;
}
#karte{
	margin: 10px 0px 0px;
	width: 584px;
	background-color: #FFFFFF;
	border: 3px solid #B3B3B3;
	padding: 10px 10px 10px 0px;
}
#karte h2{
	font-size: 16px;
	font-weight: bold;
	color: #0071BC;
	background-image: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	clear: inherit;
	height: auto;
}
.inquiry{
	background-image: url(../images/tel.gif);
	background-repeat: no-repeat;
	height: 169px;
	width: 600px;
	text-indent: -9999px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
}
.inquiry_b a{
	background-image: url(../images/tel_b.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 226px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 100px;
	left: 350px;
	display: block;
}
.inquiry_b a:hover{
	background-image: url(../images/tel_b.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 226px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 100px;
	left: 350px;
	background-position: right top;
	display: block;
}
.seminar_b a{
	background-image: url(../images/tel_b.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 226px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	float: right;
}
.seminar_b a:hover{
	background-image: url(../images/tel_b.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 226px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: right top;
	display: block;
}
dl.shourei-menu {
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.shourei-menu dt{
	width: 180px;
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #008F3B;
}
.shourei-menu dd{
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
#what{
	/*position: relative;*/
	text-indent: -9999px;
	margin-top: 175px;
	display: inline-block;
	left: 0px\9;
	top: -30px\9;
	>left: 340px;
	>top: -20px;
	>margin-left:340px;
	padding: 0px;
}
#what a{
	height: 58px;
	width: 235px;
	display: block;
	background: url(../images/shousai.gif) no-repeat left top;
}
#what a:hover{
	background-position: right top;
}
/************DIV内リンク**********************************/
#links ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 600px;
	border: 1px dotted #999;
	border-width: 1px 0 0 0;
} 

#links li {
	border: 1px dotted #999;
	border-width: 0 0 1px 0;
	margin: 0px;
	clear: both;
}
#links img.L {
	margin-bottom: 0px;
}
#links li a {
	color: #000000;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

* html #links li a {  /* make hover effect work in IE */
	width: 600px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em {
	color: #333;
	display: block;
	line-height: 125%;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#links a span {
	color: #FFFFFF;
	display: inline-block;
	background-color: #125F15;
	padding: 5px;
	font-size: 70%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	float: right;
		border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
.aiube-point{
	background-image: url(../contents/aiube/image01-bg.jpg);
	background-repeat: no-repeat;
	padding: 70px 60px 50px;
}
#content .aiube-point h3{
	background-image: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: auto;
	color: #0099FF;
}
.aiube-point ul li{
	background-image: none;
	list-style: disc;
	padding-left:0px;
}
#news{
	margin-left: 10px;
	width: 590px;
	font-size: 14px;
}
#news dl{
	border-bottom: 1px dashed #000000;
	padding: 10px 0;
	clear: both;
}
#news dt{
	float: left;
	width: 190px;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#news dt .cate{
	padding: 3px;
	font-size: 12px;
	text-align: center;
	width: 80px;
	color: #FFFFFF;
	margin: 0 10px;
	display: inline-block;
}
#news dt .new{
	background:#20B5DB;
}
#news dt .media{
	background: #DD4A4C;
}
#news dt .column{
	background: #5BB943;
}
#news dd{
	display: block;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	overflow: hidden;
}


.qa dt {
    background: rgba(0, 0, 0, 0) no-repeat scroll 98% center url(../contents/08contact/img/more.gif);
    border: 1px solid #cccccc;
    border-radius: 5px;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    padding: 20px 30px 20px 20px;
    transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	overflow: hidden;
}
.qa dt:hover {
    background: rgba(0, 0, 0, 0) no-repeat scroll 98% 28px url(../contents/08contact/img/more.gif);
}
.qa dt.active {
    background: rgba(0, 0, 0, 0) no-repeat scroll 98% center url(../contents/08contact/img/more.gif);
    border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
}
.qa dt span,
.qa dd span{
	overflow: hidden;
	display: block;
}

/*.qa dt::before {
    color: #137ec1;
    content: "Q.";
    font-size: 23px;
    font-weight: bold;
    padding-right: 5px;
}*/
.qa dd {
    background: #FFF4B1 none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    border-right: 1px solid #cccccc;
    display: none;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5em;
}

.keyword li{
	float: left;
	margin: 5px;
}
.keyword li a{
	padding: 5px 10px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 100px;
}
.keyword li a:hover{
	padding: 5px 10px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 100px;
	background: #f1f1f1;
}

.shinryou_cate{
	margin: 15px 5px 15px 6px;
}

.shinryou_cate span.ampm{
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	margin: 0 5px 0 0px;
	display: inline-block;
	background: #e3e9ff;
}
.shinryou_cate span.closed{
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	margin: 0 5px 0 0px;
	display: inline-block;
	background: #ffe5e3;
}
.shinryou_cate dt{
	float: left;
	padding: 3px 5px 0px 20px;
	background-image: url("../images/list.gif");
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-left: 10px;
	font-weight: bold;
	clear: left;
	width: 70px;
}
.shinryou_cate dd{
	overflow: hidden;
	line-height: 1.8em;
    margin-bottom: 5px;
}

.fix{
	position: fixed;
	top: 175px;
	right: -10px;
}

.fix:hover{
	opacity: .8;
	right: 0;
}