@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	home.css
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div#sectionRecommend ul:after,
div#sectionRecommend ul li a:after,
div#sectionWrapper:after,
div#sectionNews dl:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#sectionRecommend ul,
*:first-child + html div#sectionRecommend ul li a,
*:first-child + html div#sectionWrapper,
*:first-child + html div#sectionNews dl
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#sectionRecommend ul,
* html div#sectionRecommend ul li a,
* html div#sectionWrapper,
* html div#sectionNews dl
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#sectionRecommend ul,
div#sectionRecommend ul li a,
div#sectionWrapper,
div#sectionNews dl
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#sectionRecommend h2 span,
div#sectionNews h2 span,
div#sectionEvents h2 span
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
/*
div#sectionRecommend h2 span,
div#sectionNews h2 span
*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

					トップのみ3カラムなので背景画像を上書き
					
------------------------------------------------------------------------------*/
div#wrapper{
	background-image: url(../../images/home/wrapper_bg.gif);
}

div#contentWrapper{
	background-image: url(../../images/home/content_wrapper_bg.gif);
}



/*------------------------------------------------------------------------------

						div#sectionRecommend 今週のイチ押し！！
						
------------------------------------------------------------------------------*/
div#sectionRecommend{
	width: 676px;
	background: url(../../images/home/recommend_bg.gif) no-repeat scroll 0px 12px;
}

*:first-child + html div#sectionRecommend{
	background-position: left top;
}

* html div#sectionRecommend{
	background-position: left top;
}

/*----- h2 -----*/
div#sectionRecommend h2{
	position: relative;
	width: 676px;
	height: 35px;
	
	width: 681px;
	height: 61px;
	margin-top: -12px;
	margin-left: -6px;
	background: url(../../images/home/recommend_h2_2.gif) no-repeat scroll left top;
}

/*----- h2 a -----*/
div#sectionRecommend h2 a{
	display: block;
	position: absolute;
	top: 10px;
	top: 24px;
	height: 21px;
	background: no-repeat scroll left top;
}

/*----- 各ボタン サイズ・位置・ロールオーバー時画像指定 -----*/
div#sectionRecommend h2 a.buttonList{
	/*right: 121px;*/
	right: 13px;
	right: 16px;
	width: 100px;
	background-image: url(../../images/home/recommend_button_list2_ov.gif);
}

div#sectionRecommend h2 a.buttonRSS{
	right: 13px;
	width: 102px;
	background-image: url(../../images/home/recommend_button_rss_ov.gif);
}

/*----- h2 a span -----*/
div#sectionRecommend h2 a span{
	height: 21px;
	background: no-repeat scroll left top;
	cursor: hand;
}

/*----- 各ボタン 通常時画像指定 -----*/
div#sectionRecommend h2 a.buttonList span{
	background-image: url(../../images/home/recommend_button_list2.gif);
}

div#sectionRecommend h2 a.buttonRSS span{
	background-image: url(../../images/home/recommend_button_rss.gif);
}

/*----- 各ボタンロールオーバー動作指定 -----*/
div#sectionRecommend h2 a:hover span,
div#sectionRecommend h2 a:active span{
	background-image: none;
}

/*----- ul -----*/
div#sectionRecommend ul{
	width: 665px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 11px;
}

* html div#sectionRecommend ul{
	width: 676px;
}

/*----- ul -----*/
div#sectionRecommend ul.secondRow{
	padding-top: 5px;
	padding-bottom: 17px;
	background: url(../../images/home/recommend_footer.gif) no-repeat scroll left bottom;
}

/*----- li -----*/
div#sectionRecommend ul li{
	float: left;
	width: 210px;
	margin-bottom: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #e5e4e2;
}

* html div#sectionRecommend ul li{
	width: 215px;
	padding-bottom: 7px;
}

div#sectionRecommend ul.secondRow li{
	border-bottom: none;
}

/*----- li a -----*/
div#sectionRecommend ul li a{
	display: block;
	padding: 4px;
	text-decoration: none;
	cursor: hand;
}

