/* 初期設定 */
/* ------------------------------------------------------------------------- */
/* ---------- Link ---------- */
/* リンクテキスト */
a:link {
	color:#FF0033;
	text-decoration:none;
}
/* 読込済テキスト */
a:visited {
	color:#FF0033;
	text-decoration:none;
}
/* 読込中テキスト */
a:active {
	color:#FF8899;
	text-decoration:none;
}
/* 反応中テキスト */
a:hover {
	color:#FF8899;
	text-decoration:underline;
}

/* ---------- フォント 指定 ---------- */
.body1 {
	font-size:10px;
	line-height:16px;
}
.body2 {
	font-size:12px;
	line-height:20px;
}
.body3 {
	font-size:14px;
	line-height:21px;
	letter-spacing: 1px;
}
.body4 {
	font-size:12px;
	line-height:16px;
}
.small {
	font-size:10px;
	line-height:12px;
}

#cap1 {
	color: #FF0033;
}
#cap2 {
	color: #CC0099;
}
#cap3 {
	color: #EE0000;
}
#cap4 {
	color: #003399;
}
#cap5 {
	color: #FFFFFF;
}
#date {
	color: #111111;
}
#shopnews {
	color: #EE0000;
}
#white {
	color: #FFFFFF;
	font-weight: bold;
}
#red {
	color: #EE0000;
	font-weight: bold;
}


/* 基本レイアウト 設定 */
/* ------------------------------------------------------------------------- */
/* ---------- body ---------- */
body {
	margin: 0px;
	color: #555555;
	background: #000000;
	background-image: url(../image/bg.gif);
}

