@charset "utf-8";
/*-----------------------------------------------------
各pxに対応する、IEハックで指定するパーセント
12px 	75%
13px 	82%
14px 	88%
15px 	94%
16px 	100%

基本サイズ12px	基本サイズ13px	基本サイズ14px
10px 	 84%			10px 	 77%			10px 	 72%
11px 	 92%			11px 	 85%			11px 	 79%
12px 	100%			12px 	 93%			12px 	 86%
13px 	109%			13px 	100%			13px 	 93%
14px 	117%			14px 	108%			14px 	100%
15px 	125%			15px 	116%			15px 	108%
16px 	134%			16px 	124%			16px 	115%
17px 	142%			17px 	131%			17px 	122%
18px 	150%			18px 	139%			18px 	129%
19px 	159%			19px 	147%			19px 	136%
20px 	167%			20px 	154%			20px 	143%
21px 	175%			21px 	162%			21px 	150%
22px 	184%			22px 	170%			22px 	158%
23px 	192%			23px 	177%			23px 	165%
24px 	200%			24px 	185%			24px 	172%
25px 	209%			25px 	193%			25px 	179%
26px 	217%			26px 	200%			26px 	186%
-------------------------------------------------------*/
html { height:100%; }
body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
}
/* for IE6 */
* html body { font-size: 75%; }
/* for IE7 */
*:first-child+html body { font-size: 75%; }
#wrapper {
	width:950px;
	height:100%;
	min-height: 100%;
	margin:0 auto;
	padding:0 5px;
	background-image:url(../common/img/bg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}
body > #wrapper { height:auto; }
#contents {
	clear:both;
	width:940px;
	margin:0 auto;
	padding:0 5px 5px 5px;
	text-align:left;
}
#contents_k {
	clear:both;
	width:938px;
	margin:0 auto;
	padding:15px 6px 5px;
	text-align:left;
}

#leftCol {
	width:736px;
	padding:0;
	float:left;
}
#main {
	width:530px;
	padding:0;
	float:right;
}
#leftNav {
	width:198px;
	padding:0;
	float:left;
}
#rightNav {
	width:198px;
	padding:0;
	float:right;
}
/*-----------------------------------------------------
Header
-------------------------------------------------------*/
#header {
	height:80px;
	padding:0 6px 0 0;
	text-align:left;
	background-image:url(../common/img/headerbg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
#header img { vertical-align:bottom; }
#header #hLogo {
	width:620px;
	float:left;
	overflow:hidden;
}
#header #hLogo h1 {
	height:22px;
	font-size:84%;
	font-weight:normal;
	padding:3px 0 0 6px;
}
#header #hLogo h2 { padding:0 0 0 15px; }
#header #hInfo {
	float:right;
	width:315px;
}
#header #hInfo #mailAdv {
	float:left;
	padding:17px 0 0 0;
}
#header #hInfo #telephone {
	float:right;
	padding:7px 0 0 0;
}
#header #hInfo address {
	clear:both;
	text-align:right;
	font-size:84%;
}

