@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-repeat: repeat-x;
	background-position: center top;
}

/* basicset */
* {
	margin:0;
	padding:0;
}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }

a { color: #0066CC; }
a:visited { color: #330066; }
a:hover { color: #FF6600; }
a.blue {color: #0066CC; text-decoration: none;}
a.blue:visited { color: #0066CC; }
a.blue:hover { color: #FF6600; }
a.none {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.iconP {
	background-image: url(/_share/icon_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

.bs03 {	margin-bottom: 3px;}
.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}


/* layout */

#allcontain {
	margin-right: auto;
	margin-left: auto;
	background-image: url(/_share/bg_allcontain.png);
	background-repeat: repeat;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#headconta {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#headbg {
	background-image: url(/_share/bg_allcontain.png);
	background-repeat: repeat;
}

#contents {
	width:950px;
	clear: both;
}

#contentsIn {
	margin-top:20px;
	float: right;
	width: 740px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	background-image: ;
	background-repeat: repeat-y;
	background-position: right top;
	clear: both;
}

#contentsIn:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* side */
#left {
	margin-top:20px;
	float:left;
	width: 190px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 0px;
}

#right {
	float: right;
	width: 190px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 20px;
	font-size: 100%;
}

#left h4 {
	height: 20px;
	padding-right: px;
	background-color: #333;
}

#right h4 {
	height: 20px;
	padding-right: px;
	background-color: #C4B379;
}

#left h4 i,
#right h4 i {
	float: left;
}

#left h4 b,
#right h4 b {
	float: right;
	margin-top: 3px;
}

#left h4 b a,
#right h4 b a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#left .box {
	margin-bottom: 10px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 120%;
	font-size: 110%;
	clear: both;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #B5D0DF;
	border-bottom-color: #B5D0DF;
	border-left-color: #B5D0DF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#right .box {
	margin-bottom: 10px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 120%;
	font-size: 110%;
	clear: both;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #B5D0DF;
	border-bottom-color: #B5D0DF;
	border-left-color: #B5D0DF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#left .box:after,
#right .box:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#left .box a,
#right .box a {
	color: #333;
	text-decoration: none;
}

#left .box a:hover,
#right .box a:hover {
	text-decoration: underline;
}

/* navi */

#navi {
	height: 40px;
	clear: both;
	background-image: url(/_share/header/navi.png);
	background-repeat: no-repeat;
}

#navi ul {

}

#navi ul li {
	float: left;
}

#navi ul li a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 150px; }
a.navi01:hover	{ background-position:0px -40px; }

a.navi02		{ background-position:-150px 0px; width: 130px; }
a.navi02:hover	{ background-position:-150px -40px; }

a.navi03		{ background-position:-280px 0px; width: 130px; }
a.navi03:hover	{ background-position:-280px -40px; }

a.navi04		{ background-position:-410px 0px; width: 130px; }
a.navi04:hover	{ background-position:-410px -40px; }

a.navi05		{ background-position:-540px 0px; width: 130px; }
a.navi05:hover	{ background-position:-540px -40px; }

a.navi06		{ background-position:-670px 0px; width: 130px; }
a.navi06:hover	{ background-position:-670px -40px; }

a.navi07		{ background-position:-800px 0px; width: 150px; }
a.navi07:hover	{ background-position:-800px -40px; }



#navi2 {
	height: 22px;
	clear: both;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
	background-image: ;
	background-position: left bottom;
	padding-bottom: 0px;
}

#navi2 img {
	padding: 4px;

}

#navi2 .left {
	float: left;

}

#navi2 .right {
	float: right;

}







/* main */
#main {
	float:left;
	width: 490px;
	padding-left:20px;
}

.h2 {
	background-image: url(/_share/title_main/bg_title_main.png);
	background-repeat: no-repeat;
	font-size: 20px;
	overflow:hidden; /* forDW */
	zoom: 1;
	background-position: left bottom;
	height: 43px;
	color: #333;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	margin: 0px;
}

