@import "http://";
@charset "shift_jis";

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
}

/* ------------------------------------------------------------
　　body
-------------------------------------------------------------*/
body {
	color: #333333;
	margin:0px;
	background-image: url(../images/bg_base.gif);
	color:#333;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size:100%;
	background-repeat: repeat;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------
　　文章
-------------------------------------------------------------*/
h1 {
	padding-top:10px;
	margin-bottom:0;
	margin-top:0;
	padding-left: 200px;
	text-indent:-100em;
	font-size:120%;
}
h2 {
	margin:0;
	font-size:120%;
}
h2.text {
	background: repeat-y #ffffff;
	padding:2px 10px 1px 20px;
	margin:20px 0 15px 5px;
	color:#000033;
	font-size:120%;
}

h3 {
	margin:5px 0px 10px 0px;
}

h4 {
	margin:8px 0px 5px 0px;
	padding:8px 15px 15px 10px;
	color: #333333;
	font-size:90%;
	background-image: url(../images/h4_bg.gif);
	background-repeat: no-repeat;

}

h5 {
	margin:5px 3px 8px 3px;
	padding:6px 10px 6px 4px;
	color:#3366CC;
	font-size:90%;
	border-color:#ABCEF1;
	border-width:1px;
	border-style:solid;
	background:#F8F8F8;
}

h6 {
	margin:18px 0 8px 0px;
	padding:0px 10px 0px 0px;
	font-size:80%;
	color:#3366CC;
}

p {
	margin: 0.3em 0.5em 0.3em 0em;
	padding: 0.2em;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

.red {color:#CC0000;}
.red_b {font-weight:bold;color:#CC0000;}

#cap{
　　width:335px;
}

/* ------------------------------------------------------------
　　フォントサイズ
-------------------------------------------------------------*/

.l_tx{
	font-size:100%; 
	line-height:160%;
}

.m_tx {
	font-size:83%;
	line-height:130%;
	margin: 0.1em 0.5em 0em 0em;
	text-indent: 1em; 
}

.m_tx a:visited {
	line-height:130%;
	text-indent: 1em; 
	text-decoration;
	color: #3366CC;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
	border-bottom:1px blue dotted;
}

.m_tx a:active{
	line-height:130%;
	text-indent: 1em; 
	color:#333333;
	text-decoration;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
	border-bottom:1px blue dotted;
}

.m_tx a:hover{
	line-height:130%;
	text-indent: 1em; 
	color:#c71444;
	text-decoration:none;
	border-bottom:1px blue dotted;
	padding:  1px 3px 1px 3px;
	position:relative;
	top:1px;
	left:1px;
}

.s_tx{
	font-size:68%;
	color:#333333;
line-height:160%;
	font-style: normal;
	font-weight: normal; 
}

.ltext{
	font-size:100%
}

.mtext{
font-size:83%;
	  line-height:100%;
}
.mmtext{
font-size:83%;
	  line-height:130%;
	  padding-left: 2em;
}
.mmtext a:link {
	line-height:130%;
	text-indent: 1em;
	text-decoration;
	color: #0000FF;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
	border-bottom:1px blue dotted;
}
.mmtext a:visited {
	line-height:130%;
	text-indent: 1em; 
	text-decoration;
	color: #0000FF;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
	border-bottom:1px blue dotted;
}

.mmtext a:active{
	line-height:130%;
	text-indent: 1em; 
	color:#333333;
	text-decoration;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
	border-bottom:1px blue dotted;
}
.mmtext a:hover{
	line-height:130%;
	text-indent: 1em;
	color:#c71444;
	text-decoration:underline;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
	border-bottom:1px blue dotted;
	padding:  1px 3px 1px 3px;
	position:relative;
	top:1px;
	left:1px; 
}

.stext{
	font-size:71%
}

.stext a:link{
	color:#000066;text-decoration;
}

.stext a:visited {
	color:#000066;text-decoration;
}

.stext a:active{color:#000066;
	text-decoration;
}

.stext a:hover{color:#000066;
	text-decoration;
}

/* ------------------------------------------------------------
　　線
-------------------------------------------------------------*/
hr {
	color: #333333; /* IE */
	background-color: #333333; /* NN */
	height: 1px;
	border: 0px;
	margin: 0px;
}

.sen {
	border-bottom: 3px double #339999;
}
/* ------------------------------------------------------------
　　画像の回り込み
-------------------------------------------------------------*/
#photo p img{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* ------------------------------------------------------------
　　リンク
-------------------------------------------------------------*/
a:link{color:#3366CC;text-decoration;}
a:visited{color:#3366CC;text-decoration;}
a:active{color:#cc0000;text-decoration;}
a:hover{color:#ff0000; text-decoration:underline;}


/* ------------------------------------------------------------
　　リスト
-------------------------------------------------------------*/
dl {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.4em;
}
dt {
	margin: 0.2em 2em;
}
dd {
	padding: 0;
	margin-left: 5em;
	margin-bottom: 1.5em;
}

ul {
	padding: 3px;
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 3em;
}

ol {
	padding: 0;
	margin: 0em 1em 0em 1em;
}

ol li {
margin-top:2em;
font-weight:bold;
	  color:#3366CC;
}

ol li p{
font-weight:normal;
margin-bottom:1em;
color: #333333;
}

/* ------------------------------------------------------------
　　テーブル
-------------------------------------------------------------*/
.redwaku {
	font-weight:bold;
	color:#CC0000;
	background-color: #CCCCCC;
}
.gyo {
	width:570px ;
	height:190px ;
	margin:3px 0 6px 0px ;
}
.waku_l {
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	width:265px;
	height:100%;
	padding:5px;
	margin:0px 3px 3px 0;
	float:left;
}
.waku_r {
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	width:265px;
	height:100%;
	padding:5px;
	margin:0px 0px 3px 0;
	float:left;
}
.waku_kaijo{
	clear:both;
}

/* ------------------------------------------------------------
　　週間スケジュール
-------------------------------------------------------------*/
#calendar {
	text-align: center;
	margin-top: 20px;
}
#calendar table {
	width: 100%;
	margin: 0 auto;
	font-size: 80%;
}
#calendar th,#calendar td {
	padding: 5px;
	margin: 3px;
	text-align: center;
}
#calendar th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #E0E0E0 url(../images/th_bg.gif) left bottom repeat-x;
}
#calendar td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x
}

/* ------------------------------------------------------------
　　症例数_直近
-------------------------------------------------------------*/
#calendar th.fast_th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #E0E0E0 url(../images/th_fast_bg.gif) left bottom repeat-x;
}
#calendar td.fast_td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_fast_bg.gif) left bottom repeat-x;
}

