/* CSS Document */



.dl h2	{
	font-size: 21px;
	line-height: 1.5em;
	background: url(../../css/img/line01.gif) repeat-x left center;
	margin-bottom: 1em;
}
.dl span	{
	background-color: #FFFFFF;
	padding: 0 10px 0 0;
}
.dl ul	{
	text-align: center;
	margin-top: 3em;
}
.dl li	{
	background-image: url(img/dl01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
	margin: 10px auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.dl dl	{
	margin-top: 3em;
}
.dl dl dt	{
	float: left;
}
.dl dl dd	{
	margin-left: 130px;
}
.dl p	{
	text-align: center;
}
.dl a	{
	color: #FF0033;
}
