@charset "utf-8";

/*　インデックス（トップページ）　------------------------------------------*/

#index #contents1 {
	width: 700px;
	height: auto;
	margin-bottom: 10px;
}
#index #contents2 {
	width: 450px;
	height: auto;
	float: left;
	margin-right:8px;
}
#index #contentsWrapA {
	width: 700px;
	clear: both;
}
#index #contents3 {
	width: 240px;
	float: left;
}
#index #contentsWrapA #contents3 #whatsnew {
	width: 218px;
	height: 228px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	overflow-y: scroll;
	padding: 10px;
}
#index #contentsWrapA #contents3 #whatsnew h1 {
	color:#333333;
	text-align: center;
}
#index #contentsWrapA #contents3 #whatsnew p.date {
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	margin-top:6px;
}
#index #contentsWrapA #contents3 #whatsnew p {
	line-height: 16px;
}
#index #contentsWrapA #contents3 #whatsnew a {
	color:#000000;
}
#index #contentsWrapA #contents3 #whatsnew a:hover {
	color:#ff6600;
	text-decoration: underline;
}


/*　商品バナー　------------------------------------------*/

#index #contents1 img.bannerTypeA {
	margin-bottom: 6px;
	border:none;
}
#index #contents1 img.bannerTypeB1 {
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
	border:none;
}
#index #contents1 img.bannerTypeB2 {
	float: left;
	margin-bottom: 6px;
	border:none;
}
#index #contents2 img.bannerTypeC1 {
	margin-bottom: 8px;
	border:none;
}
#index #contents2 img.bannerTypeC2 {
	border:none;
}
#contentsArea3 img.bannerTypeD1,
#contentsArea3 img.bannerTypeD2,
#contentsArea3 img.bannerTypeD3,
#contentsArea3 img.bannerTypeD5,
#contentsArea3 img.bannerTypeD6,
#contentsArea3 img.bannerTypeD7 {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}
#contentsArea3 img.bannerTypeD4,
#contentsArea3 img.bannerTypeD8 {
	float:left;
	margin-bottom: 10px;
	border:none;
}

/*　サイドメニュー（ショップリスト）　------------------------------------------*/

#shop_list {
	width: 228px;
	height: auto;
	background-color: #EFEBE2;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#shop_list #title {
	width: 212px;
	background-color: #FF6600;
	padding: 7px;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

#shop_list #list ul li {
	display:block;
	width: 216px;
	height: 42px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	list-style-type: none;
}
#shop_list #list ul li.end {
	border: 1px solid #CCCCCC;
}
#shop_list #list ul li a img{
	border:none;
	float: left;
	padding-right: 5px;
}
#shop_list #list ul li a img:hover {
	filter:Alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50; 
}
#shop_list #list ul li a p {
	color: #000000;
	text-decoration: underline;
	line-height: 18px;
}
#shop_list #list ul li a p:hover {
	color: #ff6600;
}
#news {
	width: 674px;
	height: auto;
	margin-bottom: 10px;
	padding: 12px;
	border: solid 1px #cccccc;
	background-color: #F3F2ED;
}
#news h2 {
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
#news p{
	line-height: 18px;
}
