﻿/* 共通スタイルシートの読み込み */
@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");

/*□□□□□□□□□□□□□□□□□□□□□□□□*/
/**************目次****************/
/*ここで各項目をコピーして検索で設定情報まで移動すると便利*/

/*■商品一覧タイトル設定*/
/*■各商品エリア設定*/
/*■下部テキストリンク（次の商品へ）の設定*/
/*■トップへ戻るボタンの設定*/





/*□□□□□□□□□□□□□□□□□□□□□□□□*/


/* ■商品一覧タイトル設定*/
/* トップメイン画像設定*/
#center_frame h3 {
	display: block;
	margin: 11px 0 18px 0;
}


/* ■各商品エリア設定*/
/* 各商品エリア大枠設定*/
.items {
	margin: 0 0 14px 0;
}

/* 各商品テキスト位置、背景設定*/
.items_title {
	width: 517px;
	background: url(images/c02_icon_item.gif) no-repeat left top;
	padding: 14px 0 20px 55px;
	font-size: 14px;
	line-height: 19px;
}

/* 右側（商品写真）の大枠、背景設定*/
.details01 {
	width: 102px;
	display: block;
	background: url(images/c02_bg_pic.gif) no-repeat left top;
	padding: 6px;
	float: left;
}

/* 商品写真設定*/
.details01_pic {
	display: block;
	height: 100px;
	width: 100px;
}
/*IE6対策*/
*html .details_pic01 {
	margin-left: 3px;
}

/* 商品写真アルファ設定*/
.details01 a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* 左側（商品詳細）の大枠設定*/
.details02 {
	width: 444px;
	display: block;
	float: left;
	margin: 0 0 0 14px;
}

/* 商品説明文設定*/
.details02 p {
	line-height: 18px;
	background: url(images/c02_line_445.gif) no-repeat bottom;
	display: block;
	padding: 5px 0 5px 0;
}

/* 商品説明文と在庫状況の余白確保*/
.dl_margin {
	margin: 7px 0 0 0;
}
.dd_padding {
	padding: 7px 0 0 0;
}

/* 販売価格、在庫状況の大枠設定*/
.details02 dl {
	float: left;
	display: block;
	width: 270px;
	margin: 14px 0 0 0;
}

/* 販売価格、在庫状況の設定*/
.details02 dt {
	clear: left;
	float: left;
	width: 85px;
}

/* 販売価格、在庫状況詳細の位置（横）設定*/
.details02 dd {
	margin: 0 0 0 98px;
	display: block;
}

/* 販売価格位置（縦）設定*/
.price_list {
	padding: 5px 0 5px 0;
}

/*商品詳細ボタン設定*/
.items_bt {
	display: block;
	height: 28px;
	width: 107px;
	float: left;
	background: url(images/c02_bt_01.gif);
	margin: 45px 0 8px 67px;
	text-indent: -9999px;
	overflow: hidden;
}

/*商品詳細ボタンホバーイメージ*/
.items_bt:hover {
	background: url(images/c02_bt_01o.gif);
}


/*■下部テキストリンク（次の商品へ）の設定*/
#foot_link {
	text-align: center;
	margin: 0 0 14px 0;
}

/*下部テキストリンクの位置設定*/
#foot_link a {
	margin: 0 0 14px 0;
}


/*■トップへ戻るボタンの設定*/
/*トップへ戻るボタンの大枠設定*/
#page_top {
	text-align: center;
	margin: 0 0 70px 0;
}

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

/*トップボタンホバーイメージ*/
#page_top a:hover {
	background-image: url(images/c02_bt_02o.gif);
	overflow: hidden;
}