#header2 {
	clear:both;
	height:36px;
	padding:0;
	background-image:url(../common/img/footerbg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	width:950px;
}
#header2 ul {
	padding:6px 0 36px 0;
	text-align:center;
}
#header2 ul li {
	display:inline;
	color:#ffffff;
	white-space:nowrap;
	font-size:100%;
}
#header2 ul li a {
	text-decoration:none;
	color:#ffffff;
	margin-right:0.5em;
}
#header2 ul li a:link {
	text-decoration: none;
	color: #ffffff;
}
#header2 ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
#header2 ul li a:hover {
	text-decoration: underline;
	color: #cccccc;
}
#header2 ul li a:active {
	text-decoration: none;
	color: #ffffff;
}
/*-----------------------------------------------------
topNav
-------------------------------------------------------*/
ul#topNav {
	clear:both;
	padding:0 0 6px 0;
	margin:0 0 5px 0;
	background-image:url(../common/img/navi_under.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	width: 950px;
}
ul#topNav li {
	float:left;
	height:36px;
	line-height:36px;
	vertical-align:middle;
	text-align:center;
	background-image:url(../common/img/navibg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
ul#topNav li a {
	display:block;
	height:36px;
	text-decoration:none;
	color:#FFFFFF;
}
ul#topNav li#nHome a {
	width:118px;
	background-image:url(../common/img/navibg.gif);
	background-position:0 0;
}
ul#topNav li#nHome a:hover { background-position:0 -36px; }
ul#topNav li#nStaff a {
	width:121px;
	background-image:url(../common/img/navibg.gif);
	background-position:-118px 0;
}
ul#topNav li#nStaff a:hover { background-position:-118px -36px; }
ul#topNav li#nAbout a {
	width:120px;
	background-image:url(../common/img/navibg.gif);
	background-position:-239px 0;
}
ul#topNav li#nAbout a:hover { background-position:-239px -36px; }
ul#topNav li#nChara a {
	width:120px;
	background-image:url(../common/img/navibg.gif);
	background-position:-359px 0;
}
ul#topNav li#nChara a:hover { background-position:-359px -36px; }
ul#topNav li#nAccess a {
	width:119px;
	background-image:url(../common/img/navibg.gif);
	background-position:-479px 0;
}
ul#topNav li#nAccess a:hover { background-position:-479px -36px; }
ul#topNav li#nPrice a {
	width:118px;
	background-image:url(../common/img/navibg.gif);
	background-position:-598px 0;
}
ul#topNav li#nPrice a:hover { background-position:-598px -36px; }
ul#topNav li#nReserve a {
	width:119px;
	background-image:url(../common/img/navibg.gif);
	background-position:-716px 0;
}
ul#topNav li#nReserve a:hover { background-position:-716px -36px; }
ul#topNav li#nSitemap a {
	width:115px;
	background-image:url(../common/img/navibg.gif);
	background-position:-835px 0;
}
ul#topNav li#nSitemap a:hover { background-position:-835px -36px; }
/*-----------------------------------------------------
mainImage
-------------------------------------------------------*/
#mainImage {
	clear:both;
	padding:3px 0 8px 0;
	margin:0 0 15px 0;
	background-position:0 0;
	background-repeat:repeat-x;
}
#bannerSpace { margin-bottom:10px; }
/*-----------------------------------------------------
2010.2.12
-------------------------------------------------------*/
.BanBtn ul { margin:0 0 2px 0; }
.BanBtn ul li {
	height:26px;
	width:175px;
	margin:0 2px 0 0;
	float:left;
	background-image:url(../common/img/mainbtn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
}
.BanBtn ul li.last {
	margin:0;
	width:175px;
	float:left;
}
.BanBtn ul li a {
	display:block;
	padding:0 0 0 25px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	background-image:url(../common/img/mainbtn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.BanBtn ul li a:link{text-decoration: none; color: #B39F80; }
.BanBtn ul li a:visited{text-decoration: none; color: #B39F80;}
.BanBtn ul li a:hover{text-decoration: underline; color: #D9C3A1;}
.BanBtn ul li a:active{text-decoration: none; color: #B39F80;}

/*-----------------------------------------------------
.gation
-------------------------------------------------------*/
.navi {
	clear:both;
	padding:0 0 4px 0;
	margin:0 0 6px 0;
	background-image:url(../common/img/sfoot.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
}
.navi ul,
.navi .greetingBox {
	clear:both;
	padding:4px 0 0 0;
	margin:0;
	background-image:url(../common/img/sbg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}
.navi ul { padding:4px 9px 5px 9px; }
.navi ul li {
	height:32px;
	background-image:url(../common/img/sidemenu01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.navi ul li.noLink {
	padding-left:18px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	background-image:url(../common/img/sidemenu01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.navi ul li a {
	display:block;
	padding-left:18px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	background-image:url(../common/img/sidemenu01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.navi ul li a:hover { background-position:100% 100%; }
.navi .greetingBox { padding:4px 12px 7px 12px; }
#rightNav a:link {
	text-decoration: none;
	color: #333333;
}
#rightNav a:visited {
	text-decoration: none;
	color: #333333;
}
#rightNav a:hover {
	text-decoration: underline;
	color: #333333;
}
#rightNav a:active {
	text-decoration: none;
	color: #000000;
}
#leftNav a:link {
	text-decoration: none;
	color: #333333;
}
#leftNav a:visited {
	text-decoration: none;
	color: #333333;
}
#leftNav a:hover {
	text-decoration: underline;
	color: #333333;
}
#leftNav a:active {
	text-decoration: none;
	color: #000000;
}
ul.infoNavi { padding:0 9px 5px 9px; }
ul.infoNavi li {
	height:31px;
	background-image:url(../common/img/sidemenu02.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
ul.infoNavi li a {
	display:block;
	padding-left:18px;
	height:31px;
	line-height:31px;
	vertical-align:middle;
	background-image:url(../common/img/sidemenu02.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
ul.infoNavi li a:hover { background-position:100% 100%; }
ul.banner {
	padding:0;
	text-align:center;
}
div.img_banner {
	padding:0;
	text-align:center;
}
ul.banner li { margin-bottom:5px; }
ul.banner li img { vertical-align:top; }
#contactBox {
	margin:0 6px 5px 6px;
	background-color:#E8E6E0;
}
#contactBox ul {
	padding:6px 6px 3px 6px;
	background-color:#E8E6E0;
}
#contactBox p {
	text-align: center;
	color:#313131;
	font-size: 90%;
}
#contactBox ul li {
	height:60px;
	padding:13px 0 0 0;
	text-align:center;
	background-image:url(../common/img/scontact_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#contactBox ul li h4 { margin-bottom:3px; }
#contactBox ul li#bookPre {
	height:auto;
	padding:0;
	margin:0;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
	clear:both;
	height:180px;
	padding:0;
	background-image:url(../common/img/footerbg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
#footer ul {
	padding:6px 0 36px 0;
	text-align:center;
}
#footer ul li {
	display:inline;
	color:#ffffff;
	white-space:nowrap;
	font-size:110%;
}
#footer ul li a {
	text-decoration:none;
	color:#ffffff;
	margin-right:0.5em;
}
#footer ul li a:link {
	text-000000: none;
	color: #ffffff;
}
#footer ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer ul li a:active {
	text-decoration: none;
	color: #cccccc;
}
#footer #fContact {
	float:left;
	padding:0 0 0 10px;
	text-align:left;
	width:500px;
}
#footer #fLogo {
	float:right;
	padding:0 10px 0 0;
	width:400px;
	text-align:right;
}
.copyright {
	text-align:center;
}
@charset "utf-8";
p.txt { padding:5px 10px; }
td,
th {
	padding:3px 5px;
	vertical-align:middle;
}
/*-----------------------------------------------------
index
-------------------------------------------------------*/
#main .section dl#news { border:9px solid #E1D7C8; }
#main .section dl#news dt {
	clear:both;
	float:left;
	width:80px;
	padding:6px 0 6px 15px;
	font-weight:bold;
}
#main .section dl#news dd {
	padding:6px 0 6px 95px;
	border-bottom:1px solid #E1D7C8;
}
dl#news a:link {
	text-decoration: none;
	color: #DF6900;
}
dl#news a:visited {
	text-decoration: none;
	color: #DF6900;
}
dl#news a:hover {
	text-decoration: underline;
	color: #DF6900;
}
dl#news a:active {
	text-decoration: none;
	color: #000000;
}

