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

/*□□□□□□□□□□□□□□□□□□□□□□□□*/
/**************目次****************/
/*ここで各項目をコピーして検索で設定情報まで移動すると便利*/
/* ■メイン画像設定*/
/* ■ニューストピック設定*/
/* ■センターバナー（長）設定*/
/* ■センターお勧め商品、新着情報（共通）設定*/
/* ■センターバナー（2つ）設定*/





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

/* ■メイン画像設定*/
/* トップメイン画像設定*/
#center_frame h3 {
	display: block;
	margin: 11px 0 12px 0;
}
*html #center_frame h3 {
	margin-top: 13px;
}


/*商品検索大枠設定*/
#r_search {
	background:#fef9be;
	margin: 0 0 0px;
	padding: 0 0 7px 0;
	
}

#r_search h4{
	display:block;
	float:left;
	margin-left:120px;

}

*html #r_search h4{
	margin-left:60px;

}

/*商品検索テーブル設定*/
#search table {
	border-collapse: collapse;
	width: 200px;
}
#search th {
	text-align: left;
}

/*テキストボックス設定*/
#texbox {
	height: 20px;
	width: 300px;
	border: 1px solid #ABABAD;

}
#submit {
	height: 23px;
	width: 62px;
}



/*センターバナー（長）アルファ設定*/
#center_frame h3 a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* ■ニューストピック設定*/
/*ニューストピック大枠設定*/
#c_news {
	margin: 0 0 15px 5px;
	clear:both;
}

/*タイトル設定*/
#c_news h4 {
	margin: 0 0 12px 0;
}

/*ニューストピック背景、位置設定*/
#c_news li {
	background: url(images/c_line_572.gif) no-repeat bottom;
	display: block;
	padding: 0 0 8px 0;
}

/*ニューストピックテキストリンク、アイコン位置設定*/
#c_news h5 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	background: url(images/c_icon_news.gif) no-repeat left top;
	padding: 9px 12px 0 75px;
	display: block;
}


/* ■センターバナー（長）設定*/
/*センターバナー（長）大枠設定*/
.c_bn_log {
	margin: 0 0 15px 5px;
}
*html .c_bn_log {
	margin: -2px 0 15px 5px;
}

/*センターバナー（長）アルファ設定*/
.c_bn_log a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}


/* ■センターお勧め商品、新着情報（共通）設定*/
/*お勧め商品、新着情報（共通）大枠設定*/
#c_recommend,#c_newitem {
	margin: 0 0 15px 2px;
	float:left;
	clear:both;
	width:640px;

}

/*お勧め商品、新着情報タイトル設定*/
#c_recommend h4,#c_newitem h4 {
	margin: 0 0 17px 0;
}

/*お勧め商品、新着情報商品画像アルファ設定*/
#c_recommend a:hover img,#c_newitem a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
#c_recommend a:hover,#c_newitem a:hover {
	color: #fdba57;
}
/*各商品の大枠設定*/
.recommend_item {
	float: left;
	width: 109px;
	margin-top: 0;
	margin-right: 6px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-image: url(images/c_bg_item.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*各商品の大枠(右端のみ)設定*/
.recommend_right {
	float: left;
	width: 125px;
	background: url(images/c_bg_item.gif) top no-repeat;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

/*各商品テキストリンク設定*/
.recommend_right h5,.recommend_item h5 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 6px 0 5px 0;
	line-height: 14px;
}
.recommend_right h5 a, .recommend_item h5 a {
	display: block;
	width: 112px;
}

/*各商品価格テキスト設定*/
.recommend_item p, .recommend_right p {
	font-size: 12px;
	background: center;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}


/*■センターバナー（2つ）設定*/
/*センターバナーの大枠設定*/
.c_bn_middle {
	margin-bottom: 12px;
	float: left;
	
}
/*センターバナー位置設定（縦）*/
.c_bn_middle h4 {
	display:block;
	float: left;
	margin-left:5px;
}

#banner_top{
	float:left;
	margin-left:5px;

}

*html #banner_top{
	margin-left:2px;

}
*html .c_bn_middle h4 {
	margin: 0 0 0 5px;
	
}
/*センターバナーアルファ設定*/
.c_bn_middle a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}



/*センターバナー位置設定（横）*/
.left_margin {

}

/*センターバナー最下部設定*/
.c_bn_last {
	margin-bottom: 18px;
}

/*センターバナー最下部アルファ設定*/
.c_bn_last a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

.flash-file{
	margin-left:5px;
}