@charset 'Shift_JIS';

/*div:mhf_cal
---------------------------------------------*/
#mhf_cal {
	font-size: 10px;
	font-family: Verdana, Arial, "MS UI Gothic", Osaka, Helvetica, sans-serif;
	color: #000000;
	width: 190px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	text-align: center;
	background: url(./back.gif) no-repeat;
}

#mhf_top a {
	display: block;
	width: 190px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-indent: -1000px;
}

#mhf_middle {
	width: 190px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#mhf_bottom {
	width: 190px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	font-size: 9px;
	text-align: center;
	line-height: 23px;
}

/*link
---------------------------------------------*/
#mhf_cal a {
	text-decoration: none;
	color: #CCCCCC;
}

#mhf_cal a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#mhf_cal a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	position: relative;
	top: 1px;
	left: 1px;
}

/*clock
---------------------------------------------*/
#mhf_clock {
	width: 190px;
	height: 20px;
	margin-top: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*now
---------------------------------------------*/
#mhf_now {
	width: 190px;
	height: 20px;
	margin-top: 5px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

/*next
---------------------------------------------*/
#mhf_next {
	width: 190px;
	height: 10px;
	margin-top: 5px;
	padding: 0px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/*table
---------------------------------------------*/
#mhf_cal table {
	width: 170px;
	margin: 0px 10px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	border: 0px;
	border-collapse: collapse;
}

#mhf_cal th {
	margin: 0px;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

#mhf_cal td {
	width: 21px;
	padding: 3px 1px;
	text-align: center;
	vertical-align: top;
	line-height: 1.2;
	border-right: 1px dashed #EEEEEE;
	border-bottom: 1px dashed #EEEEEE;
	border-left: 1px dashed #EEEEEE;
}
