@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------------------

	product
	
-----------------------------------------------------------------------*/
#Product #PageHeading {
	height:0;
	padding-top:170px;
	overflow:hidden;
	background:url(../product/images/TopMainImg.jpg) no-repeat center top;
}

#Main {
	width:640px;
	text-align:left;
	float:right;
}
#Sub {
	width:170px;
	text-align:left;
	float:left;
}


/* -----------------------------------------------------------------------
	Top
-----------------------------------------------------------------------*/
#ProductList li{
	padding-left:260px;
	background-repeat:no-repeat;
	height:120px;
}
#ProductList li .ProductName {
	float:left;
	width:120px;
}
#ProductList li .ProductLeadText {
	float:right;
	width:420px;
}
#ListTowel {
	background-image:url(../product/images/TopTowelPhoto.jpg);
}
#ListWear {
	background-image:url(../product/images/TopWearPhoto.jpg);
}
#ListBag {
	background-image:url(../product/images/TopBagPhoto.jpg);
}
#ListBlanket {
	background-image:url(../product/images/TopBlanketPhoto.jpg);
}

#ProductList li .ProductName a{
	display:block;
	width:94px;
	height:0;
	padding-top:22px;
	overflow:hidden;
	background:url(../product/images/BtnMore.jpg);
	margin-top:20px;
}

/* -----------------------------------------------------------------------
	Sub
-----------------------------------------------------------------------*/
#SubNavi li a {
	width:170px;
	padding-top:80px;
	background-image:url(../product/images/SubNavi.jpg);
	margin-bottom:12px;
}
.NowTowel #SubNaviTowel a,
.NowWear #SubNaviWear a,
.NowBag #SubNaviBag a,
.NowBlanket #SubNaviBlanket a {
	background-image:url(../product/images/SubNaviCurrent.jpg);
}
#SubNaviTowel a {
	background-position:0px 0px;
}
#SubNaviWear a {
	background-position:0px -80px;
}
#SubNaviBag a {
	background-position:0px -160px;
}
#SubNaviBlanket a {
	background-position:0px -240px;
}

/* -----------------------------------------------------------------------
	Main
-----------------------------------------------------------------------*/
#ProductHeading {
	margin-bottom:20px;
}
#TowelList,
#WearList,
#BagList,
#BlanketList {
	border-top:1px solid #D4B274;
}
#TowelList li,
#WearList li,
#BagList li,
#BlanketList li {
	padding-left:260px;
	background-repeat:no-repeat;
	height:112px;
	font-size:10px;
}
#TowelList h3,
#WearList h3,
#BagList h3,
#BlanketList h3{
	margin-bottom:20px;
}
/* -----------------------------------------------------------------------
	Towel
-----------------------------------------------------------------------*/
#TowelList #ListPlain {
	background-image:url(../product/images/TowelPlainImg.jpg);
}
#TowelList #ListCheck {
	background-image:url(../product/images/TowelCheckImg.jpg);
}
#TowelList #ListStrand {
	background-image:url(../product/images/TowelStrandImg.jpg);
}
#TowelList #ListRibbon {
	background-image:url(../product/images/TowelRibbonImg.jpg);
}
/* -----------------------------------------------------------------------
	Wear
-----------------------------------------------------------------------*/
#WearList #ListUneck{
	background-image:url(../product/images/WearUneckImg.jpg);
}
#WearList #ListDress {
	background-image:url(../product/images/WearDressImg.jpg);
}
#WearList #ListCardigan {
	background-image:url(../product/images/WearCardiganImg.jpg);
}
#WearList #ListHoodie {
	background-image:url(../product/images/WearHoodieImg.jpg);
}
/* -----------------------------------------------------------------------
	Bag
-----------------------------------------------------------------------*/
#BagList #ListCanvasBag{
	background-image:url(../product/images/BagCanvasImg.jpg);
}
#BagList #ListCanvasTote {
	background-image:url(../product/images/BagToteImg.jpg);
}
/* -----------------------------------------------------------------------
	Blanket
-----------------------------------------------------------------------*/
#BlanketList #ListReversible{
	background-image:url(../product/images/BlanketReversibleImg.jpg);
}
#BlanketList #ListPlain {
	background-image:url(../product/images/BlanketPlainImg.jpg);
}