/* CSS Document */

ol {
	width:500px;
	float:left;
	padding:10px 0 10px 20px;
	margin:0;
}
ol li {
	list-style:none;
	color:#0066CC;
	font-size:120%;
	font-weight:bold;
	width:100%;
	letter-spacing:0.1em;
	padding:0 0 20px 0;
}
.s-txt {
	font-weight:normal;
	color:#333;
	line-height:90%;
	font-size:80%;
}
dl {
	width:272px;
	padding: 4px;
	margin:0;
	float:left;
}
dt {
	font-weight:bold;
	text-align:center;
	width:262px;
	float:left;
	padding:4px;
	margin:0;
	border: 1px solid #ccc;
}
dd {
	text-align:center;
	width:262px;
	float:left;
	padding:4px;
	margin:0 0 6px 0;;
	border: 1px solid #ccc;
	letter-spacing: 0.1em;
	line-height: 150%;
}
.con-dt1 {
	background-color:#FFCCFF;
}
.con-dt2 {
	background-color:#FFCC66;
}