/* Base */
#marathon {
	width: 575px;
}
#mar-head {
	clear:none;
}
#Content {
	clear:none;
}
#Footer {
	clear:none;
}
/* //Base// */
.float-l {
	float:left;
}
.float-r {
	float:right;
}

p {
	margin: 0px;
}
.clear {
	clear: both;
}
.pack-space {
	padding: 17px 0px;
}
#marathon .bg1 {
	background-image: url(../img/bg_marathon_01.gif);
	background-repeat: no-repeat;
}
#marathon .bg2 {
	background-image: url(../img/bg_marathon_02.gif);
	background-repeat: no-repeat;
}
#marathon .bg3 {
	background-image: url(../img/bg_marathon_03.gif);
	background-repeat: no-repeat;
}
#marathon .bg4 {
	background-image: url(../img/bg_marathon_04.gif);
	background-repeat: no-repeat;
}
#marathon .text1-space {
	padding-left: 5px;
}
#marathon .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 8px;
}

#marathon .col-white {
	color: white;
}
#marathon .price {
	font-size: 10px;
	font-weight: bold;
	color: #f26522;
}
#marathon #Content .line_white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
