/*--Default--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-size:16px;
}
img {
	border:0;
	vertical-align:top;
}
ul, ol {
	list-style-type:none;
}
td {
	vertical-align:top;
	text-align:left;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
p {
	text-align:left;
	line-height: 1.5em;
}
body {
	background-color:#FFFFFF;
	color:#333;
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #24B7ED;
}
/********** --リンクスタイル **********/

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:active {
	color: #003399;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
/*==clearfix=====================================================================*/

.clearfix:after { /* for New Browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block; /* for IE */
}
.clear {
	clear:both;
}
/*---all-------------------------------------------------------------------*/
#wrap {
	width:980px;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
}
#allContents {
	width:980px;
	margin:0px auto;
	position:relative;
	text-align: left;
}
/*---header-------------------------------------------------------------------*/
#seo {
	padding:3px;
	font-size:10px;
	font-weight:normal;
}
#header {
	width:980px;
	height:100px;
	position:relative;
	background-color:#96d8e8;
}
#logo a {
	display:block;
	width:95px;
	height:70px;
	text-indent:-9999px;
	text-decoration:none;
	position:absolute;
	top:10px;
	left:10px;
}
/*--NAVIGATION-----------------------------------------------------------------------*/
#head_navi ul {
	background:url(images/hnavi_bg.jpg) repeat-y;
	height:45px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	display: block;
}
#head_navi ul li {
	display:block;
	float:left;
	padding-right:0px;
}
/*--SIDE MENU(LEFT)-----------------------------------------------------------------------*/

#leftbox {
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 170px;
}
#leftbox dl dt {
	padding:0 0 2px 30px;
	font-size:12px;
}
.text_ttl {
	font-size:12px;
	font-weight:bold;
	color:#003399;
	text-align:center;
	padding-top:15px;
}
/*--SIDE MENU(LEFT)-----------------------------------------------------------------------*/
#rightbox {
	width:182px;
	padding:10px 0;
}
#case {
	color:#003399;
	font-size:12px;
}
#case td {
	padding:5px 0 0 10px;
}
#case td a:link {
	color: #003399;
	text-decoration: none;
}
#case td a:visited {
	color: #003399;
	text-decoration: none;
}
#case td a:active {
	color: #003399;
	text-decoration: none;
}
#case td a:hover {
	color: #003399;
	text-decoration:underline;
}
#time {
	font-size:11px;
	color:#666666;
	line-height:100%;
	margin:0 0 10px 10px;
}
#time td {
	padding:3px 0 0 0;
}
#r_ad_top {
	background:url(images/r_adtop_bg.gif) no-repeat;
	font-size:11px;
	line-height:120%;
	width:172px;
	height:40px;
	padding:5px 0 0 10px;
}
#r_ad_btm {
	background:url(images/r_adbtm_bg.gif) no-repeat;
	font-size:11px;
	line-height:120%;
	width:172px;
	height:125px;
	padding:25px 0 0 10px;
}
#accessBox {
	margin:5px;
	padding:5px;
	border:1px solid #0486BA;
	background:#FFFFE6;
	font-size:11px;
	line-height:120%;
}
/*--CONTENT---------------------------------------------------------------------------*/
#centerbox {
	float:left;
	width:760px;
	padding:11px 15px 15px 15px;
}
/*--UNDER---------------------------------------------------------------------------*/
/********** --見出し **********/

h3 {
}
/*--FOOTER---------------------------------------------------------------------------*/


#copy {
	width:980px;
	border-top:#CCC solid 1px;
	font-size:12px;
	line-height:200%;
	text-align:center;
	padding-right:5px;
	color:#333;
}
/*--ADJUST-----------------------------------------------------------------------------*/

.fleft {
	float:left;
}
.padTB10 {
	padding:10px 0;
}
.padBt10 {
	padding-bottom:10px;
}
.padBt15 {
	padding-bottom:15px;
}
.font_bold {
	font-weight:bold;
	line-height:200%;
}
.center {
	text-align:center;
}
/*--text-----------------------------------------------------------------------------*/
.fontsize14 {
	font-size:14px;
	line-height:18px;
}
.fontsize16 {
	font-size:14px;
	line-height:20px;
}

