@charset "euc-jp";
/* CSS Document */

/*=====================================================================
商品詳細ページのスタイルシート
=====================================================================*/

/*▼コメント▼-------------------------------------------------------*/
/*上の部分*/
.dot_line_ue {
	background-image: url(/img/detail/dot_line_ue.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 500px;
	height: 25px;
}
/*両脇の部分*/
.dot_line_yoko {
	background-image: url(/img/detail/dot_line_yoko.gif);
	background-repeat: repeat-y;
	width: 500px;
	background-position: center;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
/*下の部分*/
.dot_line_shita {
	background-image: url(/img/detail/dot_line_shita.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 500px;
	height: 25px;
}



/*moreの部分*/
.more {
	float: right;
}

/*▲コメント▲-------------------------------------------------------*/



/*▼商品画像▼-------------------------------------------------------*/
.d_img {
	background-position: center center;
	margin: 10px;
	height: 230px;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(/img/detail/d_img.gif);
}
/*▲商品画像▲-------------------------------------------------------*/




/*▼その他▼---------------------------------------------------------*/
/*中央に・・・*/
.detail {
	text-align: center;
	vertical-align: top;
	margin: 20px;
	padding: 0px;
}
.itemCaption {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/*▲その他▲---------------------------------------------------------*/

.up {
	text-align: center;
	vertical-align: top;
}
.item_name {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	width: 460px;
	line-height: 20px;
	background-image: url(/img/list/backnext.gif);
	margin: 10px;
}
