﻿body {
   color: #333333;
    font-family: 'メイリオ',Meiryo,'Meiryo UI','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,sans-serif;
    line-height: 120%;
    margin: 0;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 0.75em;
}

#cal_tbl {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-bottom:1px;
	/*line-height:1.5em;*/
}

#cal_tbl td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	padding: 5px 5px 5px 20px;
	
}

#cal_tbl th {
	padding: 5px;
	font-weight: bold;
	background-color:#F9F9F8;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	text-align: center;
	
}

#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;
}