.topText01 {
	line-height:20px;
	margin:20px 0 0 0px;
	text-align:center;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.topText02 {
	line-height:18px;
	margin:20px 0 0 0px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.borderBox01 {
	width:220px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding:5px;
	border:solid 1px #333333;
	margin:0 0 10px 0;
}
.borderBox02 {
	clear: both;
	background:#FFFFCC;
	width:180px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding:5px;
	border:solid 1px #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.textBox01 {
	margin:0 0 20px 0;
	clear:both;
}
.textBox01_R {
	margin: 70px 0 20px 0;
	float:left;
	width: 300px;
}
.textBox02 {
	clear:both;
	margin:0 0 20px 0;
}
.textBox01 p {
	margin:0 0 10px 0;
}
.next {
	text-align:right;
}
.fontColor01 {
	color:#003399;
}
.textCenter {
	text-align:center;
}
/*--Margin-----------------------------------------------------------------------------*/
.marginB30 {
	margin-bottom:30px;
}
.marginB20 {
	margin-bottom:20px;
}
.marginB10 {
	margin-bottom:20px;
	font-size: 18px;
}
/*--Image-----------------------------------------------------------------------------*/
.imgBox01 {
	text-align:center;
	margin:0 0 20px 50px;
}
.imgBox02 {
	text-align:left;
	padding:0 0 20px 30px;
}
.imgBox01_L {
	margin:0 30px 20px;
	float: left;
	text-align:center;
	width: 340px;
}
.imgBox02 {
	margin:5px;
}
.imgBox03 {
	text-align:center;
	margin:0 0 10px 0;
}
/*--list-----------------------------------------------------------------------------*/
.list01 li {
	margin:0 0 10px 0;
}
.list01 li span {
	margin:0 10px 0 0;
	color:#49A3CD;
	font-weight:bold;
}
.list01 li a:link {
	color:#49A3CD;
	text-decoration:none;
}
.list01 li a:visited {
	color:#49A3CD;
	text-decoration:none;
}
.list01 li a:hover {
	color:#A7D3E7;
	text-decoration:none;
}
.list01 li a:active {
	color:#49A3CD;
	text-decoration:none;
}
.mapLarge {
	text-align:center;
	background:url(../clinic/images/map3-1.gif) no-repeat;
	width:388px;
	height:388px;
}
.mapLarge img {
	margin:170px 0 0 0;
}
.iganTable td {
	text-align:center;
	vertical-align:middle;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.new {
	color:#FF3333;
	font-size:10px;
	padding-bottom:3px;
	padding-left:3px;
}
.burasage {
	margin-left: 1em;
	text-indent: -1em;
	padding-left:15px;
	line-height:150%;
}
.list_suji {
	list-style-type:decimal;
	list-style-position:outside;
}
.kangan_waku {
	border:1px solid #333333;
	padding:10px;
}
.qa_t {
	margin:15px 4px;
}
.qa_t td {
	padding:4px;
}
.q_tr td {
	padding-top:15px;
}
/*---カウンターの位置---------------------------------------------------------------------------*/
.counter img {
	margin-left:35px;
}
/*---リンクページの相互リンクの文字色-----------------------------------------------------------*/
.sougo_text {
	color: #996600;
}
.sougo_text a:link {
	color: #996600;
}
.sougo_text a:visited {
	color: #996600;
}
.sougo_text a:active {
	color: #996600;
}
.sougo_text a:hover {
	color: #996600;
}
#center {
	text-align: center;
}
#wrap #allContents #centerbox #center {
	text-align: right;
}
#wrap #allContents #centerbox #center #right {
	text-align: right;
}
.right {
	text-align: right;
}
#wrap #allContents #centerbox hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer {
	clear: both;
}
#leftbox ul {
	font-size: 13px;
	background-color: #E4E4E4;
	width: 160px;
	font-weight: bold;
}
#leftbox ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 30px;
	display: block;
	padding-left: 14px;
	background: url(../images/yoko_bk.jpg) no-repeat top left;
}
.misuiro {
	color: #0882BB;
}
.purple li {
	color: #939;
	padding-top: 5px;
	line-height: 25px;
	border-bottom: #CCC dotted 1px;
}
.mizuiro_usui {
	color: #09C;
}
#wrap #allContents #footer #cancer {
	margin: 25px 0 0 200px;
	padding:25px 30px 0 160px;
	_padding: 25px 30px 0 140px;
	background: url(../images/footer_tiryousyourei.gif) no-repeat top left;
	height: 190px;
	font-size: 14px;
	width: 750px;
	text-align: center;
}

