@charset "UTF-8";

/* LESSON */

#lesson {
	height: 550px;
}

#lesson_wrap {
	clear: both;
	margin-bottom: 20px;
}

#lesson_left {
	float: left;
	width: 70px;
}

#lesson_right {
	float: right;
	width: 550px;
	background: url(../images/lesson/i_fukidashi_top.gif) left top no-repeat;
	font-size: 80%;
}
#lesson_right h5 {
	margin: 15px 10px 10px 40px;
	color: #FF9900;
	font-weight: bold;
}

#lesson_right dl {
	float: right;
	width: 530px;
	background: #FFF;
	color: #666;
}
#lesson_right dt {
	float: left;
	width: 260px;
	margin-left: 15px;
}
#lesson_right dd {
	width: 225px;
	margin-left: 290px;
}

#lesson_bottom {
	clear: both;
	width: 550px;
	height: 18px;
	background: url(../images/lesson/i_fukidashi_bottom.gif) left bottom no-repeat;
}


h5.date {
	padding: 15px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: #FF6600 solid 2px;
	font-weight: bold;
	color: #FF6600;
}
.bn {
	font-weight: bold;
	font-size:12px;
	color: #FFCC00;
	float:right;
	margin-top: 20px;
}
#bnBox ul#backnumber01 {
	width: 100%;
	text-align: right;
	color: #FFCC00;
}
#bnBox ul#backnumber02 {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
	color: #FFCC00;
}
#bnBox li {
	display: inline;
	/*padding-right: 10px;*/
}
.bn {
	font-weight: bold;
	font-size:12px;
	color: #FFCC00;
	float:right;
	display:block;
}
li.year {
	font-size:12px;
	letter-spacing:1px;
	font-weight: bold;
	color: #FFCC00;
	padding-right:6px;
}
li.month {
	padding-right:6px;
}
li.month a:link {
	color: #FFCC00;
	text-decoration: underline;
}
li.month a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
li.month a:active {
	color: #FFCC00;
	text-decoration: underline;
}
ul#backnumber li.month a:hover {
	color: #FF6600;
	text-decoration: underline;
}

