@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "default.css";


/* --------------
Layout
-------------- */

/*--- #catch ---*/
#catch {
    width: 900px;
    margin: 0 0 20px 3px;
}

/*--- #contents ---*/
dl.info {
	width: 636px;
	margin-bottom: 20px;
}

dl.info dt {
	float: left;
	padding-left: 70px;
	margin-right: 7px;
}

dl.info dd {
	background: url(../img/common_dotted.gif) bottom left repeat-x;
	padding-left: 130px;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.news {
	background: url(../img/common_icon_news.gif) left center no-repeat;
}

.blog {
	background: url(../img/common_icon_blog.gif) left center no-repeat;
}

.shop {
	background: url(../img/common_icon_shop.gif) left center no-repeat;
}

/*--- .sale ---*/
.sale {
	clear: both;
	width: 636px;
	padding: 0 0 20px 0;
	background: url(../img/common_dotted.gif) bottom left repeat-x;
}

.lady {
	margin-right: 15px;
	float: left;
}

dl.info2 {
	width: 451px;
	margin-top: 16px;
	float: right;
}

dl.info2 dt {
	background: url(../img/common_icon_sale.gif) left center no-repeat;
	padding-left: 51px;
	margin-bottom: 18px;
	font-weight: bold;
}
