@charset "utf-8";

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
.Rt:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}





/* #newsBox
----------------------------------------------------*/

#newsBox {
	width: 209px;
	background-image: url(../img/newsbox_top.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	clear: both;
}

#newsBox h3 {
	float: left;
}

#newsBox #newslistBtn {
	float: right;
}

.Lt {
	background-image: url(../img/entrybox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-right: 5px;
	width: 225px;
	clear: both;
}

ul#newsList {
	clear: both;
	width: 209px;
	font-size: small;
}

ul#newsList li {
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 2px;
	float: left;
}

ul#newsList li a {
	width: 200px;
	clear: both;
}


/* #shopBox
----------------------------------------------------*/

.Rt {
	background-image: url(../freeenjoy/img/shopbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	width: 500px;
	margin-right: -1px;
	margin-left: -1px;
}

#subshopBox {
	background-image: url(../freeenjoy/img/shopbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 492px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#subshopBox h3 {
	float: left;
	margin-bottom: 10px;
}

#subshopBox #shoplistBtn {
	float: right;
}

#subshopBox #shoplistBtn li {
	display: inline;
	float: left;
}

ul#subshopList {
	clear: both;
	padding-top: 10px;
}

ul#subshopList li {
	width: 92px;
	float: left;
	margin-right: 6px;
	line-height: 1.2em;
	margin-bottom: 15px;
	overflow: hidden;
}

ul#subshopList li a {
	display: block;
}

ul#subshopList li a:hover {
	background-color: #E8E8E8;
}


ul#subshopList li.clear {
	margin-right: 0px;
	float: left;
}

ul#subshopList p.ctg {
	font-size: 8px;
	color: #333333;
}

ul#subshopList p.shopname {
	color: #CC0000;
	font-size: small;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul#subshopList p.detail {
	font-size: 10px;
	margin-bottom: 4px;
	color: #333333;
	line-height: 1.4em;
}

/*
ul#subshopList p.point {
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	padding: 2px;
}
*/

ul#subshopList p.point {
	color: #CC0000;
	font-weight: normal;
	font-size: 9px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 1.2em;
}

ul#subshopList li a:hover p.point {
	background-color: #FF0000;
	color: #FFFFFF;
}

#subshopBox #pageNav {
	clear: both;
	width: 494px;
	font-size: small;
	padding-top: 15px;
}

#subshopBox #pageNav li {
	display: inline;
	float: left;
	margin-bottom: 15px;
}

#subshopBox #pageNav li a {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

/* #bnr
----------------------------------------------------*/

ul#bnr {
	line-height: 1em;
}

ul#bnr li {
	display:inline;
	margin-bottom: 2px;



}


ul#bnr li a {
	display:block;
	margin-bottom: 2px;
}


#enjoyBox {
	float: right;
	background-image: url(../img/enjoybox_top.gif);
	background-repeat: no-repeat;
	width: 225px;
	background-position: left top;
	margin-bottom: 15px;
}

#enjoyBox h3 {
	padding-top: 8px;
	padding-left: 8px;
}

#enjoyBox #centerBox {
	background-image: url(../img/enjoybox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 8px;
}

#rightFrame{
	width:225px;
	padding: 0px;
	float:right;
	margin: 0;
}
#leftFrame{
	width:498px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A0A0A0;
	border-left-color: #A0A0A0;
}
.shopBlock{
	width:545px;
	float:center;
	background-color: #E8EDEE;
	overflow:hidden;
}
.shopLine{
	display: block;
	width:519px;
	background-color: #E8EDEE;
	float:center;
	margin:0 14px;
	overflow:hidden;
}
.shopBox{
	width:120px;
	float:left;
	padding:4px;
}
#rightFrame img{
	display: block;
	margin: 0;
}
#leftFrame img{
	display: block;
	margin: 0;
}

