
@import url('common.css');
@import url('service.css');

body{
	background:#ffffff;
}

/* ============================================================================== */
/* corners */
div.c_tl{
	background: url('../img/index/corners/corner_top_left.jpg') no-repeat top left;
}

div.c_tr{
	background: url('../img/index/corners/corner_top_right.jpg') no-repeat top right;
}

div.c_bl{
	background: url('../img/index/corners/corner_bottom_left.jpg') no-repeat bottom left;
}

div.c_br{
	background: url('../img/index/corners/corner_bottom_right.jpg') no-repeat bottom right;
}
/* ============================================================================== */
/* steps */
div.step{
	margin-bottom: 20px;
}
div.litleStep{
	margin-bottom: 17px;
}
div.bigStep{
	margin-bottom: 30px;
}
div.greatStep{
	margin-bottom: 50px;
}
div.separator{
	margin-bottom: 8px;
}
/* ============================================================================== */
