@charset "UTF-8";
/* CSS Document */

#stage {
	width: 900px;	
	margin: 0px auto;
}

#cleaning_list {
	width: 677px;
	margin-top: 10px;
}

.cleaning {
	width: 205px;
	height: 142px;
	float: left;
	padding-left: 130px;
}

.cleaning#c1 {
	background-image: url(../images/index/cleaning_01.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.cleaning#c2 {
	background-image: url(../images/index/cleaning_02.jpg);
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-bottom: 10px;	
}

.cleaning#c3 {
	background-image: url(../images/index/cleaning_03.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.cleaning#c4 {
	background-image: url(../images/index/cleaning_04.jpg);
	background-repeat: no-repeat;
	margin-left: 4px;	
	margin-bottom: 10px;
}

.cleaning .link {
	margin: 10px;
}

.cleaning .text {
	width: 180px;
	margin: 8px 0px 0px 3px;
	font-size: 12px;
	line-height: 17px;
}

dl {
	margin: 10px 5px 20px 5px;
}

dl dt{
	width:62px;
	float:left;
	clear:both;
	line-height:18px;
	font-size:80%;
	margin-bottom:3px;
}

dl dd{
	margin-left:65px;
	padding-left:8px;
	border-left:#CCCCCC 4px solid;
	font-size:80%;
	line-height:18px;
	margin-bottom:3px;
}