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

/*グッズページ
---------------------------------------------------*/

#contentsTop {
	height:46px;
	margin:5px 0 15px 25px;
	background:url(../../goods/images/ttl_goods.gif) no-repeat left top;
	text-indent:-999999px;
}
#contentsTop h1{
	margin:0 0 10px 0;
}
#categoryBox{
	margin:0 35px 15px 35px;
	clear:both;
}
#categoryBox h2{
	margin:0 0 10px 0;
	padding:0 15px 0 18px;
	font-size:1em;
	background:url(../images/bg_ttl_icon.gif) no-repeat left center;
	border-bottom:1px solid #e6e9ff;
}
#categoryBox p{
	margin:0 0 15px 0;
	font-size:0.8em;
}

#categoryBox #category{
	margin:0 0 15px 0;
	border-bottom:1px solid #e6e9ff;
}
#categoryBox #category h3{
	height:37px;
	margin:0 0 10px 0;
	padding:10px 0 0 30px;
	font-size:1em;
	background:url(../images/bg_ttl_middle.gif) no-repeat left top;
}
div.stampBox{
padding:0 0 10px 2px;
clear:both;
}
div.stampBox:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
} 
div.stampBox {display: inline-table;}

/* back-slash hack ¥*/
* html div.stampBox {height: 1%;}
div.stampBox {display: block;}
/* back-slash hack end */

div.stampList {
	width: 120px;
	margin: 0 5px;
	padding: 10px 5px 10px 5px;
	border: 1px solid #ccc;
	text-align: center;
	background: #FFF;
	font-size: 11px;
	float: left;
}
div#goods{
	margin: 15px 0 0 0;
}
div#goods .goodBox{
	margin:0 0 10px 10px;
}
div#goods .goodBox:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
} 
div#goods .goodBox {display: inline-table;}

/* back-slash hack ¥*/
* html div.goods #goodBox {height: 1%;}
div#goods .goodBox {display: block;}
/* back-slash hack end */

div#goods .goodBox .box{
	width:50%;
}
div#goods .goodBox .left{
	float:left;
}	
div#goods .goodBox .right{
	float:right;
}	


/*グッズページ
---------------------------------------------------*/

body.individual #categoryBox{
	margin:0 35px 0 35px;
} 

body.individual #categoryBox:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
} 
body.individual #categoryBox {display: inline-table;}

/* back-slash hack ¥*/
* html body.individual #categoryBox {height: 1%;}
body.individual #categoryBox {display: block;}
/* back-slash hack end */



body.individual #categoryBox .pict{
	width:269px;
	height:327px;
}

body.individual #categoryBox .text{
	width:432px;
	margin:0 0 0 22px;
	padding:0 0 15px 0;
}

body.individual #categoryBox .text h2{
	margin:0 0 10px 0;
	padding:0 15px 0 18px;
	font-size:1em;
	background:url(../images/bg_ttl_icon.gif) no-repeat left center;
	border-bottom:1px solid #e6e9ff;
}

body.individual #categoryBox .text h3{
	margin:0 0 3px 0;
	font-size:0.8em;
}

body.individual #categoryBox .text p{
	padding:0 0 5px 0; 
	font-size:0.8em;
	line-height:150%;
}

body.individual #categoryBox .text ul{
	margin:0 0 10px 0;
	font-size:0.8em;
	list-style:none;
	border-bottom:1px solid #e6e9ff;
}

body.individual #categoryBox .text ul li{
	padding:0 0 5px 0;
	f
}

body.individual #categoryBox .text h3{
	margin:0 0 5px 0;
}

body.individual #categoryBox .text ul.image{
	border-bottom:none;
}



/*各写真ページ
---------------------------------------------------*/

body.commodity #categoryBox{
	text-align:center;
	margin:0 25px 15px 25px;
	padding:15px;
}

body.commodity #categoryBox img{
	margin: 0 0 15px 0;
}


body.commodity #categoryBox p{
	font-size:0.8em;
}  