@charset "utf-8";
@import "../../common/styles.css";

/*-------------------------------------
information共通
-------------------------------------*/
#container{
	position:relative;
	width:367px;
	margin:8px auto;
}
#container #borderBox{
	margin:0 0 10px 0;
	background:url(../image/line002.gif) repeat-y left;
}
#container #borderBox #borderBox_outer{
	background:url(../image/line003.gif) repeat-y right;
}
#container #borderBox #borderBox_outer #borderBox_inner{
	background:url(../image/line006.gif) no-repeat bottom left;
}
#container #borderBox #borderBox_outer #borderBox_inner #title{
	position:relative;
	background:url(../image/line001.gif) no-repeat top left;
}
#container #borderBox #borderBox_outer #borderBox_inner #title h1{
	height:45px;
	background:url(../../image/rogo.gif) no-repeat 0 5px;
	padding:15px 0 0 100px;
	margin:5px 0;
}

/*-------------------------------------
information_coupon.html
-------------------------------------*/
#couponText{
	position:relative;
	background:url(../image/line004.gif) no-repeat top left;
	padding:15px 15px 0 15px;
}
#couponList{
	padding:15px;
}
#couponList ul li{
	list-style:inside disc;
	font-size:xx-small;
	text-indent:-1em;
}

/*-------------------------------------
information_news.html
-------------------------------------*/
#newsList{
	position:relative;
	background:url(../image/line004.gif) no-repeat top left;
	padding:15px;
}
#newsList dl dt{
	font-weight:bold;
}
#newsList dl dd{
	margin-left:10px;
	font-size:x-small;
}

/*-------------------------------------
information_report.html
-------------------------------------*/
#reportText{
	position:relative;
	background:url(../image/line004.gif) no-repeat top left;
	padding:15px 15px 0 15px;
}
#reportList{
	padding:0 0 10px 0;
}
#reportList ul li{
	clear:both;
	position:relative;
	overflow:hidden;
	padding:20px 15px 5px 15px;
	background:url(../image/line005.gif) no-repeat top left;
}
* html #reportList ul li{
	height:80px;
}
#reportList ul li .imgLink{
	float:left;
	margin:0 10px 0 0;
}
#reportList ul li h2,
#reportList ul li p{
	float:right;
	width:160px;
	font-size:x-small;
	font-weight:normal;
	line-height:1.5em;
	padding:0 0 0 5px;
}
#reportList ul li h2{
	border-left:6px solid #BA6D6D;
	margin:0 0 10px 0;
}

/*-------------------------------------
information_shopdata.html
-------------------------------------*/
#data{
	position:relative;
	background:url(../image/line004.gif) no-repeat top left;
	padding:15px;
}
#data h2{
	font-size:1em;
	font-weight:normal;
}
#data p{
	margin-right:20px;
	float:left;
}
#datamap{
	clear:both;
	background:url(../image/line005.gif) no-repeat top left;
	padding:15px 0;
	font-size:xx-small;
	text-align:center;
}
ul#datapic{
	padding:15px 0 15px 0;
}
ul#datapic li{
	background:url(../image/line005.gif) no-repeat top left;
	padding:15px 0 0 0;
	text-align:center;
}


