/* CSS Document */

@charset"Shift_JIS";


.month{
color:#333333;
font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
}

.month a:link{
	color:#333333;
	text-decoration:underline;
}
.month a:visited{
	color:#333333;
    text-decoration:underline;
}
.month a:hover{
	color:#3399cc;
    text-decoration:underline;
}
.month a:active{
	color:#3399cc;
    text-decoration:underline;
}

.month-now{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	font-size:12px;
	color: #333333;
	font-weight: bolder;
}


.month02{
	font-family:メイリオ,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	font-size:12px;
	color: #CCCCCC;
}


/*2008年度用*/
div#box-side1 {
	float:left;
	width:330px;
	height:100%;
}
div#box-side2 {
	float:left;
	width:330px;
	height:100%;
}

.box{
    width:330px;
	height:78px;
	margin:0px;
	padding:0px;
	float:left;
	border-bottom:solid 1px #e9eae7;
	border-right:solid 1px #e9eae7;
	}
.box dt{
    margin:0px;
	padding:0px;
	float:left;
}
.box dt img{
    margin:5px 0px 0px 14px;
	padding:2px;
	width:105px;
	height:62px;
	border:solid 1px #999999;
}
.box dd{
    margin:10px 0px 0px 134px;
	padding:0px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height:14px;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	text-align:left;
}
.box dd a{
	font-size:11px;
	line-height:14px;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
}
.box dd a:link{color: #333;text-decoration:none;}
.box dd a:visited{color: #333;text-decoration:none;}
.box dd a:hover{color: #0099ff;text-decoration:none;}