@charset "utf-8";
/* PNG */
* html .ContentsBlock .Clumn3,
* html .Column3Bottom,
* html .ContentsBlock .Clumn1,
* html .Column1Bottom,
* html .ContentsBlock .Clumn2,
* html .Column2Bottom {
	behavior: expression(IEPNGFIX.fix(this));
}

/* Layout */
#Wrap {
	background: url(../common/images/bottom_background.jpg) no-repeat left 55px;
}
#Contents {
	width: 780px;
	margin-top: 35px;
}
#Information h2 {
	margin-left: 28px;
	margin-bottom: 22px;
}

/* ColumnLayout */
.ContentsBlock .Clumn1 {
	background: url(../common/images/bottom_1block_top.png) no-repeat left top;
}
.Column1Bottom {
	background: url(../common/images/bottom_1block_down.png) no-repeat left top;
	height: 8px;
	width: 701px;
	overflow: hidden;
}
.ContentsBlock .Clumn2 {
	background: url(../common/images/bottom_2block_top.png) no-repeat left top;
	width: 464px;
}
.Column2Bottom {
	background: url(../common/images/bottom_2block_down.png) no-repeat left top;
	height: 8px;
	width: 464px;
	overflow: hidden;
}
.ContentsBlock .Clumn3 {
	background: url(../common/images/bottom_3block_top.png) no-repeat left top;
}
.Column3Bottom {
	background: url(../common/images/bottom_3block_down.png) no-repeat left top;
	height: 8px;
	width: 701px;
	overflow: hidden;
}

/* 3Column */
.BlockLeft,
.BlockCenter,
.BlockRight {
	padding: 15px 0px;
}
.ClothBrand {
	margin-left: 0px;
}
.BlockLeft {
	float: left;
	width: 225px;
}
.BlockCenter  {
	float: left;
	width: 239px;
}
.BlockClothBrand  {
	float: right;
	width: 225px;
}
.BlockRight {
	float: right;
	width: 225px;
}
.BlockLeft .ZoneImage,
.BlockRight .ZoneImage,
.BlockLeft .Text,
.BlockRight .Text {
	margin-left: 15px;
}
.BlockCenter .ZoneImage,
.BlockCenter .Text {
	margin-left: 30px;
}

/* ColumnBlock */
.ContentsBlock {
	width: 701px;
	margin: 0px 0px 17px 41px;
}
.BlockLast {
	margin-bottom: 0px;
}
.ZoneImage {
	height: 105px;
	width: 190px;
}
.ZoneImage .Photo {
	float: right;
	width: 91px;
}
.ZoneImage .Name {
	float: left;
	width: 99px;
	text-align: center;
}
.Text {
	line-height: 160%;
	width: 190px;
}
.ClothBrand {
	height: 188px;
	width: 219px;
}


/* NewProduct
================================= */
#NewProduct,
#NewProduct #Wrap {
	background: #FFF url(none);
	margin: 0px;
	padding: 0px;
}
#NewProduct #Wrap {
	margin: 0px auto;
}
#NewProduct p { margin: 0px 1px;}
