﻿@charset "utf-8";
/* CSS Document */


/* common
------------------------------------------------- */
a {text-decoration: none;color: #ff497f; text-decoration:none;}
img{border:none;outline:none;vertical-align:bottom;}

.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}


ul li{list-style:none;}

body {
	font-family:Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:0.75em;/*12px*/
	line-height: 1.4;
	color:#666;
	background-color: #ffdede;
}

#gungho {
background: url(../img/header_line.gif) repeat-x scroll 0 0 white;
height: 36px;
vertical-align: bottom;
width: 100%;
}
#gungho p#ragnarok {
background: url(../img/header_bg.gif) no-repeat scroll 100% 0 white;
height: 30px;
text-align: left;
width: 100%;
}

/* Contents
------------------------------------------------- */

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg.gif) repeat-y left top;
}

#container #contents {
	width: 850px;
	float: left;
}

#container #rightArea {
	width: 130px;
	float: right;
	position: relative;
}

#container #contents #headerArea div.column2 {
	width: 425px;
	float: left;
}

#container #main {
	padding: 0 15px;
}

#container #main .praBox {
	margin-bottom: 30px;
}

#container #main .praBox .inner {
	padding: 10px 15px 0;
}

#container #main h2 {
	padding: 0;
	margin: 0;
}

#container #contents #headerArea div.column2 #topic {
	background: url(../img/topics.jpg) no-repeat left top;
	height: 70px;
	padding : 25px;
}

#container #contents #headerArea div.column2 dl dt{
	font-weight:bold ;
	color: #d00022;
	font-size: 13px;
}
#container #contents #headerArea div.column2 dl dd{
	padding-left: 25px;
	background: url(../img/icon.gif) no-repeat left top;
	color: #000;
	font-size: 13px;
}


#container #contents #headerArea div.column2 #store01 {
	background: url(../img/normal_bg.jpg) no-repeat left top;
	height: 47px;
	padding: 133px 0 0 218px;
}

#container #contents #headerArea div.column2 #store02 {
	background: url(../img/deluxe_bg.jpg) no-repeat left top;
	height: 38px;
	padding: 53px 0 0 218px;
}

#container #contents #main table {
	margin-bottom:1em;
	width:100%;
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
}

#container #contents #main table tr th {
	font-weight:bold;
	background:#ffdede;
	text-align:left;
}

#container #contents #main table tr th, table tr td {
	padding:4px 6px;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
}


#container #contents #main table.t01 td {
	text-align:center;
}

#container #contents #main table.table01 th { width: 100px; vertical-align:top; }
#container #contents #main table.table01 td.cell { width:68px; }
#container #contents #main table.table01 td.item_img { vertical-align:middle; text-align:center; width: 200px;}
#container #contents #main table.table01 caption {
	text-align:left;
	padding:3px 6px;
	border:#ccc 1px solid;
	border-bottom:none;
	font-weight:bold;
}

#container #contents #main table.shoplist td{ width:25%; }

#container #contents #main ul li {
	margin-left: 1em;
	text-indent: -1em;
}

/*--- キャンペーン参加店舗 ---*/

#container #contents #main #cp01,
#container #contents #main #cp04 {
	text-align:center;
	width: 198px;
	height: 65px;
	float: left;
	margin-bottom: 20px;
	padding-top: 125px;
}

#container #contents #main #cp02,
#container #contents #main #cp03 {
	text-align:center;
	width: 197px;
	height: 65px;
	float: left;
	margin-bottom: 20px;
	padding-top: 125px;
}
#container #contents #main #cp01 { background: url(../img/cp_bg01.jpg) no-repeat left top; }
#container #contents #main #cp02 { background: url(../img/cp_bg02.jpg) no-repeat left top; }
#container #contents #main #cp03 { background: url(../img/cp_bg03.jpg) no-repeat left top; }
#container #contents #main #cp04 { background: url(../img/cp_bg04.jpg) no-repeat left top; }

#container #contents #main .bnr_cp {
	text-align: center;
	margin-bottom: 20px;
}


/*--- コピーライト ---*/

#container #contents #copyrightArea {
	text-align: center;
	border-top: #ccc 1px solid;
	padding: 10px 0;
}

/*--- メニュー ---*/

#container #rightArea #nemuArea {
	background: url(../img/menu_top.jpg) no-repeat left top;
	padding-top: 22px;
	margin-top: 17px;
}

#container #rightArea #nemuArea ul {
	background: url(../img/menu_bottom.jpg) no-repeat left bottom;
	padding-bottom: 25px;
}

#container #rightArea #nemuArea ul li {
	padding: 0 !important;
	margin: 0 !important;
}

#container #rightArea #bannerArea {
	margin-top: 10px;
	padding: 5px;
}

#container #rightArea #bannerArea img {
	margin-bottom: 5px;	
}
#container #rightArea #sbtn {
	margin:10px 0 0 5px;	
}

