
#dp-calendar,#discription {
	font-family: "���C���I", Meiryo, "�l�r �o�S�V�b�N", sans-serif;
}

#calendar_back {
	width: 44px;
	height: 15px;
	display: inline-block;
	padding: 5px 3px 0 3px;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	cursor: pointer;
}
#calendar_next {
	width: 44px;
	height: 15px;
	display: inline-block;
	padding: 5px 3px 0 3px;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	cursor: pointer;
}
#calendar_this {
	width: 104px;
	height: 16px;
	display: inline-block;
	padding: 4px 3px 0 3px;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
}
#calendar_header {
	padding-bottom: 8px;
}
#youbi {
	width: 28px;
	display: inline-block;
	padding-top: 5px;
	height: 20px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
}
#blankday {
	width: 28px;
	padding-top: 5px;
	height: 25px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #d9d9d9;
}
div[id=noselectday] {
	width: 28px;
	padding-top: 5px;
	height: 25px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
div[id^=days] {
	width: 28px;
	padding-top: 5px;
	height: 25px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFF99;
}
div[id^=days]:hover {
	background-color: #FEC34C;
}

#discription {
}
#discription ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#discription li {
	padding: 0;
	margin: 0;
	line-height: 130%;
	padding: 3px 0;
}

#sunday {
	color: #FF6666;
}
#satday {
	color: #0099CC;
}
.nowsel {
	background-color: #F2E7C1;
}
.today {
	background-color: #ffdddd;
	border: 1px solid #f00;
}
.not_today {
	background-color: #ffffff;
}
#calendar_close {
	width: 200px;
	display: inline-block;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	text-align: right;
	cursor: pointer;
}
