/* Fumy Teacher's Schedule Board - 表示用スタイルシート */


h3 {
	width: 500px!important;
	width/**/: 520px;
	height: 18px!important;
	height/**/: 18px;
	padding: 17px 0px 0px 20px;
}

/* div calcolumn */

div#calcolumn {
	float: right;
	width: 560px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #232323;
	line-height: 1.5em;
}

div.monthcaps {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #353535;
	padding: 10px 0px 2px 5px;
	margin: 0px 0px 4px 0px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	border-bottom: 1px solid #CCCCCC;
}
div#leftbox {
	float: left;
	width: 230px!important;
	width/**/: 250px;
	padding: 0px 20px 0px 0px;
}

div#schedule {
	float: left;
	overflow: auto;
	width: 548px;
	padding: 0px 0px 0px 0px;
}

/*div#rightbox {
	float: right;
	width: 530px!important;
	width: 548px;
	height: 258px!important;
	height: 263px;
	padding: 3px 9px 2px 9px;
	background: url(images/bg_cal.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
}
*/
div.calendar {
	float: left;
	width: 270px!important;
	width/**/: 280px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#rightbox h4 {
	width: 525px!important;
	width/**/: 530px;
	float: left;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding: 0px 0px 0px 5px;
}



/* table style */

table.dayday {
	float: left;
	width: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.dayday tr {
	padding: 0px 0px 0px 0px;
}
table.dayday th {
	height: 18px!important;
	height/**/: 22px;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.0em;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/bg_th.gif) repeat-x left top;
	border: 1px solid #dbc48f;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
table.dayday td {
	padding: 2px 3px 2px 3px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 1.0em;
	border: 1px solid #dbc48f;
	border-collapse: collapse;
	background-color: #FEFEFE;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}

able.dayday td.holyday {
	display: block;
	font-size: 8px;
	font-weight: normal;
	line-height: 1.0em;
	padding: 0px 0px 0px 0px;	
}

table.dayday td span {
	display: block;
	color: #565656;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0em;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.holname {
	display: block;
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0em;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
span.yotei {
	display: block;
	color: #565656;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0em;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

table.dayday td.sunday {
	/*background-color: #e2b3b3;*/
	color: #FF0000;
}
table.dayday td.saturday {
	/*background-color: #b5cfe2;*/
}

table.dayday td.kyujitu {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
table.dayday td.kyosei {
	color: #0078ff;
}

table.dayday td.holiday {
	color: #FF0000;
	font-weight: bold;
	/*background-color: #e2b3b3;*/
}
span.holname {
	display: block;
	color: #565656;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0em;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
p.setumei {
	clear: both;
	overflow: hidden;
	width: 560px;
	text-align: right;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
}
span.orange {
	font-size: 12px;
	font-weight: bold;
	color: #ff6000;
	line-height: 1.0em;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}



