@charset "utf-8";
html {
overflow-x: hidden;
} 
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#cal_tbl {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cecece;
	border-left-color: #cecece;
	width: 654px;
}

#cal_tbl td {
	padding: 5px 5px 5px 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	
}

#cal_tbl th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	font-weight: bold;
	background-color: #e3dfb5;
	text-align: center;
	color: #333333;
	
}

#cal_tbl th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#cal_tbl th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#cal_tbl th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.txt_red{
	color: #D20000;
}
.txt_right {
   text-align:right
}
.strong {
	font-weight: bold;
}
.txt_red_bld {
	color: #D20000;
	font-weight: bold;
}
.txt_check {
	background-image: url(../../img/icon_sihyo.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	margin-left: 20px;
	text-indent: 20px;
	vertical-align: top;
}
.txt_center {
    text-align:center;
}