div#sectionRecommend ul li a:hover,
div#sectionRecommend ul li a:active{
	padding: 3px;
	/*border: 1px solid #ccddcc;*/
	border: 1px solid #ffaaaa;
}

* html div#sectionRecommend ul li a:hover,
* html div#sectionRecommend ul li a:active{
	padding: 3px;
}

div#sectionRecommend ul li span,
div#sectionRecommend ul li strong{
	display: block;
}

div#sectionRecommend ul li span.detail{
	float: left;
	width: 135px;
}

div#sectionRecommend strong{
	line-height: 1.2em;
	margin-top: 4px;
	margin-bottom: 1px;
	padding: 2px 4px;
	/*background-color: #faf3eb;*/
	background-color: #f3f3f3;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

div#sectionRecommend span.photo{
	float: left;
	width: 54px;
	height: 63px;
	padding: 3px 10px 3px 3px;
	background: url(../../images/home/photo_bg.gif) no-repeat scroll left top;
}

* html div#sectionRecommend span.photo{
	width: 67px;
	height: 69px;
}

div#sectionRecommend span.photo img{
	border: 1px solid #ffffff;
}

div#sectionRecommend span.date{
	margin-bottom: 1px;
	padding-left: 5px;
	color: #009933;
	font-size: 80%;
}

div#sectionRecommend span.text{
	line-height: 1.2em;
	padding-left: 5px;
	color: #333333;
	font-size: 80%;
}



/*------------------------------------------------------------------------------

						ショップ最新情報とランキング wrapper
						
------------------------------------------------------------------------------*/
div#sectionWrapper{
	width: 676px;
	background: url(../../images/home/section_wrapper_bg.gif) no-repeat scroll left top;
}

div#sectionWrapper div.left{
	float: left;
	width: 479px;
}

div#widgetWrapper{
	float: right;
	width: 185px;
}



/*------------------------------------------------------------------------------

								div#sectionNews
								
------------------------------------------------------------------------------*/
div#sectionNews{
	width: 479px;
	background: url(../../images/home/news_bg.gif) repeat-y scroll left top;
}

div#sectionNews h2{
	position: relative;
	width: 479px;
	height: 42px;
	background: url(../../images/home/news_h2.gif) no-repeat scroll left top;
}

/*----- h2 a -----*/
div#sectionNews h2 a{
	display: block;
	position: absolute;
	top: 14px;
	width: 100px;
	height: 20px;
	background: no-repeat scroll left top;
}

/*----- 各ボタン 横位置＆画像指定 -----*/
div#sectionNews h2 a.buttonList{
	/*right: 123px;*/
	right: 14px;
	background-image: url(../../images/home/news_button_list_ov.gif);
}

div#sectionNews h2 a.buttonRSS{
	right: 14px;
	background-image: url(../../images/home/news_button_rss_ov.gif);
}

/*----- h2 a span -----*/
div#sectionNews h2 a span{
	width: 100px;
	height: 20px;
	background:  no-repeat scroll left top;
}

/*----- 各ボタン 通常時画像指定 -----*/
div#sectionNews h2 a.buttonList span{
	background-image: url(../../images/home/news_button_list.gif);
}

div#sectionNews h2 a.buttonRSS span{
	background-image: url(../../images/home/news_button_rss.gif);
}

/*----- 各ボタン ロールオーバー動作指定 -----*/
div#sectionNews h2 a:hover span,
div#sectionNews h2 a:active span{
	background-image: none;
}

/*----- 見出し下の一文 -----*/
div#sectionNews p{
	padding: 5px 10px 6px 10px;
	background: url(../../images/home/news_description_bg.gif) no-repeat scroll left bottom;
	color: #666666;
	font-weight: bold;
	font-size: 80%;
}

/*----- dl -----*/
div#sectionNews dl{
	width: 461px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}

* html div#sectionNews dl{
	width: 479px;
}

