
/*=========ナビ背景画像==========*/
#gNav ul #home {
	background: url(../img/nav_btn.png) no-repeat 0px -35px;
}

#gNav ul #item {
	background: url(../img/nav_btn.png) no-repeat -190px 0px;
}

#gNav ul #buy {
	background: url(../img/nav_btn.png) no-repeat -380px 0px;
}

#gNav ul #shop {
	background: url(../img/nav_btn.png) no-repeat -570px 0px;
}

/*=========ナビロールオーバー背景画像==========*/
#gNav ul #item a:hover {
	background: url(../img/nav_btn.png) no-repeat -190px -35px;
}

#gNav ul #buy a:hover {
	background: url(../img/nav_btn.png) no-repeat -380px -35px;
}

#gNav ul #shop a:hover {
	background: url(../img/nav_btn.png) no-repeat -570px -35px;
}

/*=========.mainContent==========*/
#aboutUs {
	background: #FFF url(../img/aboutUs.gif) no-repeat left top;
	position: absolute;
	top: 0px;
}

/*=========#mainLeft==========*/
#mainLeft {
	float: left;
	background: url(../img/info_bottom.png) no-repeat left bottom;
	height: 520px;
	width: 400px;
}

#info {
	background: url(../img/info.gif) no-repeat left top;
	height: 0px;
	width: 400px;
	padding-top: 25px;
	overflow: hidden;
}

/*=========#mainRight==========*/
#mainRight {
	float: right;
	width: 280px;
}

.rightArea {
	background: url(../img/item_buy_bottom.png) no-repeat left bottom;
	margin-bottom: 10px;
}

#infoItem {
	background: url(../img/item.gif) no-repeat left top;
	height: 0px;
	width: 280px;
	padding-top: 25px;
	overflow: hidden;
}

.rightText {
	width: 260px;
	padding: 10px 10px 26px;
}

#infoBuy {
	background: url(../img/buy.gif) no-repeat;
	height: 0px;
	width: 280px;
	padding-top: 25px;
	overflow: hidden;
}