#main .section #reason {
	clear:both;	
	padding:4px 6px 0 6px;
}
#main .section #reason .bannerLbox {
	width:243px;
	float:left;
	padding:5px;
	border:1px solid #ECE9E2;
	margin:0 0 6px 0;
}
#main .section #reason .bannerLbox p {
	margin:3px 0 0 0;
	padding:0;
	height:3em;
	letter-spacing:-1px;
	font-size:92%;
	color:#666666;
}
#main .section #reason .bannerRbox {
	width:243px;
	float:right;
	padding:5px;
	border:1px solid #ECE9E2;
	margin:0 0 6px 0;
}
#main .section #reason .bannerRbox p {
	margin:3px 0 0 0;
	padding:0;
	height:3em;
	letter-spacing:-1px;
	font-size:92%;
	color:#666666;
}
.t_title {
	background-image: url(../common/img/mainbtn_bg.gif);
	background-repeat: repeat;
	font-weight: bolder;
	color: #FF6600;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	}
.t_table_l {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#FFEACA;
	font-weight: bold;
	color: #666666;
} 
.t_table_r {
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: right;
} 

#main .section dl.voice {
	clear:both;	
	padding:0 15px;
}
#main .section dl.voice dt {
	clear:both;
	float:left;
	width:100px;
	padding:6px 0 6px 15px;
	font-weight:bold;
	color:#DF6900;
}
#main .section dl.voice dd {
	float:right;
	padding:6px 0;
	width:370px;
}
#main .section dl.voice dd.last {
	border-bottom:none;
}
#main .section dl.voice dd .imgbox {
	width:50px;
	float:left;
}
#main .section dl.voice dd .text {
	width:335px;
	float:right;
}

