/* -----------------------------------------
   たいぽん（右サイド用）
-------------------------------------------- */
.TaiponBoxSide {
	clear: both;
	overflow: hidden;
	width: 225px;
	margin: 0 0 10px 0;
	/*display: block;*/
	padding: 0 0 0 0;
	
/* 角 R */	
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	behavior: url(/museum_css/ie-css3.htc);/* This lets IE know to call the script on all elements which get the 'box' class */

	border: 2px solid #FF6600;     /* 枠線の装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	}

.TaiponBoxSide h3 {
	padding: 8px 0 8px 0;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	font-weight: bold;
	}
.TaiponBoxSide h3 span {
	color: #FF0000;
	}

.TaiponBoxSide .btn a {
	display: block;
	width: 190px;
	height: 39px;
	margin: 5px auto 7px auto;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	}		
.TaiponBoxSide .btn a{ background: url(http://www.guidenet.jp/gn_images/top_taipon_btn.jpg) 0 0 no-repeat;}
.TaiponBoxSide .btn a:hover{ background: url(http://www.guidenet.jp/gn_images/top_taipon_btn.jpg) 0 -39px no-repeat;}


/* 外枠 */
.taiponitem {
	width: 223px;
	/*height: 180px;*/
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 3px 0;
	background-color: #FFFFFF;
	border-top: 1px dotted #FF6600;
	border-bottom: 1px dotted #FF6600;
	}
/* 中枠 */
.taiponitem .simply-scroll-clip {
	width: 222px;
	/*height: 155px;*/
	height: 180px;
	}
/* 個枠 */
.taiponitem .onebox {
	float: left;
	display: block;
	/*width: 140px;*/
	width: 180px;
	margin: 0 1px;
	/*height:180px;*/
	}

/* 価格 */
.taiponitem .itemValue {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	background-color: #CC0000;
	}
/* 品名 */
.taiponitem .itemName {
	margin: 0;
	padding: 3px 8px 0 8px;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	}