/* ---------- mother ---------- */
table.mother {
	margin: 0px;
	padding: 0px;
	width: 830px;
	height: 100%;
}
td.mother_top{
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg2.gif);
}
td.mother_bottom{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/* ---------- Header ---------- */
table.header {
	margin: 15px 0px 10px 0px;
	padding: 0px;
	width: 830px;
}

/* ---------- パン屑マップ ---------- */
table.bread {
	margin: 0px 25px 3px 25px;
	padding: 0px;
	width: 780px;
}
table.bread2 {
	margin: 0px 15px 3px 15px;
	padding: 0px;
	width: 800px;
}
img.map_point {
	margin: 0px 7px 1px 7px;
}

/* ---------- Body ---------- */
table.body {
	margin: 0px;
	padding: 0px;
	width: 830px;
	background: #FFFFFF;
}
td.body_left{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 560px;
}
td.body_right{
	margin: 0px;
	padding: 0px 10px;
	width: 270px;
}

/* ---------- Footer ---------- */
table.footer {
	margin: 0px;
	padding: 0px;
	width: 830px;
	color: #FFFFFF;
	background-image: url(../image/bg3.gif);
}


/* レイアウト設定 */
/* ------------------------------------------------------------------------- */
/* ---------- Main ---------- */
table.main {
	margin: 0px;
	padding: 0px;
	width: 545px;
}
table.main2 {
	margin: 0px 25px;
	padding: 0px;
	width: 780px;
}
table.shop_list {
	margin: 5px 5px 5px 0px;
	padding: 0px;
	width: 100%;
}
td.shop_cell {
	margin: 0px;
	padding: 7px 7px 0px 7px;
	width: 33%;
}
td.shop_cell2 {
	margin: 0px;
	padding: 7px 7px 0px 7px;
	width: 24%;
}
.shop_text {
	margin: 0px 0px 7px 0px;
	font-size:10px;
	line-height:11px;
	letter-spacing: 1px;
}
.shop_line {
	width: 1px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: url(../image/dot_line4.gif) repeat-y;
}

/* ---------- Topics ---------- */
table.category {
	margin: 0px;
	padding: 0px;
	width: 545px;
	height: 35px;
	color: #FFFFFF;
	background-image: url(../image/topics-bg.gif);
	background-repeat: no-repeat;
}
td.category_cell{
	margin: 0px;
	padding: 0px 10px;
}

/* ---------- Topics ---------- */
table.topics {
	margin: 0px;
	padding: 0px;
	width: 545px;
}
td.topics_left{
	margin: 0px;
	padding: 0px;
	width: 75px;
}
td.topics_right{
	width: 470px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
}

/* ---------- Table 表組指定01 ---------- */
table.chart_base {
	border-collapse: collapse;
}
.chart_cell01_1 {
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px #888888 dotted;
}
.chart_cell01_2 {
	padding: 3px 5px;
	background: #F0F0F0;
	border: 1px #888888 dotted;
}
.chart_cell01_3 {
	padding: 3px 5px;
	background: #000000;
	border: 1px #888888 dotted;
	color: #FFFFFF;
	font-weight: bold;
}
.chart_cell02_1 {
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px #CCCCCC dotted;
}
.chart_cell02_2 {
	padding: 3px 5px;
	background: #EFF9F0;
	border: 1px #CCCCCC dotted;
}
.chart_cell02_3 {
	padding: 3px 5px;
	background: #014409;
	border: 1px #CCCCCC dotted;
	color: #FFFFFF;
	font-weight: bold;
}
.chart_cell03_1 {
	padding: 3px 5px;
	background: #EFC2C2;
	border: 2px #FFFFFF dotted;
	color: #801535;
	font-weight: bold;
}
.chart_cell03_2 {
	padding: 3px 5px;
	background: #F8E6E6;
	border: 2px #FFFFFF dotted;
}
.chart_cell04_1 {
	padding: 3px 5px;
	background: #E7E4D4;
	border: 2px #FFFFFF dotted;
	color: #7D554E;
	font-weight: bold;
}
.chart_cell04_1 {
	padding: 3px 5px;
	background: #F5F4ED;
	border: 2px #FFFFFF dotted;
}
.item_cell {
	padding: 4px 6px;
	background: #FFFFFF;
	border-left: 1px #CCCCCC dotted;
	border-right: 1px #CCCCCC dotted;
}

/* ---------- 枠 指定 ---------- */
td.waku_cell01 {
	width: 20px;
	height: 20px;
	background: url(../image/waku01.gif) no-repeat;
}
td.waku_cell02 {
	height: 20px;
	background: url(../image/waku02.gif) repeat-x;
}
td.waku_cell03 {
	width: 20px;
	height: 20px;
	background: url(../image/waku03.gif) no-repeat;
}
td.waku_cell04 {
	width: 20px;
	height: 20px;
	background: url(../image/waku04.gif) repeat-y;
}
td.waku_cell06 {
	width: 20px;
	height: 20px;
	background: url(../image/waku06.gif) repeat-y;
}
td.waku_cell07 {
	width: 20px;
	height: 20px;
	background: url(../image/waku07.gif) no-repeat;
}
td.waku_cell08 {
	height: 20px;
	background: url(../image/waku08.gif) repeat-x;
}
td.waku_cell09 {
	width: 20px;
	height: 20px;
	background: url(../image/waku09.gif) no-repeat;
}

/* ---------- img ---------- */
/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}
/* table 左回り */
table.table_left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	padding: 0px;
}
/* table 右回り */
table.table_right {
	float:right;
	margin-left:12px;
	margin-bottom:12px
	padding: 0px;
}
/* 回り込み解除 */
.float_clear {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ---------- Format ---------- */
/* 点線1 */
.dot_line {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	height: 1px;
	margin: 7px 0px;
}
/* 点線2 */
.dot_line2 {
	background: url(../image/dot_line3.gif) repeat-x;
	padding: 0px;
	height: 1px;
	margin: 3px 0px;
}
/* 点線3 */
.dot_line3 {
	background: url(../image/dot_line2.gif) repeat-x;
	padding: 0px;
	height: 5px;
	margin: 12px 0px;
}
/* 罫線 */
table.txt_area {
	margin: 0px;
	padding: 9px 13px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
}
/* 背景1 */
.background01 {
	padding: 3px 5px 2px 7px;
	margin: 0px 0px 13px 0px;
	background: url(../image/background01.gif);
	border-left: solid 3px;
	border-left-color: #590019;
	color: #333333;
}
/* 背景2 */
.background02 {
	padding: 3px 5px 2px 7px;
	margin: 0px 0px 13px 0px;
	background: url(../image/background02.gif);
	border-left: solid 3px;
	border-left-color: #014409;
	color: #222222;
}

/* New ポイント */
.new-point {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/new-point.gif);
	background-repeat: no-repeat;
}
/* Event ポイント */
.event-point {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/event-point.gif);
	background-repeat: no-repeat;
}
/* Shop ポイント */
.shop-point {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/shop-point.gif);
	background-repeat: no-repeat;
}
/* ポイント */
.point {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
}
/* アイコン */
.icon {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
}
/* アイコン02 */
.icon2 {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	background-image: url(../image/icon03.gif);
	background-repeat: no-repeat;
}
/* アイコン03 */
.icon3 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/icon02.gif);
	background-repeat: no-repeat;
}
/* アイコン04 */
.icon4 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/icon04.gif);
	background-repeat: no-repeat;
}

/* 画像・文字中央揃え */
.vmid {
	vertical-align: middle;
}