﻿/* 共通スタイルシートの読み込み */
@import url("./common.css");
@import url("./css/calendar.css");
@import url("./css/info.css");
@import url("./css/quest.css");
@import url("./css/mail.css");
@import url("./css/mess.css");
@import url("./css/cart.css");
@import url("color_size.css");

/*□□□□□□□□□□□□□□□□□□□□□□□□*/
/**************目次****************/

/* ■センターフレーム設定--------------- */

/* □商品一覧---------- */
/* □各リンク---------- */





/* ■センターフレーム設定
-------------------------------------------------- */

/* □商品一覧---------- */

/* 全体設定 */
.list {
	float: left;
	width: 570px;
	margin-top: 20px;
	padding: 0 4px 4px 4px;
	border: 1px solid #d8d6d7;
	background-color: #edebec;
}
* html .list {
	width: 580px;
}


/* 背景用ボックスの設定 */
.list_bg {
	float: left;
	margin-top: 4px;
	background-color: #FFFFFF;
}


/* 商品画像/ボックス設定 */
.list_pic {
	float: left;
	width: 100px;
	padding: 10px;
}
* html .list_pic {
	width: 120px;
}


/* 商品画像設定/ロールオーバー */
a.list_pic:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品情報/ボックス設定 */
.list_details {
	float: left;
	width: 440px;
	padding-right: 10px;
}
* html .list_details {
	width: 450px;
}


/* 商品名設定 */
.list h5 {
	width: 440px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/itemlist_line_partition.jpg) no-repeat bottom left;
	font-size: 14px;
	font-weight: bold;
}


/* 商品情報/商品価格＆在庫状況の設定 */

.list_details dl {
	float: left;
	width: 200px;
	padding-bottom: 5px;
}

.list_details dt {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.list_details dd {
	margin-bottom: 5px;
}


/* 商品価格部分設定 */
.list_details dd.price {
	margin-right: 20px;
	line-height: 20px;
}



/* 商品情報/商品詳細へボタンの設定 */
.btn {
	float: right;
	width: 100px;
	padding-top: 20px;
	line-height: 1.4em;
	
	display: inline;
}

.list_btn {
	float: left;
	width: 100px;
	height: 25px;
	background: url(images/list_btn_godetails.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

a.list_btn:hover {
	background: url(images/list_btn_godetails_o.jpg) no-repeat left top;
}


/* 商品情報/商品テキストの設定 */
.list_details p {
	float: left;
	width: 440px;
	padding: 11px 0;
	background: url(images/itemlist_line_partition.jpg) no-repeat top;
	line-height: 1.4em;
}



/* □各リンク---------- */

/* 下部テキストリンク/全体設定 */
#foot_link {
	float: left;
	width: 580px;
	margin-top: 20px;
	text-align: center;
}


/* トップへ戻る/全体設定 */
#page_top {
	float: left;
	width: 580px;
	margin-top: 20px;
	text-align: center;
}


/* トップへ戻る/ボタンの設定 */
#page_top a {
	display: block;
	width: 150px;
	height: 25px;
	margin: 0px auto 0 auto;
	background-image: url(images/list_btn_gotop.jpg);
	text-indent: -9999px;
	overflow: hidden;
}


/* トップへ戻る/ロールオーバーの設定 */
#page_top a:hover {
	background-image: url(images/list_btn_gotop_o.jpg);
}


/* 2009/05/14追記 Start */
#item_list_header {
	margin-top: 20px;
}
/* 2009/05/14追記 End */