.h3{
	font-size: 15px;
	margin-bottom: 8px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	background-image: url(/_share/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #333333;
	height: 30px;
	line-height: 30px;
}

.h3:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.h3 b {
	float: left;
}

.h3 i {
	float: right;
	height:15px;
	overflow:hidden;
	font-weight: normal;
	font-size: 11px;
}


.h4 {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 120%;
	background-color: #FFFFCC;
	border: 2px solid #FFCCCC;
	color: #000000;
	line-height: 130%;
}

.h5 {
	margin-bottom: 3px;
}


.hQuestion {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #759B00;
	font-size: 120%;
}




a.btBack{
    background-image:url(/_share/bt_back.gif);
}
a.btBack:hover{
    background-position:0px -14px;
}


.boxIntro {
	background-image: url(/_share/boxIntroF.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.boxIntro:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.boxIntro h3 {
	background-image: url(/_share/boxIntroH.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	height: 15px;
	margin-bottom: 5px;
}

.boxIntro h3 img {
	float: left;

}

.boxIntro h3 p {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #666666;

}


.boxIntro table {
	margin-left: 5px;
	width: 360px;
}

.boxIntro th {
	background-color: #F9F9F2;
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
	width: 60px;
}
.boxIntro td {
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 130%;
}



.boxIntro .pic { /* 右寄せ用10pxボーダー */
	float: right;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	margin-right: 15px;
}

.boxIntro .in {
	padding: 12px;
}

.boxIntro h4 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.boxIntro p {
	line-height: 160%;
}


.boxBtn {
	text-align: center;
	margin-bottom: 20px;

}


.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}






/* ol */
.olCategory {
	margin-bottom: 20px;
	margin-left: 10px;

}

.olCategory li {
	background-image: url(/_share/dotline.gif);
	list-style-type: decimal;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: inside;
	line-height: 130%;

}




/* p */


p {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

p:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


.pNor {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
	border: 1px dashed #B5D0DF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	
	
}

#main .pNor strong {
	color: #F66;
	font-weight: bold;
}

.pBack {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 180%;
	text-align: right;
}


.pKansou {
	background-image:url(/_share/bg_kansou.jpg);
	line-height: 160%;
	padding-left: 30px;
	font-size: 120%;
	background-repeat: repeat-y;
	padding-right: 30px;
}




.pCheck {
	padding:10px;
	font-size: 140%;
	line-height: 160%;
	margin-bottom:30px;
	background-color: #FFFFDD;
	border: 1px dotted #CCCCCC;
}


.pCheck strong {
	font-size: 130%;
	color: #F66;
	font-weight: bold;
}

.pBook {
	padding:10px;
	font-size: 10px;
	line-height: 160%;
	margin-bottom:30px;
	border: 1px dotted #CCCCCC;
	width: 200px;
}


.pTotop {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
	background-image: url(/_share/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-bottom: 3px;
	margin-top: 5px;
}

.pTotop a,
.pTotop a:hover,
.pTotop a:visited {
	color: #999999;
}



.pName {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
	font-size: 140%;
}


.pTime {
	font-weight: bold;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 3px;
	background-color: #FAFAF3;
	padding: 1px;
}

.pTime2 {
	margin-bottom: 7px;
}

.pTime3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #F00;
	font-size: 140%;
	font-weight: bold;
}

.pNotice {
	font-size: 88%;
	line-height: 120%;
	color: #999999;
	margin-bottom: 25px;
}





a.btOrange{
	background-image:url(/_share/bt_orange.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btOrange:hover{
    background-position:0px -15px;
}


a.btGreen{
	background-image:url(/_share/bt_green.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btGreen:hover{
    background-position:0px -25px;
}




/* header & footer */
#header {
	height: 92px;
}

#headerLogo {

}

#headerRight {
	background-color:#FFF;
	text-align: right;
}

#headerRight h1 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	padding-right: 20px;
	text-align: right;
}


#clear {
	clear: both;
}

#footbg {
	background-image:url(/_share/bg_footer2.png);
	background-repeat:repeat-x;
}


/* footer改 */
#footer01 {
	background-image:url(/_share/footer/bg_footer01.png);
	background-repeat:repeat-x;
}

#footer02 {
	background-image:url(/_share/footer/bg_footer02.png);
	background-repeat:repeat-x;
}