#wrap #allContents #footer #cancer ul {
	margin:0;
	width: 490px;
	text-align: left;
}
#wrap #allContents #footer #cancer li {
	float: left;
	padding: 0 10px 0 2px;
}
#wrap #allContents #footer li a {
	color:#06C;
	display: block;
}
#wrap #allContents #footer li a:hover {
	color: #F93;
}




#wrap #allContents #cancer2 {
	margin: 25px 10px 0 50px;
	padding:25px 10px 0 160px;
	_padding: 25px 30px 0 140px;
	background: url(../images/footer_tiryousyourei.gif) no-repeat top left;
	height: 190px;
	font-size: 14px;
	width: 750px;
	text-align: center;
}

#wrap #allContents #cancer2 ul {
	margin:0;
	width: 490px;
	text-align: left;
}
#wrap #allContents #cancer2 li {
	float: left;
	padding: 0 10px 0 2px;
}
#wrap #allContents #cancer2 li a {
	color:#06C;
	display: block;
}
#wrap #allContents #cancer2 li a:hover {
	color: #F93;
}



#footer_soudan {
	padding-left: 380px;
	padding-bottom: 30px;
}
#footer address {
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	color: #333;
	font-style: normal;
}
#leftbox .misuiro li a:link{
	color: #0882BB;
	text-decoration: none;
}
#leftbox .misuiro li a:visited {
	color: #0882BB;
	text-decoration: none;
}
#leftbox .misuiro li a:active {
	color: #003399;
}
#leftbox .misuiro li a:hover {
	color: #333;
	text-decoration:underline;
}
#leftbox li.misuiro2 a {
	font-weight: bold;
	color: #939;
	text-decoration: none;
	text-align: right;
}
#leftbox li.misuiro2 a:hover {
	font-weight: bold;
	color: #333;
	text-decoration:underline;
	text-align: right;
}

.purple li a:link{
	font-weight: bold;
	color: #939;
	text-decoration: none;
}
.purple li a:visited {
	font-weight: bold;
	color: #939;
	text-decoration: none;
}
.purple li a:active {
	font-weight: bold;
	color: #003399;
}
.purple li a:hover {
	font-weight: bold;
	color: #333;
	text-decoration:underline;
}
#leftbox .mizuiro_usui li a:link{
	color: #09C;
	text-decoration: none;
}
#leftbox .mizuiro_usui li a:visited {
	color: #09C;
	text-decoration: none;
}
#leftbox .mizuiro_usui li a:active {
	color: #003399;
}
#leftbox .mizuiro_usui li a:hover {
	color: #333;
	text-decoration:underline;
}
.red {
	color: #F00;
}
#wrap #allContents #main_content {
	float: left;
	width: 800px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#main_content h2 {
	background-image: url(../images/top_blue.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #2990D2;
	line-height: 40px;
	padding-left: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: center;
	letter-spacing: 0.1em;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
}
#main_content .detail {
	position: absolute;
	left: 682px;
	width: 80px;
	height: 20px;
	background: #F60;
	color:#FFF;
	font-weight: normal;
	padding: 0 0 10px 5px;
	line-height: normal;
}
#main_content .detail a {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;

}
#main_content .detail a:visited {
	color: #FFF;
	text-decoration: none;
}
#main_content .detail a:hover {
	color:#FF9;
}


