﻿/* 共通スタイルシートの読み込み */
@import url("./css/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");
/*□□□□□□□□□□□□□□□□□□□□□□□□*/
/**************目次****************/
/*ここで各項目をコピーして検索で設定情報まで移動すると便利*/

/*■商品カテゴリ表題設定*/
/*■アイテムコーナー設定*/

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

/*■商品カテゴリ表題設定*/
#center_frame h3 {
	background : url(images/center_category_title.gif);
	display: block;
	height: 19px;
	width: 555px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin : 0 0 17px 0;
	padding: 6px 0 0 17px ;
}
/*IE6対策*/
*html #center_frame h3 {
	width: 572px;
	height: 25px;
}

/*■アイテムコーナー設定*/
/*アイテム大枠設定*/
.item {
	background : url(images/common/line572_led.gif) no-repeat top;
	width: 572px;
	margin: 0 0 16px 0 ;
	padding: 17px 0 0 0 ;
}
/*商品写真設定*/
.item h4 {
	margin: 0 0 17px 17px; 
	display: block;
	height: 106px;
	width: 106px;
	border: 1px solid #999999;
	float: left;
}
/*IE6対策*/
*html .item h4 {
	margin: 0 0 0 8px;
}
/*アイテム大枠設定*/
.item table {
	float: left;
	display: block;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	margin: 0 0 0 15px;
	padding: 0px;
}
/*グレー点線背景設定*/
.item table td {
	width: 278px;
	font-size: 12px;
	background: url(images/common/line278.gif) 10px bottom no-repeat;
}
/*商品名テキストマージン設定*/
.item h5 {
	margin: 0 0 0 15px;
}
/*在庫数アイコン設定*/
.item td img {
	float: right;
}

/*テキストリンク色、サイズ設定*/
.item h5 a {
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.item_list {
	margin-bottom: 0 10px 2px 0 ;
}
/*価格色、サイズ設定*/
.item_led {
	text-align: right;
	color: #D11011;
	font-weight: bold;
}
/*フローとクリア*/
.item_clear {
	display: block;
	clear: both;
}
.item_link {
	margin-left: 295px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