/*-----------------------------------------------------
下層共通
-------------------------------------------------------*/
.hplace {
	padding:5px 0 10px 0;
}
#main #pankuzu .pplace {
	color:#999999;
	font-weight:bold;
}
.hplace a:link{text-decoration: underline; color: #4A2517; }
.hplace a:visited{text-decoration: underline; color: #8E472D;}
.hplace a:hover{text-decoration: underline; color: #8E472D;}
.hplace a:active{text-decoration: underline; color: #8E472D;}

#main .section {
	border:1px solid #ECE9E2;
	margin:0 0 15px 0;
	padding-bottom:5px;
}

#main .stuffsection {
	margin:0 0 5px 0;
}

#main .section .title {
	background-image:url(../common/img/titlebg.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
}
#main .section .title h2 {
	padding:4px 0 9px 30px;
	font-size:117%;
	color:#FFFFFF;
	background-image:url(../common/img/title.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#main .section .main_contents { padding:0px 15px 0 15px; }
.main_contents a:link{text-decoration: underline; color: #4A2517; }
.main_contents a:visited{text-decoration: underline; color: #8E472D;}
.main_contents a:hover{text-decoration: underline; color: #8E472D;}
.main_contents a:active{text-decoration: underline; color: #8E472D;}

.main_contents p,
.main_contents ul,
.main_contents ol { margin-bottom:1em; }
.main_contents ul li {
	padding-left:1.5em;
	margin-bottom:1em;
	background-image:url(../common/img/disc.gif);
	background-position:0 0.1em;
	background-repeat:no-repeat;
}
#main .section .main_contents h3 {
	color:#71341C;
	font-weight:bold;
	font-size: 120%;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #71341C;
	border-left-color: #71341C;
	padding-left: 5px;
	margin-bottom: 10px;
}
#main .section .main_contents .h3bar {
	border-bottom:solid 1px #cccccc;
	margin-bottom:3px;
}
#main .section .main_contents .imgboxL {
	width:210px;
	float:left;
}
#main .section .main_contents .imgL {
	float:left;
	padding:0 15px 0 0;
}
#main .section .main_contents .txtboxR {
	width:273px;
	float:right;
	padding:0 0 0 15px;
}
#main .section .main_contents .imgboxR {
	float:right;
	width:210px;
}
#main .section .main_contents .txtboxL {
	width:273px;
	float:left;
	padding:0 15px 0 0;
}
#main .section .main_contents .imgR {
	float:right;
	padding:0 0 0 15px;
}
#main .section .main_contents .imgbox {
	margin:0 0 20px 0;
}
#main .section .main_contents .txtbox {
	margin:0 0 44px 0;
}
#main #topBan {
	width:530px;
	padding:0 0 0 1px;
}
#main #topBan #topBanInbox {
	width:530px;
	padding:2px 0 0 0;
	margin:0 0 10px 0;
	background-image:url(../common/img/mainbtn_bg.gif);
	background-repeat:no-repeat;
}