#main_content h2 a:link{
	color: #2990D2;
	text-decoration: none;
}
#main_content h2 a:visited {
	color: #2990D2;
	text-decoration: none;
}
#main_content h2 a:active {
	color: #003399;
}
#main_content h2 a:hover {
	color: #333;
	text-decoration:underline;
}
#main_content h2 a {
	font-size: 18px;
}
#main_content h3 {
	font-size: 16px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 30px;
	color: #B63DB6;
	margin-top: 15px;
	margin-bottom: 5px;
}
.btn_naga {
	float: right;
	width: 220px;
	height: 36px;
	background:url(../chiryo/images/btn_nagare.jpg) no-repeat left top;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
}
.btn_naga a {
	margin: 5px 2px;
	color:#48547f;
	text-decoration: none;
}
.btn_naga a:hover {
	margin: 5px 2px;
	color:#F60;
	text-decoration: none;
}
.price, .price2 {
	margin: 40px 10px;
	border-bottom: #000 solid 2px;
	font-size: 14px;
	color:#666;
	font-weight: bold;
	text-align: right;
}
.price2 {
	margin: 10px 10px 10px 20px;

}
.priceR {
	margin-right: 20px;
	text-align: right;
}
.pri_bold {
	height: 30px;
	font-size: 14px;
	padding: 5px;
}
.con_L {
	margin: 20px 20px;
	padding: 0;
	width: 450px;
	float: left;
}
.con_L2 {
	margin: 20px 30px;
	padding: 0 20px;
	width: 300px;
	float: left;
}
.con_R {
	margin: 20px 0px;
	width: 200px;
	float: left;
}
.fnavi {
	margin: 10px;
	padding: 0;
	width: 500px;
}
.textRs {
		padding-right: 20px;
		text-align: right;
		font-size: 12px;
		color:#666;
		clear:both;
}
#centerbox ul.tagg, #main_content ul.tagg {
	margin: 0px 10px 40px 10px;
	padding: 0;
	background:url(../images/tab_Bk.gif) no-repeat top left;
	width: 744px;
	height:23px;
}
#centerbox li.tagg, #main_content li.tagg {
	color:#f4c08d;
	font-weight: bold;
	padding: 1px 20px 0 50px;
	list-style: none;
	float: left;
}
#centerbox li.tagg a, #main_content li.tagg a {
	color: #fff;
	text-decoration: none
}
#centerbox li.tagg a:hover, #main_content li.tagg a:hover {
	color:#333;
	text-decoration: none;
}
.price_rht_12 {
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
}
	
	#main_content p {
	padding-left: 20px;
}
.bk_g {
	background:#F5F5F1;
	margin: 0 0 5px 0;
	border-bottom: #FFC thin 1px;
}
.bk_b {
	color:#004080;
	background:#F5F5F5;
}
.he10 {
	height: 10px;
}
.eventM {
	margin:20px 0 20px 20px;
	padding:0;
	width: 790px;
}
.eventM .eventML {
	float:left;
	background: url(../images/event_SB_Bk.jpg) no-repeat top left;
	padding: 55px 130px 20px 180px;
	font-size: 13px;
	line-height: 18px;
}
.eventM .eventMR {
	float: left;
	margin:0;
	padding: 0;
	width:255px;
	height: 127px;
}
.whats {
	margin: 0 0 0 20px;
	padding: 0 10px 10px 10px;
	width: 95%;
	height: 100px;
	overflow: scroll;
	font-size: 14px;
	border:#CCC solid 1px;
}
#main_content div.whats dl {
	margin: 10px 0;
}
#main_content div.whats dt {
	color:#993399;
	font-weight: bold;
	float: left;
}
#main_content div.whats dd {
		color:#333;
		padding-left: 140px;
		margin-bottom: 10px;
}
#main_content div.iden {
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
}
.y_bold {
	font-weight: bold;
	background:#FC0;
}
.link_Box {
	margin: 0 50px;
	padding: 30px;
	border:#F3C solid 1px;
}
table td {
	padding: 10px 0;
}
.blue {
	font-weight:bold;
	color:#036;
	text-align:center;
}
.gan_link_t { padding:7px; background-color:#666666;}

.gan_link_t td{ padding:6px 0px 5px 7px; background-color:#FFFFFF; font-size:12px; line-height:115%;}
.left_float {
	float: left;
	margin: 0 20px 20px;
}
.iconnew {
	vertical-align: top;
	padding: 0 0 5px 0;
}
/* form */
#general {
	margin: 20px 0 20px 20px;
	padding: 0px;
	border:1px solid #DDDAD6;
	width: 770px;
}
.mailform {
	font-size: 85%;
	color:#666;
}
.mailform1tit {
	margin: 5px;
	border-bottom:#78c7be solid 2px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.mailform1 {
/*	width: 200px; */
	height: 30px;
	color:#000;
	font-size: 16px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background-color: #eeece7;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddad6;
	border-bottom-color: #dddad6;
}
.mailform2 {
	color:#000;
	font-size: 16px;
	text-align: left;
	padding: 5px 10px 5px 30px;
	width: 480px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddad6;
	line-height: 20px;
}

.mailform3 {
	height: 30px;
	color:#000;
	font-size: 16px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background-color: #e1dfda;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddad6;
	border-bottom-color: #f5f3f3;
}



.confirmation {
	padding: 20px 0;
	text-align: center;
	height: 150px;
}
.orangec {
	color:#F60;
}
.redbold {
	color:#F33;
	font-weight: bold;
	font-size: 14px;
}.rubi {
	font-size: 11px;
}
#main_content div.subbox {
	margin: 10px 20px 0 0;
	width: 760px;
	position: relative;
}
#main_content div.subbox h2.inxnone {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	background: none;
	color: #0a2b61;
	width: 450px;
	height: 30px;
	position: absolute;
	left: 340px;
}
#main_content div.subbox .senpink {
	padding-top: 40px;
	color: #9c699d;
}
#main_content ul.teacher {
	margin-left: 40px;
}
#main_content ul.teacher li {
	margin-bottom: 15px;
	padding: 0 0 0 5px;
	list-style-type: decimal;
	font-size: 16px;
}
.font12or {
	font-size: 12px;
	color:#F60;
}
.btnclinic {
	margin: 40px 0 70px;
	padding-bottom: 70px;
	text-align: right;
}
table.clinic,table.clinic2 {
	margin-left: 40px;
	width: 600px;
	border: #CCC 1px solid;
}
table.clinic2 {
	width: 700px;
}
table.clinic td, table.clinic2 td {
	padding-left: 20px;
	border-bottom: #CCC 1px solid;
}
table.clinic2 td {
	padding: 10px 5px;
	border-bottom: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
table.clinic td.tdtit {
	width: 300px;
	border-right: #CCC 1px solid;
}
.pdlf30 {
	padding-left: 30px;
}
#main_content .cach {
	margin: 5px 20px 40px 20px;
	padding: 10px 20px;
	background-color:#B3EAEE;
	color:#006;
}
.pb10 {
	padding-bottom: 10px;
}
.pt10 {
	padding-top: 10px;
}
/* -----------------------------
    btn 追加　23年3月25日
------------------------------*/
#main_content div.btn_ptxt {
	padding: 6px 0 0 7px;
	margin: 20px 10px 0 500px ;
	background: url(../images/btn_p_txt.jpg) no-repeat top left;
	color: #fff;
	width: 299px;
	height: 33px;
}
#main_content div.btn_ptxt a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#main_content div.btn_ptxt a:hover {
	color:#F90;
	text-decoration: underline;
}
#main_content div.btn_cliniccm {
	margin: 30px 0 0 30px;
	width:769px;
	height: 80px;
	background:url(../images/btn_bk.jpg) no-repeat bottom left;
}
#main_content div.btn_cliniccm ul {
	padding: 5px 20px;
}
#main_content div.btn_cliniccm li.previous {
	float: left;
	padding: 2px 30px 0;
	background: url(../images/btn_previous.jpg) no-repeat center left;
	height: 25px;
}
#main_content div.btn_cliniccm li.next {
	float: right;
	padding: 2px 30px 0;
	background: url(../images/btn_next.jpg) no-repeat center right;
	height: 25px;
}
#main_content div.btn_cliniccm li a {
	color:#036;
	text-decoration: none;
}
#main_content div.btn_cliniccm li a:hover {
	color: #F60;
	text-decoration: underline;
}
#main_content div.banner {
	clear:both;
	text-align: center;
	margin:0;
	padding: 20px 0 0 0;
}
table.btn td {
	padding: 6px 0 0 7px;
	margin: 0 ;
	background: url(../images/btn_p_txt.jpg) no-repeat top left;
	color: #fff;
	width: 299px;
	height: 33px;
	font-size: 12px;
}
table.btn a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
table.btn a:hover {
	color:#F90;
	text-decoration: underline;
}	
/******************************
    診療日　CSS 
******************************/
div.schedule {
	margin: 20px 0;
	padding-bottom: 40px;
	border-bottom: #ccc 1px dotted;
}
div.schedule h2.schtit {
	margin: 0;
	padding: 40px 0 20px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
table.schedulemon {
	margin: 0 0 30px 100px;
	width:550px;
	border:2px #99CCCC solid;
}
table.schedulemon th {
	background: #E6FFFF;
	text-align: center;
    padding: 7px 0;
	width: 75px;
	height: 50px;
	border-bottom: #CCC 1px solid;
	border-right: #d3e0e0 1px solid;
}
table.schedulemon td {
	text-align: center;
    padding: 12px 0;
	width: 85px;
	border-bottom: #CCC 1px solid;
	border-right: #d3e0e0 1px solid;
}
table.schedulemon td.blue {
	background:#f5fdfd;
	color:#0000FF;
	font-weight: normal;
}
table.schedulemon td.red {
	background:#fdf9f5;
	color:#FF0000;
	font-weight: normal;
}
table.schedulemon td.commend {
	width: 100%;
	font-size: 13px;
}
.blue_sch {
	color:#0000FF;
}
