@charset "utf-8";

/* TOP CSS Document */
#topMainPaneBase{
	width: 590px;
	background-repeat: repeat-y;
	background-image: url(img/top/ContentsTop_Base.jpg);
}
#topMainPaneBtm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/top/ContentsTop_Btm.jpg);
	height: 30px;
}

#topMainPane{
	background-repeat: no-repeat;
	background-image: url(img/top/ContentsTop.jpg);
	padding-top: 380px;
}
#topMainPane .productWRP{
	width: 540px;
	padding-left: 30px;
	padding-top: 15px;
}
#topMainPane .product{
	width: 180px;
	float: left;
	height: 220px;
	text-align: center;
}

#topMainPane .product p a:link,
#topMainPane .product p  a:visited{
	text-decoration: none;
	color: #666;
	background-repeat: no-repeat;
	display: block;
	background-image: url(img/icons/icon_detail.jpg);
	background-position: 50% 100%;
	height: 50px;
}
#topMainPane .product p  a:hover,
#topMainPane .product p t a:active{
	color: #000;
	background-image: url(img/icons/Over/icon_detail.jpg);
}