.Lbox {
	width:240px;
	float:left;
}
.Rbox {
	width:240px;
	float:right;
}
p.center {
	text-align:center;
	margin:0 0 35px 0!important;
}

#main .section .main_contents .case h3 {
	font-size:16px;
	color:#666666;
	border-bottom:1px solid #a8a8a8;
	margin:0 0 17px 0;
}
#main .section .main_contents .case table {
	width:501px;
}
#main .section .main_contents .case table td {
	width:153px;
	height:97px;
	padding:5px 3px!important;
}
#main .section .main_contents .case .patientcom {
	font-weight:bold;
	text-align:right;
	padding:22px 0 13px 0;
}
#main .section .main_contents h3.inquiry {
	color:#bf0000;
	padding:0 0 0 5px;
	margin:0 0 25px 0;
}
#main .section .main_contents .inpara dt {
	position: relative;
	font-size: 95%;
	color: #999999;
}
#main .section .main_contents .inpara dt span {
	position: absolute;
	font-size: 95%;
	color: #999999;
}
#main .section .main_contents .inpara dd {
	padding-left:1.5em;
	margin:0 0 25px 0;
	font-size: 95%;
	color: #999999;
}
#formBox {
	border:1px solid #ff9900;
	margin:2;
	padding: 5px;
}

