/*--- タイトル ---*/
h2 {
	position: absolute;
	background: url("../images/goods/title_goods.gif") no-repeat;
	top: 90px;
	left: 594px;
	width: 155px;
	height: 64px;
}

#link05 a { background-position: 0 -55px; }

/*--- メインコンテンツ ---*/
#goodsBox {
	width: 480px;
	margin-left: 180px;
	padding-bottom: 60px;
	/*バックスラッシュハック(MacIE以外が読み込まれる)\*/
	padding-bottom: 30px;
	/*ここまで*/
	padding-left: 50px;
	background: url("../images/common/ex.jpg") no-repeat right bottom;
}
.gTop { width: 360px; }

/*--- メイングッズ画像 ---*/
#gBox1 {
	background: url("../images/goods/bg.jpg") no-repeat;
	width: 350px;
	height: 200px;
	margin: 10px auto;
	border: 3px #999999 dashed;
}
#Item {
	/*display: none;*/
	visibility: hidden;
	margin-top: 5px;
	margin-left: 30px;
}

/*--- サムネール画像 ---*/
#gBox2 ul {
	list-style-type: none;
	margin-top: 10px;
}
#gBox2 li {
	float: left;
}
#gBox2 li a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #CCCCCC;
	margin: 10px;
}

#gBox2 .gItem01 a { background: url("../images/goods/s_item01.gif") no-repeat; }
#gBox2 .gItem02 a { background: url("../images/goods/s_item02.gif") no-repeat; }
#gBox2 .gItem03 a { background: url("../images/goods/s_item03.gif") no-repeat; }
#gBox2 .gItem04 a { background: url("../images/goods/s_item04.gif") no-repeat; }
#gBox2 .gItem05 a { background: url("../images/goods/s_item05.gif") no-repeat; }

#gBox2 .gItem01 a:hover { background: url("../images/goods/s_item01_o.gif") no-repeat; }
#gBox2 .gItem02 a:hover { background: url("../images/goods/s_item02_o.gif") no-repeat; }
#gBox2 .gItem03 a:hover { background: url("../images/goods/s_item03_o.gif") no-repeat; }
#gBox2 .gItem04 a:hover { background: url("../images/goods/s_item04_o.gif") no-repeat; }
#gBox2 .gItem05 a:hover { background: url("../images/goods/s_item05_o.gif") no-repeat; }

/*--- スワップテキスト ---*/
#gBox2 li span {
	visibility: hidden;
	position: absolute;
	background-color: #333333;
	color: #FFFFFF;
	padding: 0.3em 1em;
	margin-top: -110px;
	left: 350px;
	width: 300px;
	filter: alpha(opacity=90);
}

#gBox2 p {
	clear: both;
}

/*--- ショッピングリンク ---*/
#gBox3 {
	margin-top: 20px;
	margin-left: 20px;
	width: 350px;
}
#shop01 {
	float: left;
	display: block;
	padding-top: 5px;
	color: #FF0000;
	text-align: right;
	width: 210px;
}
#shop02 a {
	background: url("../images/goods/onlineshop_banner.gif") no-repeat;
	width: 130px;
	height: 40px;
	display: block;
	float: right;
}

#d_logo a{
background: url("../images/common/deji_logo.gif") no-repeat;
width: 70px;
height: 94px;
bottom: 35px;
left: 50px;
}