/*----------------------------------------------------------------------------
 * Conversation
 */
#contents #lesson{
	padding: 0 10px;
	width: 550px;
	height: 25px;
	background-image: url('../images/conversation/lesson.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	line-height: 25px;
}
#contents .lesson{
	margin-bottom: 20px;
	padding: 10px 9px;
	border-right: 1px solid #fa8072;
	border-bottom: 1px solid #fa8072;
	border-left: 1px solid #fa8072;
}
#contents .lesson ul{
	clear: both;
	margin: 0;
	padding: 0;
}
#contents .lesson ul li{
	margin-left: 20px;
	font-weight: bold;
	list-style-type: disc;
}
#contents #senior{
	padding: 0 10px;
	width: 550px;
	height: 25px;
	background-image: url('../images/conversation/senior.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	line-height: 25px;
}
#contents .senior{
	margin-bottom: 20px;
	padding: 10px 9px;
	border-right: 1px solid #1e90ee;
	border-bottom: 1px solid #1e90ee;
	border-left: 1px solid #1e90ee;
}
#contents .senior ul{
	clear: both;
	margin: 0;
	padding: 0;
}
#contents .senior ul li{
	margin-left: 20px;
	font-weight: bold;
	list-style-type: disc;
}
#contents .conversationclass{
	width: 570px;
	margin:0 0 40px 0;
	background-color: #004599;
}
#contents .conversationclass th{
	padding: 5px;
	background-color: #cff;
	font-size: 90%;
	text-align: center;
}
#contents .conversationclass td{
	padding: 5px;
	background-color: #fff;
	font-size: 90%;
}
#contents .conversationclass td li{
	font-weight: bold;
	line-height: 200%;
}
#contents .conversationclass .head{
	background-color: #ff9;
}
#contents .conversationclass .foot{
	background-color: #ccf;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
#contents .commenthead{
	margin-bottom: 1em;
	padding: 2px;
	border-top: 2px solid #ccf;
	border-right: 2px solid #009;
	border-bottom: 2px solid #009;
	border-left: 2px solid #ccf;
	color: #ad3525;
}
#contents .smallhead{
	clear: both;
	font-size: small;
	font-weight: bold;
}
#contents #main ol{
	padding:0 0 30px 30px;
}
#contents #main ol li{
	color:#060;
	font-size:medium;
	text-decoration:underline;
	list-style-type:decimal;
}
#contents #main h3{
	color:#f00;
	font-size:medium;
}

