@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(/_share/bg_body.png);
	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;
 }

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


/* layout */

#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#contents {
	background-position: left top;
	clear: both;
	width: 830px;
	overflow:hidden; /* forDW */
	zoom: 1;
	margin-bottom: 30px;
}

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


/* side */
#side {
	float:left;
	width: 250px;
}

#side .map {
	border: 3px solid #DCD6B8;
	margin-bottom: 5px;
	padding: 1px;
}

#side .map p {
	padding: 5px;
	line-height: 140%;
}

#side a,
#side a:vidited {
	color: #0066CC;
}


#side .box {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom: 6px;
}

#side .box .p1 {
	line-height: 130%;
	padding: 5px;
}

#side .box .p2 {
	line-height: 130%;
	padding: 5px;
	text-align: center;
}


#side ul {
	margin-bottom: 15px;
	width: 230px;
	border: 5px solid #E6E6E6;
	padding: 5px;
}


#side ul li {

}


#side ul li a {
	height: 14px;
	display: block;
	width: 214px;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	background-image: url(/_share/side/bg_side.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	margin-bottom: 5px;

}

#side ul li a:hover {
	background-image: url(/_share/side/bg_sideon.gif);
	background-repeat: no-repeat;
	color: #FF6600;

}

#side ul li ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#side ul li ul li a {
	width: 215px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 5px;
	font-size: 13px;
	font-weight: normal;
}

#side ul li ul li a:hover {
	color: #FF9900;
	background-image: url(/_share/dotline.gif);
	background-position: left bottom;
}

#side .sideMail {
	background-image: url(/_share/side/mail.png);
	background-repeat: no-repeat;
	height: 186px;
	width: 250px;
	margin-bottom: 5px;
}

#side .sideMail .sidetext {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 70px;
	font-size: 12px;
	line-height: 120%;
	height: 70px;

}

#side .sideMail .sidebtn {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}



/* navi */

#navi {
	height: 30px;
	clear: both;
	background-image: url(/_share/navi.png);
	margin-bottom: 10px;
}

#navi ul {

}

#navi ul li {
	float: left;
}

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

a.navi01		{ background-position:0px 0px; width: 118px; }
a.navi01:hover	{ background-position:0px -30px; }

a.navi02		{ background-position:-118px 0px; width: 118px; }
a.navi02:hover	{ background-position:-118px -30px; }

a.navi03		{ background-position:-236px 0px; width: 118px; }
a.navi03:hover	{ background-position:-236px -30px; }

a.navi04		{ background-position:-354px 0px; width: 119px; }
a.navi04:hover	{ background-position:-354px -30px; }

a.navi05		{ background-position:-473px 0px; width: 119px; }
a.navi05:hover	{ background-position:-473px -30px; }

a.navi06		{ background-position:-592px 0px; width: 119px; }
a.navi06:hover	{ background-position:-592px -30px; }

a.navi07		{ background-position:-711px 0px; width: 119px; }
a.navi07:hover	{ background-position:-711px -30px; }


/* main */
#main {
	float:right;
	width: 570px;
	clear: both;
}

#main b {
	font-size: 120%;
	color: #FF6600;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
}

#main strong {
	font-size: 130%;
	color: #333333;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: underline;
}





.h2 {
	background-image: url(/_share/title_main/bg_h2.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-size: 16px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	padding-right: 10px;
	background-position: left bottom;
	padding-bottom: 11px;
	height: 18px;
	color: #FFF;
}


.h2img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8C33A;
	margin-bottom: 10px;
	background-image: url(/_share/bg_h2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
}

.h3{
	font-size: 150%;
	margin-bottom: 8px;
	font-weight: bold;
	color: #333333;
	background-image: url(/_share/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	line-height: 130%;
}

.h3 a {
	color: #333333;
}



.h4 {
	padding: 6px;
	margin-bottom: 5px;
	color: #333333;
	font-size: 120%;
	background-color: #FFFAE6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


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


.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: 15px;
	padding-left: 10px;
	font-size: 120%;
}

.pNor b {
	margin-left: 3px;
	font-size: 115%;
	color: #759B00;
	margin-right: 3px;
}


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

.pBox {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	border: 5px solid #EFEFEF;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.pBox2 {
	line-height: 130%;
	margin-bottom: 10px;
	font-size: 100%;
	border: 2px solid #DDDDDD;
	background-color: #F9F7EE;
	color: #000000;
	padding: 7px;
}

.pBoxLink {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	text-align: center;
	background-image: url(/_share/bg_samplebar.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
}

.pBoxLink b {
	color: #333333;
	padding-right: 2px;
}

.pTotop {
	margin-bottom: 20px;
	text-align: right;
	padding: 0px;
}

.pBtn {
	margin-bottom: 20px;
	text-align: center;
	padding: 0px;
}


.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: #FF9900;
	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-repeat: no-repeat;
	height: 60px;
	background-image: url(/_share/bg_header.gif);
}

#headerLogo {
	float: left;
	margin: 0px;
	width: 400px;
	padding-top: 3px;
}

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

#header h1 {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	height: 11px;
}

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




#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	background-image: url(/_share/bg_footer.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 20px;
	height: 80px;
}

.footerIn {
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}



#footer .footerLeft {
	float: left;
	text-align: left;
	padding-left: 10px;
	line-height: 140%;
	color: #666666;
}


#footer .footerLeft a{
	color: #000000;
	text-decoration: none;
}

#footer .footerLeft a:hover {
	color: #000000;
	text-decoration: underline;
}



#footer .footerRight {
	float: right;
	text-align: right;

}


/* img */

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

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

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-left: 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;
}

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

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




/* table */
.tableS {
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
}


.tableS th {
	text-align: left;
	background-image: url(/_share/th_tables.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	height: 10px;
}

.tableS  td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px;
	font-size: 120%;
	line-height: 140%;
	width: 25%;
	text-align: center;
}













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


.tableB th {
	padding: 8px;
	text-align: left;
	background-color: #FFFFE6;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.tableB  td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px;
	font-size: 120%;
	line-height: 140%;
}

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




/* 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;
	font-weight: bold;
}

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


.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;
	font-size: 120%;
}

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: 15px;
	line-height: 150%;
}

.sample {
	text-align: center;
	border: 3px solid #E8E8E8;
	padding-top: 15px;
	margin-bottom: 20px;
}

.sample p {
	font-size: 120%;
	text-align: left;
	padding: 15px;
	line-height: 140%;
}



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

.imgMap {
	text-align: center;
	margin-bottom: 20px;
	border: 3px solid #CCCCCC;
	padding: 2px;
}


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

}


.boxBtn input {
	width: 122px;
	height: 34px;
	font-weight: bold;
}

.diag {
	background-image: url(/diagnosis/img/bg.png);
	background-repeat: no-repeat;
	height: 300px;
	margin-bottom: 20px;
	padding-top: 20px;

}

.diagQ {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


.diagA {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 5px solid #EAEAEA;
	padding: 10px;
}

.diag table {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 5px solid #EAEAEA;
	padding: 10px;
}

.diag td {
	padding: 5px;

}




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

