
/* 通常のリンク */
a:link {
color: #0068b7;
text-decoration: none;
}

/* アクセス済みのリンク */
a:visited {
color: #0068b7;
text-decoration: none;
}

/* ポイント時のリンク */
a:hover {
color: #ff0000;
text-decoration: underline;
}

/* アクティブ時のリンク */
a:active {
color: #ff9900;
text-decoration: underline;
}

/* -----------------------------------------------------------------*/
/*【商品詳細ページ】*/
/* -----------------------------------------------------------------*/


/*商品詳細上部*/
.item_top {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:10px;
}

.date {
	padding-bottom: 10px;
}

.catch  {
	color: #c00;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 12px;
}

.lead  {
	font-size: 12px;
	line-height: 1.3em;
}

/*商品詳細下部*/
#item_wrapper {
	text-align: left;
	width: 545px;
	height: auto
	margin-left: 20px;
}


#item_wrapper p {
	line-height: 1.5em
}

#item_wrapper .navi {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	height: auto;
	width: 100%;
}

#item_wrapper .navi img {
	text-align: left;
	margin-right: 20px;
	margin-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*商品詳細下部データ部分*/
#item_wrapper .amazcart {
	text-align: right;
	height: auto;
	width: 100%;
}

#item_wrapper .data {
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../user/detailbox_middle.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
}

.story_top {
	background-image: url(../user/story_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 545px;
}

.cast_top {
	background-image: url(../user/cast_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 545px;
}


.staff_top {
	background-image: url(../user/staff_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 545px;
}

.detailbox_bottom {
	background-image: url(../user/detailbox_bottom.jpg);
	background-repeat: no-repeat;
	width: 545px;
	height: 10px;
	margin-bottom: 20px;
}

.detailbox_middle {
	background-image: url(../user/detailbox_middle.jpg);
	background-repeat: repeat-y;
	line-height: 1.5em;
	font-size: 12px;
         padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 525px;
	height: auto;
}

.data_top {
	background-image: url(../user/data_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#data_bottomtable {
}

.data_right {
	border-bottom:1px solid #adb9c2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
}

.data_left {
	color:#666666;
	background-color:#f4f6f8;
	border-bottom:1px solid #adb9c2;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

/*ねこタクシーグッズページ*/
.detaillead {
	font-weight: bold;
	color:#009e96;
}