#footer01container {
	width: 950px;
	height: 242px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(/_share/footer/bg_footer01container.png);
	background-repeat: no-repeat;
}

#footer02container {
	width: 950px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(/_share/footer/bg_footer02container.png);
	background-repeat: no-repeat;
}

#footer01container p {
	font-size:16px;
	padding-left: 554px;
	padding-top: 65px;
	color: #666;
}


#footer02container p {
	padding-left: 20px;
	padding-top: 8px;
	line-height: 140%;
	color: #FFFFFF;
}

#footer02container p a{
	color: #FFFFFF;
}

#footer02container p a:hover {
	color: #FFCC66;
}




/* img */


.imgMain {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


.imgL { /* 左寄せ */
	float: left;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { /* 右寄せ */
	float: right;
}

.imgR10B { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgR10Bside { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom: 5px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #E4E4E4;
	padding: 4px;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 0px;
}

.td01 {
	background-image: url(/_share/bg_td01.gif);
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.td02 {
	padding: 5px;
	font-size: 120%;
	line-height: 160%;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
}

.td02 strong {
	font-weight: bold;
	color: #F60;
}

.td02Price {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 120%;
	text-align: right;
	background-color: #FDFDF7;
	font-weight: bold;
	color: #F60;
	width: 78px;
}

.td02Name {
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #69F;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
}


/* form */
/*****************/
.form050 {width: 50px;color: #333333;padding: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;}

.formTextbox {
	width: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}



/* text */
.textGreen {
	color: #006600;
}

.textRed {
	color: #FF2828;
}


.textTel {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9900;
	font-size: 140%;
	font-weight: bold;
}

.textNotice {
	font-size: 90%;
	color: #666666;
}

ul.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	line-height: 150%;
}





#tabMap {

}

#tabMap ul {

}


#tabMap ul li {
	float: left;
	font-size: 11px;
}



#tabMap ul li a {
	width: 86px;
	margin-right: 2px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #F5F5F5;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tabMap ul li a b {
	color: #000;
	text-decoration: underline;

}

#tabMap ul li a:hover {
	color: #F90;
	text-decoration: underline;
	background-color: #FFC;
}

/* crear */
.clearfix {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}




.pStaff {
	line-height: 140%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 110%;
	padding-top: 90px;
}

.pDr {
	line-height: 140%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 110%;
	padding-top: 54px;
}

.introStaff001 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff001.png);
	background-repeat: no-repeat;
	height: 204px;
}

.introStaff002 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff002.png);
	background-repeat: no-repeat;
	height: 184px;
}

.introStaff003 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff003.png);
	background-repeat: no-repeat;
	height: 184px;
}

.introStaff004 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff004.png);
	background-repeat: no-repeat;
	height: 184px;
}

.introStaff005 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff005.png);
	background-repeat: no-repeat;
	height: 184px;
}

.introStaff006 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff006.png);
	background-repeat: no-repeat;
	height: 184px;
}

.introStaff007 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff007.png);
	background-repeat: no-repeat;
	height: 184px;
}

.introStaff008 {
	margin-bottom: 15px;
	background-image: url(/img/staff/intro_staff008.png);
	background-repeat: no-repeat;
	height: 184px;
}



/* case */
#caseDr {
	height:170px;
	width:490px;
	background-image:url(/img/price/dr_com001.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#caseDr p {
	padding-left:163px;
	padding-right:26px;
	padding-top: 30px;
	line-height: 140%;
	font-size: 120%;
}

#kansouDr {
	height:170px;
	width:490px;
	background-image:url(/_share/dr_com002.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#kansouDr p {
	padding-left:163px;
	padding-right:26px;
	padding-top: 30px;
	line-height: 140%;
	font-size: 120%;
}


#kansouDrLong {
	height:400px;
	width:490px;
	background-image:url(/_share/dr_com003.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#kansouDrLong p {
	padding-left:163px;
	padding-right:26px;
	padding-top: 20px;
	line-height: 140%;
	font-size: 120%;
}

.pSub {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #FFE6E6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-left: 5px;
	font-weight: bold;
	color: #333;
	
	}