#formBox table th {
	width:120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;	
}
#formBox table td {
	width:340px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;	
}
#formBox .mform {
	color:#d54519;
}
#formBox .formBtn {
	text-align:center;
}
/*-----------------------------------------------------
サイトマップ
-------------------------------------------------------*/
.sitema_parea { padding:0px 15px 0 15px; }
h3.sitemap_title {
	font-size: 15px;
	padding-left: 17px;
	padding-bottom: 0px;
	color:#71341C;
	border-bottom:1px dotted;
}
h4.sitemap_name {
	font-size: 15px;
	background-image: url(../common/img/maru.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-bottom: 0px;
	background-position: left center;
	color:#71341C;
	border-bottom:2px solid #71341C;
}
h3.sitemap_title a:link{text-decoration: none; color: #82410B; }
h3.sitemap_title a:visited{text-decoration: none; color: #82410B;}
h3.sitemap_title a:hover{text-decoration: none; color: #82410B;}
h3.sitemap_title a:active{text-decoration: none; color: #AC5812;}

li.sitemap_title {
	font-size: 12px;
	background-image: url(../common/img/maru12.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-left: 15px;
	background-position: left center;
	color: #333333;
	margin-bottom: 5px;
	text-decoration: underline;
}
li.sitemap_title a:link{text-decoration: none; color: #333333; }
li.sitemap_title a:visited{text-decoration: none; color: #555555;}
li.sitemap_title a:hover{text-decoration: none; color: #cccccc;}
li.sitemap_title a:active{text-decoration: none; color: #cccccc;}

/*-----------------------------------------------------
2009.09.03 見方追加
-------------------------------------------------------*/
#main .section .main_contents .imgboxL240 {
	width:240px;
	float:left;
}
#main .section .main_contents .txtboxR243 {
	width:243px;
	float:right;
	padding:0 0 0 15px;
}
#main .section .main_contents .imgboxR240 {
	float:right;
	width:240px;
}
#main .section .main_contents .txtboxL243 {
	width:243px;
	float:left;
	padding:0 15px 0 0;
}
.page_top {
	width: 460px;
	margin: 20px 15px 0 auto;
	text-align: right;
	color: #8E472D;
}
.page_top a:link{text-decoration: none; color: #4A2517; }
.page_top a:visited{text-decoration: none; color: #8E472D;}
.page_top a:hover{text-decoration: none; color: #8E472D;}
.page_top a:active{text-decoration: none; color: #8E472D;}


.licenceR {
	float:right;
	width:250px;
	color:#4A2517;
}
.licenceL {
	width:230px;
	float:left;
	padding:0 0px 0 0;
}
.color {
	color:#4A2517;
	font-weight: bold;
}
.font_s {
	font-size: 90%;
	color: #666666;
}
.section ul li b {
	color:#4A2517;
	font-weight: bold;
}
.section ul li strong {
	color:#330000;
	font-weight: bold;
}
/*-----------------------------------------------------
2009.09.15 見方追加
-------------------------------------------------------*/
.tab_area {
	width: 500px;
	height: 120px;
	position: relative;
	margin:5px;
}
.tab_area .top01 {
	position: absolute;
	top: 0;
	left: 10px;
}
.tab_area .top02 {
	position: absolute;
	top: 0;
	left: 180px;
}
.tab_area .top03 {
	position: absolute;
	top: 0;
	left: 350px;
}
.tab_area_s {
	width: 500px;
	height: 15px;
	position: relative;
	margin:5px;
}
.tab_area_s .tex01 {
	position: absolute;
	width:160px;
	top: 0;
	left: 10px;
	text-align:center;
}
.tab_area_s .tex02 {
	position: absolute;
	width:160px;
	top: 0;
	left: 180px;
	text-align:center;
}
.tab_area_s .tex03 {
	position: absolute;
	width:160px;
	top: 0;
	left: 350px;
	text-align:center;
}
/*-----------------------------------------------------
2009.09.29 見方追加
-------------------------------------------------------*/
.pict {
	text-align: center;
	margin:2px;
}
/*-----------------------------------------------------
2009.09.30 見方追加
-------------------------------------------------------*/
.jisseki {
	background-color: #FF6600;
	margin-bottom: 20px;
}
.title_area {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.title_td {
	padding: 2px;
	background-color: #FF9966;
	font-weight: bold;
	text-align: center;
}
.jisseki_td {
	background-color: #ffffff;
	padding: 2px;
}
/*-----------------------------------------------------
2009.10.14 見方追加
-------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	height: 0;
	position: static;
	visibility: hidden;
}

/*-----------------------------------------------------
2009.10.22 見方追加
-------------------------------------------------------*/
/*-----------------------------------------------------
common
-------------------------------------------------------*/
/*********************************
リセット
*********************************/

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}

h1,h2,h3,h4,h5,h6,input,textarea,table { font-size:100%; }

dt,dd,form,textarea,input,select,option,address,em {
	font-weight:normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 14pt;
}
	
td,th {
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	}

img{
	border:none;
	vertical-align: baseline;
}

table { border:none; }

a {
	border:none;
	text-decoration:none;
}

ul,ol,li{ list-style-type:none; }

hr {
	display:none;
	visibility:hidden;
}

/******************************
Option
******************************/

.clear { clear:both; }
.txt-right { text-align:right; }
.txt-left { text-align:left; }
.txt-center { text-align:center; }
.floatL { float:left; }
.floatR { float:right; }
	
/******************************
floatClearHack
******************************/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

	div.tipInner {
		border: solid #BBB 1px;
		border-top: none;
		border-left: none;
		-moz-border-radius: 4px;
		padding: .5em 1em .5em .8em;
		color: #F60;
		background: #EDEDED;
		font-weight: bold;
	}
	
div#dlgmat {
	width: 101.55%; /* for ie6 bug */
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 550;
	background: #000;
}

* html div#dlgmat { /* ie6 */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}
	
		
/*-----------------------------------------------------
診療時間　テーブル
-------------------------------------------------------*/
.weekbk {
	background-repeat:repeat-x;
}
.b1 {
	border-top: 1px solid #666666;
}

.week {
	vertical-align: middle;
	text-align:center;
	font-size:90%;
	background-color: #4A2517;
	border-top: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
	color:#FFFFFF;
}
.week1 {
	background-color: #4A2517;
	border-top: 1px solid #2B160D;
	border: 1px solid #2B160D;
}
.week2 {
	border-top: 1px solid #2B160D;
	border: 1px solid #2B160D;
}

.table_1_start {
	background-repeat:repeat-x;
	border-left: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	text-align:center;
	background-color: #4A2517;
	color:#FFFFFF;
}
.table_1tabel{
	border-right: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	text-align:center;
}
.table_2tabel{
	border-right: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
}
.Examination {
	background-repeat:repeat-x;
	border-left: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	text-align:left;
	background-color: #4A2517;
	font-size:90%;
}
.name_title {
	color:#71341C;
	font-weight:bold;
	font-size: 120%;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #71341C;
	border-left-color: #71341C;
	padding-left: 5px;
	margin-bottom: 10px;
}
.table_name {
	background-repeat:repeat-x;
	border-left: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	text-align:center;
}
.table_zero {
	vertical-align: middle;
	text-align:center;
	font-size:90%;
	background-color: #E8C2B5;
	border-top: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
	border-left: 1px solid #2B160D;
}
.melit {
	vertical-align: middle;
	text-align:center;
	font-size:90%;
	background-color: #FFCCFF;
	border-top: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
}
.demelit {
	vertical-align: middle;
	text-align:center;
	font-size:90%;
	background-color: #99CCFF;
	border-top: 1px solid #2B160D;
	border-bottom: 1px solid #2B160D;
	border-right: 1px solid #2B160D;
}
.link {
	background-image: url(../common/img/link.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	text-decoration:underline;
}
.dottedbox {
	padding: 5px;
	border: 1px dotted #71341C;
}
.hissu {
	margin-right: 4px;
	padding: 2px 4px;
	border: 1px solid #FF0000;
	background-color: #FFF;
	font-size: 8pt;
	color: #FF0000;
}
.example {
	font-size: 92%;
	color: #FF0000;
}

/*-----------------------------------------------------
margin 各種マージン	

-------------------------------------------------------*/
.main_contents ul li a:link{text-decoration: none; color: #f96710; }
.main_contents ul li a:visited{text-decoration: none; color: #f96710;}
.main_contents ul li a:hover{text-decoration: underline; color: #ffa800;}
.main_contents ul li a:active{text-decoration: none; color: #f96710;}

/*-----------------------------------------------------
margin 各種マージン	

-------------------------------------------------------*/

/*********************************
margin-bottom
*********************************/

.mb5 {margin-bottom:5px;}
.mb6 {margin-bottom:6px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

/*********************************
margin-left
*********************************/

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}

/*********************************
margin-right
*********************************/

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}

/*********************************
margin-top
*********************************/

.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

/*-----------------------------------------------------
padding
-------------------------------------------------------*/

/*********************************
padding-all
*********************************/

.pAll5 {padding:5px;}

/*********************************
padding-top
*********************************/

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}

/*********************************
padding-left
*********************************/

.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}

/*********************************
padding-right
*********************************/

.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:10px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}

/*********************************
padding-bottom
*********************************/

.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
/*-----------------------------------------------------
2010.2.3　節分 フォーム　見方追加
-------------------------------------------------------*/
div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("../img/form/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("../img/form/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}
.example {
	font-size: 92%;
	color: #FF0000;
}
.case_3t {
	width: 526px;	
	height: 30px;
	position: relative;
}
.case3t_1 {
	position: absolute;
	top: 0;
	left: 0px;
}
.case3t_2 {
	position: absolute;
	top: 0;
	left: 168px;
}
.case3t_3 {
	position: absolute;
	top: 0;
	left: 336px;
}

