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

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

/* 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);
}

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

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

#headbg {
	background-color: #232323;
	background-image:url(/_share/header/bg_header_cont.png);
	background-repeat:repeat-x;
}

#contents {
	width:950px;
	background-image:url(/_share/bg_shadow.png);
	background-repeat:no-repeat;
	background-position: left top;
	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 {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 10px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 120%;
	font-size: 110%;
	color: #000;
	clear: both;
	background-color: #FFF;
}

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

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



/* navi2 */

#navi2 {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}


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

.h2 {
	background-image: url(/_share/title_main/bg_h2.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 10px;
	font-size: 20px;
	overflow:hidden; /* forDW */
	zoom: 1;
	background-position: left bottom;
	height: 34px;
	color: #333;
	padding-top: 8px;
}

.h3{
	font-size: 16px;
	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: 30px;
	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;
}


.h3Tit001 {
	border-top: 3px double #640125;
	border-bottom: 3px double #640125;
	margin-bottom:10px;
	font-size: 140%;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}



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

h5 {
	font-size: 130%;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	background-color: #F8F5EF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	clear: both;
	padding-left: 5px;
	margin-bottom: 10px;
}

.h5Pink {
	font-size: 130%;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	background-color: #F28686;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	clear: both;
}


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


.table490 {
	margin-left:5px;
	margin-bottom:10px;
}

.table490 table {
	width: 490px;
}

.table490 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;
}
.table490 td {
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 130%;
}




/* 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: 150%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 130%;
}

.pNorIllust01 {
	background-image:url(/_share/bg_p/illust01.gif);
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
}

.pGood {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
	border: 2px solid #FC0;
	padding-top: 10px;
	padding-right: 10px;
}

.pCnt {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	text-align:center;
}



.case {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	border: 1px dashed #F90;
	padding: 10px;
}


.caseBlue {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	border: 1px dashed #39F;
	padding: 10px;
}

.caseBgBlue {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	border: 1px dashed #39F;
	padding: 10px;
	background-color: #D9F2FF;
}



#main .pNor strong,#main .pNor b {
	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: 120%;
	line-height: 160%;
	margin-bottom:30px;
	background-color: #FFFFDD;
	border: 1px dotted #CCCCCC;
}


.pCheck strong {
	font-size: 130%;
	color: #FF6633;
	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 {
	background-image: url(/_share/bg_header.png);
	background-repeat: no-repeat;
	padding-top: px;
	margin-bottom: px;
	height: 100px;
	background-position: right;
}

#headerLogo {
	float: left;
	margin-top: 33px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 5px;
}

#headerRight {
	float: right;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 5px;
}

#headerRight h1 {
	font-size: 13px;
	font-weight: normal;
	color:#FFFFFF;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 14px;
}

#headerRight b {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FFB442;
	font-size: 120%;
	font-weight: bold;
}


#clear {
	clear: both;
}


/* 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 {
	padding-left: 260px;
	padding-top: 0px;
}


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

#footer01container p a{
	color: #002791;
}

#footer01container p a:hover {
	color: #6CF;
}

#footer02container p a{
	color: #FFFFFF;
}

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




/* img */


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


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

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

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

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

.td03 {
	padding: 3px;
	font-size: 90%;
	line-height: 140%;
	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 b {
	font-weight: bold;
	color: #FF9900;
}

.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: 130px;
}

.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 */
.textBigOrange {
	font-size: 120%;
	color: #F60;
	font-weight: bold;
}

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

.textBlack {
	color: #000;
	font-weight: bold;
}

.txtBlkB {
	color: #000;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
	line-height: 150%;
}

.textBig {
	font-size:120%;
	font-weight: bold;
}

.textBlue {
	color: #36F;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

.textBlueLine {
	color: #69F;
	font-weight: bold;
	text-decoration:underline;
}

.textBigBlue {
	font-size:120%;
	color: #69F;
	font-weight: bold;
}

.textGreen {

	color: #00B050;
	font-weight: bold;
}

.textBigGreen {
	font-size:120%;
	color: #00B050;
	font-weight: bold;
}


.textGreenLine {
	color: #00B050;
	font-weight: bold;
	text-decoration:underline;
}



.textBigGreen {
	font-size:120%;
	color: #66CC00;
	font-weight: bold;
}

.txtGrenB {
	color: #00B050;
	font-weight: bold;
	font-size: 150%;
	text-decoration: underline;
}

.textRed {
	color: #FF2828;
	font-weight: bold;
}

.textBigRed {
	font-size:120%;
	color: #FF2828;
	font-weight: bold;
}

.txtRedB {
	color: #FF2828;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
	line-height: 150%;
}

.textBigPurple {
	font-size:120%;
	color: #66F;
	font-weight: bold;
}

.txtRedB02 {
	color: #FF2828;
	font-weight: bold;
	font-size: 130%;
	text-decoration: underline;
	line-height: 150%;
}


.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%;
}


