@charset "utf-8";

/* -----------------------------------------------
 index.html
-------------------------------------------------- */
/* div.column */
div.column {
	position:relative;
	padding-bottom:20px;
	background:url(../crs/img/bottom_column.gif) no-repeat left bottom;
}
div.column dl {
	margin-bottom:0;
	background:url(../crs/img/bcg_column.gif) repeat-y left top;
}
div.column dl dd {
	padding-right:355px;
	padding-left:25px;
}
div.column p {
	position:absolute;
	top:-15px;
	right:5px;
}