/*----- dl dt -----*/
div#sectionNews dl dt{
	clear: left;
	float: left;
	width: 7em;
	padding-left: 1.4em;
	font-weight: bold;
}

* html div#sectionNews dl dt{
	width: 8em;
}

/*----- dl dd -----*/
div#sectionNews dl dd{
	margin-bottom: 7px;
	padding-left: 10.25em;
	background: #f7f7f7 url(../../images/home/icon_arrow.gif) no-repeat scroll left center;
}

div#sectionNews dl dd.hover{
	background-color: #f2f2f2;
}

/*----- dt&dd -----*/
div#sectionNews dl dt,
div#sectionNews dl dd{
	padding-top: 5px;
	padding-bottom: 4px;
}

/*----- dd a -----*/
div#sectionNews dl dd a{
	color: #009933;
	font-weight: normal;
	text-decoration: underline;
}

div#sectionNews dl dd a:hover,
div#sectionNews dl dd a:active{
	color: #ea609e;
}




/*------------------------------------------------------------------------------

								div#sectionEvents
								
------------------------------------------------------------------------------*/
div#sectionEvents{
	width: 479px;
	background: url(../../images/home/news_bg.gif) repeat-y scroll left top;
}

div#sectionEvents h2{
	position: relative;
	width: 479px;
	height: 42px;
	background: url(../../images/home/events_h2.gif) no-repeat scroll left top;
}

/*----- h2 a -----*/
div#sectionEvents h2 a{
	display: block;
	position: absolute;
	top: 14px;
	width: 100px;
	height: 20px;
	background: no-repeat scroll left top;
}

/*----- 各ボタン 横位置＆画像指定 -----*/
div#sectionEvents h2 a.buttonList{
	/*right: 123px;*/
	right: 14px;
	background-image: url(../../images/home/events_button_list_ov.gif);
}

div#sectionEvents h2 a.buttonRSS{
	/*right: 14px;*/
	background-image: url(../../images/home/events_button_rss_ov.gif);
}

/*----- h2 a span -----*/
div#sectionEvents h2 a span{
	width: 100px;
	height: 20px;
	background:  no-repeat scroll left top;
}

/*----- 各ボタン 通常時画像指定 -----*/
div#sectionEvents h2 a.buttonList span{
	background-image: url(../../images/home/events_button_list.gif);
}

div#sectionEvents h2 a.buttonRSS span{
	background-image: url(../../images/home/events_button_rss.gif);
}

/*----- 各ボタン ロールオーバー動作指定 -----*/
div#sectionEvents h2 a:hover span,
div#sectionEvents h2 a:active span{
	background-image: none;
}

/*----- 見出し下の一文 -----*/
div#sectionEvents p{
	padding: 5px 10px 6px 10px;
	background: url(../../images/home/news_description_bg.gif) no-repeat scroll left bottom;
	color: #666666;
	font-weight: bold;
	font-size: 80%;
}

/*----- dl -----*/
div#sectionEvents dl{
	width: 461px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}

* html div#sectionEvents dl{
	width: 479px;
}

/*----- dl dt -----*/
div#sectionEvents dl dt{
	clear: left;
	float: left;
	width: 7em;
	padding-left: 1.4em;
	font-weight: bold;
}

* html div#sectionEvents dl dt{
	width: 8em;
}

/*----- dl dd -----*/
div#sectionEvents dl dd{
	margin-bottom: 7px;
	padding-left: 10.25em;
	background: #f7f7f7 url(../../images/home/icon_arrow.gif) no-repeat scroll left center;
}

div#sectionEvents dl dd.hover{
	background-color: #f2f2f2;
}

/*----- dt&dd -----*/
div#sectionEvents dl dt,
div#sectionEvents dl dd{
	padding-top: 5px;
	padding-bottom: 4px;
}

/*----- dd a -----*/
div#sectionEvents dl dd a{
	color: #009933;
	font-weight: normal;
	text-decoration: underline;
}

div#sectionEvents dl dd a:hover,
div#sectionEvents dl dd a:active{
	color: #ea609e;
}