/* ------------------------------------------------------------
　　サイドメニュー
-------------------------------------------------------------*/

#sidemenu{
	margin:0px 30px 0px 0px;
	float:left;
	width:147px;
	_width:147px;
	_margin:0px 30px 0px 0px;
}
#sidemenu ul{
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidemenu ul li{
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	width:147px;
	background-color:#eeeeee;
	line-height:25px;
}

#sidemenu ul li.on2{
	border-bottom:none;
	border-right:1px solid #dbdbdb;
	width:147px;
}

#sidemenu ul li.on3{
	border-bottom:none;
	border-right:1px solid #dbdbdb;
	width:147px;
}

#sidemenu ul li.sub{
	border-bottom:none;
	border-right:1px solid #dbdbdb;
	width:147px;
	height:17px;
	line-height:17px;
	background-color:#DBF0F9;
	background-image: url(../images/sidenavi_2nd.gif);
	background-repeat:no-repeat;
	background-position:21px 5px;
	min-height:17px;
}

#sidemenu ul li a{
	display:block;
	width:147px;
	background-image:url(../images/bg_sidenavi.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 17px;
}

#sidemenu ul li.sub a,
#sidemenu ul li.sub2 a{
	display:block;
	width:147px;
	height:17px;
	padding:0px 0px 0px 31px;
	background-image:none;
}
#sidemenu ul li a:hover,
#sidemenu ul li a.on,
#sidemenu ul li a.on2{
	background-image:url(../images/sidenavi_2nd.gif);
}
#sidemenu ul li a:hover,
#sidemenu ul li a.on,
#sidemenu ul li a.on3{
	background-image:url(../images/sidenavi_3rd.gif);
}


#sidemenu ul li.sub a:hover,
#sidemenu ul li.sub2 a:hover,
#sidemenu ul li.sub a.on,
#sidemenu ul li.sub2 a.on{
	background-image: url(../images/sidenavi_2nd.gif);
	background-position:left center;
}

#sidemenu a:link,
#sidemenu a:visited,
#sidemenu a:active,
#sidemenu a:hover{
	color:#000000;
	text-decoration:none;
}

#sidemenu a:hover{
	position:relative;
	top:1px;
	left:1px; 
}

/* ------------------------------------------------------------
　　専門診リンク
-------------------------------------------------------------*/
.senmonlink{
	padding:3px;
	border-color:#cccccc;
	border-width:1px;
	border-style:dashed;
	height:100%;
	width:560px;
	font-size:80%;
	line-height:1.5em;
	text-align:center;
}
.senmon a:visited {
	line-height:130%;
	text-indent: 1em; 
	text-decoration;
	color: #0000FF;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
}

.senmon a:active{
	line-height:130%;
	text-indent: 1em; 
	color:#333333;
	text-decoration;
	padding: 1px 3px 1px 3px;
	text-decoration:none;
}

.senmon a:hover{
	line-height:130%;
	text-indent: 1em;
	color:#c71444;
	text-decoration:none;
	padding:  1px 3px 1px 3px;
	position:relative;
	top:1px;
	left:1px;
}

/* ------------------------------------------------------------
　　画像禁止
-------------------------------------------------------------*/

span.guard{
	position:absolute;
	display:block;
	width:500px;
	height:1264px;
	background-image:url(../images/spacer.gif);
	left: 13px;
	top: 1230px;
}

/* ------------------------------------------------------------
　　スタッフ紹介
-------------------------------------------------------------*/
.staff_school{
	font-size:68%;
	color:#333333;
	font-style: normal;
	margin:0 0 5px 10px;
}

.staff_title{
	font-size:68%;
	color:#333333;
	line-height:160%;
	font-style: normal;
	font-weight: bold;
}
.staff_text{
	font-size:68%;
	color:#333333;
	line-height:100%;
	font-style: normal;
	font-weight: normal;
	margin-left:10px;
}