/*######################################

Global Menu
======================================*/

#menu{
	height: 36px;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

#menu ul li{
	float: left;
	line-height: 0em;
	font-size: 0px;
}

#case_menu{
	height: 40px;
	margin-bottom:20px;
}

#case_menu ul li{
	float: left;
	line-height: 0em;
	font-size: 0px;
}


.pQuestion{
	color: #69F;
	font-weight: bold;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	font-size: 115%;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 24px;
	background-image: url(/_share/bg_question.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	}

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

.pAnswer{
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	font-size: 115%;
	font-weight:bold;
	line-height: 140%;
	margin-bottom: 20px;
	padding-left: 24px;
	background-image: url(/_share/bg_answer.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

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

.tdCtr {
	background-color: #FFECEC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


.pBoxSkyBlue {
	padding:10px;
	border: 2px dotted #09F;
	font-size: 120%;
	margin-bottom: 20px;
	
	}

.pBoxOrenge {
	padding:10px;
	border: 2px dotted #F60;
	font-size: 120%;
	margin-bottom: 20px;
	
	}


hr.dashed {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


.spanOrenge {
	background-color:#FFCC00;
	
	}

.txtBox001 {
	border: 2px dotted #6CF;
	padding: 10px;
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
}


/* WPBlog */
.pageprev
{
	float:left;
}

.pagenext
{
	float: right;
}

.sideBox
{
	background-image: url(http://heart-dental.jp/_share/blog/bg_side.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
	width:173px;
}

.sideBox ul li
{
	background-image: url(http://heart-dental.jp/_share/blog/allow.png);
	white-space: nowrap;
	padding-left:0px;
	height:24px;
	padding-left:20px;
	width:153px;
	line-height:24px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left;
}

.txtWp {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	}
/* WPBlog */





.spanLink {
	font-size:14px;
	border: 2px solid #09C;
	background-color: #FFFCF0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

/*######################################

両サイドメニュー
======================================*/

.sideBox001 {
	width:182px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #D2CEC0;
	border-bottom-color: #D2CEC0;
	border-left-color: #D2CEC0;
	background-color: #F5F1E0;
	padding: 3px;
	margin-bottom: 10px;
	}
	
.sideBox001 p {
	background-color:#FFFFFF;
	padding:1px;
	}

.sideBox001 p a {
	text-decoration:none;
	}

.sideBox001 ul li a {
	background-image: url(/_share/side/allow.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	display: block;
	white-space: nowrap;
	height:24px;
	line-height:24px;
	padding-left:18px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration:none;
	}

.sideBox001 ul li a:hover {
	display: block;
	background-color:  #FFFFCC;
	}

.lTitle {
	background-image:url(/_share/title_side/l_title.gif);
	color:#FFFFFF;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	text-shadow:
-1px -1px 1px rgba(0, 0, 0, 1),
1px 1px 1px rgba(0, 0, 0, 1);
	}
	
	
	
	
/*フォント*/

.textbigBlueSdw {
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	color: #0066FF;
	font-size: 180%;
	font-weight: bold;
	line-height: 180%;
}

.textbigBlackBdr {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 150%;
	line-height: 180%;
	font-weight: bold;
}






.tbl_cal{
width: 100%;
border-collapse: collapse;
margin-bottom:30px;
}
.tbl_cal th{
	background-color:#996633;
	font-size:16px;
	text-align:center;
	background-color: #EDE9D6;
	border: 1px solid #C6B780;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.tbl_cal td{
	font-size:16px;
	text-align:center;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #FFFBFB;
	border: 1px solid #C6B780;
}





.tbl_simple001{
width: 100%;
border-collapse: collapse;
}
.tbl_simple001 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.tbl_simple001 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.kifu {
	border: 1px solid #CCC;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 120%;
}



/*######################################

スライダー
======================================*/

#slider {
	width:910px;
	height:300px;
	background-image:url(/_share/slider/bg_slider.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B398;
}

#sliderBox {
	width:910px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
}

#sliderBoxJpg {
	width: 910px;
	height: 300px;
	text-align: left;
	overflow: hidden;
}

#sliderBoxJpg ul {
	width: 910px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#sliderBoxJpg ul li {
	top: 0;
	left: 0;
	width: 910px;
	height: 300px;
	display: none;
	position: absolute;
}
