/* CSS Document */

/* reset */
* {
   margin: 0;
   padding: 0;
}
img {
	border-style:none;
	vertical-align: top;
}
table {
	border-collapse: collapse; 
}

ul,li,dl,dt,dd {
	text-indent: 0;
}
ul li {
	list-style:none;
	/* display: inline; */
}
.clrR {
	clear: right;
}
.clrL {
	clear: left;
}
.clr {
	clear: both;
}

body {
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	font-size: 78%;
	line-height: 160%;
	color: #4B4B4B;
}
div#base {
	margin: 0 auto;
	width: 950px;
}
div#leftBox {
	float:left;
	width: 150px;
}

div#rightBox {
	float:right;
	width: 800px
}
div.bar {
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	margin: 0 auto 20px;
	/* font-weight: bold; */
}

li.bar {
	/* float: left; */
	background-color: #330000;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}

a.bar:link{
	color:#CCCCCC;
	text-decoration:none;
}
a.bar:visited{
	color:#CCCCCC;
	text-decoration:none
}
a.bar:hover{ color:#FFF837}
a.bar:active{ color:#FFFFFF}

div.anchor {
	background-color: #FFFFFF;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	opacity: .75;		/* 透明 */
	-moz-opacity: .75;	/* 古いMozilla */
	filter: alpha(opacity=75); /* IE */
	padding: 0;
	position: absolute;
	visibility: hidden;
}
div.submenu {
	background-color: #FFFFFF;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	padding: 5px;
	font-weight: normal;
	margin: 0;
	width: auto;
	height: auto;
	position: absolute;
	visibility: hidden;
}
a.submenu:link{
	color:#000000;
	text-decoration:none;
}
a.submenu:visited{
	color:#808080;
	text-decoration:none
}
a.submenu:hover{ color:#800000}
a.submenu:active{ color:#FF8000}

h2 {
	font-size: 125%;
	border-bottom-width: thin;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	padding-left: 6px;
	margin-top: 10px;
}

table.mf_calendar {
	margin: 0 auto 10px;
}

caption.mf_month {
	line-height: 120%;
	height:1.2em;
	margin: 0;
	padding: 0;
}

th.mf_week_title{
	background-color: #330000;
	color:#CCCCCC;
	border: solid #330000 1px;
	font-weight: normal;
	font-size: 84%;
	text-align: center;
	vertical-align: middle;
	line-height: 130%;
	width:1.3em;
	height:1.3em;
}

td.mf_date {
	border: solid #330000 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	width:1.2em;
	height:1.2em;
}

td.mf_sun, td.mf_holiday {
	background-color: #FFCE9D;
}

td.mf_sat {
	background-color: #E0E0E0;
}

td.mf_today {
	color: #0000FF;
}

a.mf_date:link{
	color:#000000;
	/* font-weight: bold; */
	/* text-decoration:none; */
}
a.mf_date:visited{
	color:#808080;
	font-weight: normal;
	/* text-decoration:none */
}
a.mf_date:hover{ color:#800000}
a.mf_date:active{ color:#FF8000}

a.mf_today:link{
	color:#0000FF;
	/* font-weight: bold; */
	/* text-decoration:none; */
}
a.mf_today:visited{
	color:#0000FF;
	font-weight: normal;
	/* text-decoration:none */
}
a.mf_today:hover{ color:#800000}
a.mf_today:active{ color:#FF8000}

span.mf_date {
	cursor: pointer;
}

div.mf_date_alt {
	background-color: #FFFFBF;
	border: solid #000000 1px;
	padding: 0 5px;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	width: auto;
	height: auto;
	position: absolute;
	visibility: hidden;
}
div.mf_c_menu {
	margin: 0 auto;
	text-align: center;
}

div.mf_c_menu_today{
	margin: 0 auto 10px;
	text-align: center;
}

a.mf_c_menu:link{
	color:#000000;
	/* font-weight: bold; */
	text-decoration:none;
}
a.mf_c_menu:visited{
	color:#808080;
	font-weight: normal;
	text-decoration:none
}
a.mf_c_menu:hover{
	color:#800000;
	text-decoration:underline;
}
a.mf_c_menu:active{ color:#FF8000}
/* 
select.mf_c_select{
	font-size: 78%;
	line-height: 120%;

}

button.mf_c_btn{
	font-size: 78%;
	line-height: 120%;

}
*/