*{
	margin:0px;
	padding:0px;
	font-family:"メイリオ";
	color:#FFFFFF
}
body{
	background-color:#000000;
}
li{
	list-style:none;
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
#calendar li {
	float: left;
	width: 71px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 70px;
	font-size: 14px;
	line-height: 22px;
}
#calendar #holiday {
	color: #FF0000;
	text-align: center;
	height: 25px;
	line-height: 25px;
	width: 71px;
}
#calendar #weekday {
	height: 25px;
	width: 71px;
	color: #000000;
	line-height: 25px;
}
#calendar {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	width: 504px;
	float: left;
	background-image: url(image/calBg.gif);
	background-repeat: no-repeat;
}
#briBox h3 {
	color: #7D532B;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#calendar a {
	display: block;
	height: 100%;
	width: 100%;
}
#calendar a:hover {
	background-color: #CCCCCC;
}
#calendar p {
	text-align: center;
}
#nowMonth {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	width: 350px;
	float: left;
}
.calBox {
	width: 505px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding-top: 10px;
}
.calBox dt {
	float: left;
	padding-bottom: 5px;
}
.calBox dd {
	float: right;
	padding-bottom: 5px;
}
.calBox dl {
	font-size: 12px;
	line-height: 20px;
	width: 120px;
	float: right;
}

/*日付*/

#calendar2 li {
	float: left;
	width: 71px;
	text-align: center;
	height: 70px;
	font-size: 14px;
	line-height: 22px;
}
#calendar2 #holiday {
	color: #FF0000;
	text-align: center;
	height: 25px;
	line-height: 25px;
	width: 72px;
}
#calendar2 #weekday {
	height: 25px;
	width: 72px;
	color: #000000;
	line-height: 25px;
}
#calendar2 {
	width: 504px;
	float: left;
	background-image: url(image/calBg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

