@charset "utf-8";
/* CSS Document */

//初期化

*{
	margin: 0;
	padding: 0;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #c00;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #c00;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

.point_img_01 {
	position: relative;
	top: -245px;
	left: 455px;
	z-index:5;
 }
 
 .point_img_02 {
	position: relative;
	top: -275px;
	left: 822px;
	z-index:6;
 }
 
  .point_img_03 {
	position: relative;
	top: -190px;
	left: 195px;
	z-index:7;
 }
 
  .point_img_04 {
	position: relative;
	top: -225px;
	left: 600px;
	z-index:8;
 }


.point_img_05 {
	position: relative;
	top: -260px;
	left: 770px;
	z-index:9;
 }
 
.point_img_06 {
	position: relative;
	top: -205px;
	left: 250px;
	z-index:10;
 }

.point_img_07 {
	position: relative;
	top: -50px;
	left: 455px;
	z-index:11;
 }
 
 .point_img_08 {
	position: relative;
	top: -80px;
	left: 825px;
	z-index:12;
 }


.myButton {
	-moz-box-shadow:inset 0px 34px 0px -20px #e31a00;
	-webkit-box-shadow:inset 0px 34px 0px -20px #e31a00;
	box-shadow:inset 0px 34px 0px -20px #e31a00;
	background-color:#c71701;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	color:#FFF
}
.myButton:hover {
	background-color:#c71701;
	text-decoration      :none;
	color:#FFF
}

.myButton:a:link {
	color:#FFF
}

.myButton:a:visited {
	color:#FFF
}

.myButton:active {
	position:relative;
	text-decoration      :none;
	color:#FFF
	top:1px;
}



p{
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

img{
	border:none;
}


hr{
	border:none;
	border-bottom:1px dotted #aaa;
	margin:5px 0px;
}

.kado{
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   padding:10px;
}

.kado2{
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

#nasi td{
	border:none;
	margin:0px;
	padding:0px;
}

#nasi tr{
	border:none;
	margin:0px;
	padding:0px;
}

#nasi{
	border:none;
	margin:0px;
	padding:0px;
}

.shop_img{
	border:1px solid #eee;
}

h2{
	margin-top:5px;
	margin-bottom:5px;
}

.imgBox{background:url(../image/loading.gif) 50% 50% no-repeat;}

.shop_images{
	padding:20px 0px 10px 0px;
}

#present_maru{
	display: inline-block;
	background-color:#9A000C;
	padding:20px 22px;
	color:#FFF;
	font-size:24px;
	text-align:center;
	border-radius: 50px;        /* CSS3草案 */  
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50px;   /* Firefox用 */
}

#shop-coupon-time{
	background-color:#c7311f;
	padding:5px;
	margin:5px 0px;
	color:#FFF;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}

#shop-coupon-time2{
	background-color:#fff;
	padding:5px;
	margin:5px 0px;
	color:#c7311f;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}

.pointer { cursor: pointer; }

.balloon {
position: relative;
margin-right: 30px;
padding:20px;
width:550px;
background-color: #fff;
border: 1px solid #9e9e9f;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
}

.balloon:after {
background-image:url(../img/shop_staff_arrow.png);
position: absolute; top: 50px; left: 589px;
content: ""; width: 20px; height: 20px;

}

.circle .image-wrap {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 3px solid #fff;
}


#ok_show {
    /* 画面中央に表示 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;  /* (height + padding-top + padding-bottom + border-top + border-bottom) の半分 */
    margin-left: -56.5px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
	z-index:100;
}

/* メッセージ */
.ok_alert {
    display: none; /* 初期状態は非表示 */
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -100px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
	z-index:100;
}

.alert-info {
  color: #fff;
  background-color: #000;
  border-color: #555;
  padding:40px;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.label,
.badge {
  display: inline-block;
  padding: 4px 6px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  margin:2px;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.label-info,
.badge-info {
  background-color: #C7311F;
}

.label-info-off{
  background-color: #ddd;
  color:#666;
}

.label-user{
  background-color: #fff;
  border:1px solid #CCC;
  color:#333;
  font-weight:normal;
  
}

.label-info[href],
.badge-info[href] {
  background-color: #C7311F;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}



#user_tab {
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-left:10px;
}


#user_tab li {
  float: left;
  padding: 10px;
  margin:0px;
  list-style: none;
  cursor: pointer;
  background: #fff;
  margin-left:5px;
  border:1px solid #CCC;
  border-bottom:none;
}

#user_tab li.select {
	background-color:#C00;
  color:#FFF;
}

#user_tab li.select a{
  color:#FFF;
}


.content_wrap {
  clear: left;
  background: #c00;
  padding:10px;
  font-weight:bold;
  color:#FFF;
}




/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
	
}

.clearfix:after {  
  content: "";   
  display: block;
  clear: both;   
  visibility: hidden;  
}   

.ERR{
	color:#C00;
}

.table_default {

	}

.form_bt{
	background-color: #C00;
	color:#FFF;
}

.table_default th {
	padding: 10px;
	text-align: left;
	}

.table_default td {
	padding: 10px;
	}


#tooltip .tipBody {
	background-color:#000;
	opacity: 0.8; filter: alpha(opacity=80);
	padding:5px 5px 5px 15px;
}

form{
	margin:0px;
	padding:0px;
	}

input, textarea{
padding:7px;
border:solid 1px #cccccc;
background:#f6f6f6;
}

select{
padding:7px;
margin:2px 2px 2px 0px;
border:solid 1px #cccccc;
background:#f6f6f6;
}

#sub_title{
	background-color: #eee;
	padding:10px;
	border-top:1px solid #ccc;
	margin:10px 0px;
}


div.title h2{
    text-align:left;
    float:left;
    font-size:18px;
	font-family: "ＭＳ Ｐ明朝";
    padding:0;
    margin:0;
	font-weight:normal;
	color:#000;
}
 
div.title p{
    text-align:right;
    padding:0;
    margin:0;
}


.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
}

/**********************************************************************
* open_close
**********************************************************************/


#box01, #box02, #box03 {
	margin-top:10px;
    display: none;
}



/**********************************************************************
* top main
**********************************************************************/

#flash-left{
	width:720px;
	float:left;
	margin-left:100px;
}

#flash-right{
	width:270px;
	float:left;
	margin-left:10px;
}



/**********************************************************************
* pager
**********************************************************************/

#search-pager{
padding:10px;
text-align:center;
}


.pager{
padding: 1px;
margin: 1px;
font-size:13px;
text-decoration: none;
}

.pager a {
	padding: 2px 5px 2px 5px;
	margin: 0px;
	border: 1px solid #cccccc;
	text-decoration: none;
	background-color:#eeeeee;
}

.pager a:link,
.pager a:active {
text-decoration: none;
}

.pager a:hover
.pager a:active {
	background-color:#c40018;
	color: #333;
	text-decoration      :none;
}

.pager a:visited,{
	background-color:#eeeeee;
	color: #333;
	text-decoration   :none;
}
.pager_off {
	padding: 2px 5px 2px 5px;
	margin: 0px;
	color:#dddddd;
	border: 1px solid #cccccc;
	background-color:#c40018;
	text-decoration: none;
}

#review_main{
	margin:20px;
	padding-bottom:20px;
}

#user_main{
	width:900px;
	margin:0px auto;
}

#user_main_left{
	width:150px;
	float:left;
}

#user_main_center{
	width:550px;
	margin-left:20px;
	float:left;
}

#user_main_right{
	width:160px;
	margin-left:20px;
	float:left;
}


#user_sub_left{
	width:440px;
	float:left;
}


#user_sub_right{
	width:440px;
	margin-left:20px;
	float:left;
}

.hr_line{
	border:none;
	border-bottom:1px solid #666;
}

.text_line{
	padding:2px 20px;
	border:1px solid #000;
}

.user_title_min{
	padding:5px;
	background-color:#c40018;
	color:#FFF;
	font-weight:;
}

#user_menu{
	margin:20px;
	text-align:center;
}

#user_menu_left{
	width:470px;
	float:left;
}

#user_waku{
	background-color:#FFF;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
}

#user_title{
	background-repeat:no-repeat;
	padding:10px;
	border-bottom:1px solid #000;
}

#review_main_left{
	width:250px;
	margin-right:30px;
	float:left;
}

#review_main_right{
	width:700px;
	float:left;
}


/**********************************************************************
* 画像スライダー
**********************************************************************/

.fl {
	float: left; display: inline;
}

.news_slider {
	position: relative; width: 980px; margin: 5px auto 20px auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 42%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 890px; top: 0; left: 50px; overflow: hidden;
}
.news_slider .view_all {
	padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 170px; margin-right:10px;
}
.news_slider .item div {
	width: 160px; padding: 5px 0 3px 0;
}

/**********************************************************************
* css design
**********************************************************************/

body {
font-size: 75%;
	*font-size: small;
	*font: x-small;
	line-height: 1.4;
	*line-height: 1.3;
	letter-spacing: 1px;
color                : #222222;
margin          : 0px;
background-image     : url(../img/design/bg_line.png);
background-repeat    : repeat-x;
font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper-search {
	text-align: left;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper-main {
	text-align: left;
	padding-bottom:20px;
	background-image:url(../img/design/bg.jpg);

}

#wrapper-main-in {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
}

#search-left{
	width:240px;
	float:left;
	background-color:#fff;
	padding:10px;
	border-radius: 3px;         /* CSS3 */
   -moz-border-radius: 3px;    /* Firefox */
   -webkit-border-radius: 3px; /* Safari,Chrome */
}


.search-ul{
	margin:0px;
	padding:0px;
}

.search-ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:110px;
	float:left;
}

.search-ul2{
	margin:0px;
	padding:0px;
}

.search-ul2 li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:220px;
	float:left;
}

#search-left-in{
	background-color:#FFF;
	padding:10px 0px 20px 10px;
}

#search-right{
	width:720px;
	margin-left:20px;
	float:left;
}


#search-right-in{
	padding:15px;
	background-color:#FFF;
	border-radius: 3px;         /* CSS3 */
   -moz-border-radius: 3px;    /* Firefox */
   -webkit-border-radius: 3px; /* Safari,Chrome */
}

#search-title{
	background-image:url(../img/search/title.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}


#search-title-kuti{
	background-image:url(../img/search/search_kuti.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

#search-right-info{
	width:720px;
	margin-left:20px;
	background-color:#fff;
	margin-top:0px;
	float:left;
}


#shop-left{
	width:440px;
	margin-left:20px;
	margin-bottom:10px;
	float:left;
}

#shop-right{
	width:510px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}

#shop-right-left{
	width:330px;
	margin-top:50px;
	float:left;
}

#shop-right-right{
	width:160px;
	text-align:center;
	margin-top:50px;
	margin-left:20px;
	float:left;
}

#shop-main{
	margin-right:50px;
	margin-left:50px;
}


#shop-main-osu{
	margin-right:50px;
	margin-left:50px;
	background-image:url(../img/shop/osusume.png);
	background-repeat:no-repeat;
}

#shop-main-left{
	width:470px;
	margin-left:60px;
	margin-top:20px;
	float:left;
}

#shop-main-left-more{
	width:500px;
	margin-left:60px;
	margin-top:20px;
	margin-bottom:10px;
	padding:20px;
	background-color:#FFF;
	border:1px solid #CCC;
	float:left;
}

#shop-cp-title{
	background-image:url(../img/shop/cp_title.png);
	background-repeat:no-repeat;
	height:35px;
	margin-top:30px;
}


#shop-sya-title{
	background-image:url(../img/shop/sya_title.png);
	background-repeat:no-repeat;
	height:35px;
	margin-top:30px;
}

.kuti-font{
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
color:#c7311f;
}

.mintyo{
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}

#shop-cp-title-info{
	background-image:url(../img/shop/cp_title_info.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 15px 15px 15px;
}

#shop-sya-title-info{
	background-image:url(../img/shop/sya_title_info.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 15px 15px 15px;
}

#shop-main-right{
	width:360px;
	margin-left:30px;
	margin-top:20px;
	float:left;
}

#shop-main-right-gallery{
	width:470px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}

#shop-cp{
	background-image:url(../img/shop/shop_cp_bg.png);
	background-repeat:no-repeat;
	padding:50px 20px 20px 20px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;
}

#shop-cp-all{
	background-image:url(../img/shop/shop_cp_bg.png);
	background-repeat:no-repeat;
	width:500px;
	padding-top:50px;
	padding-bottom:15px;
	margin:10px 0px 0px 13px;
	float:left;
}


#shop-cp-left{
	width:600px;
	float:left;
	padding:0px 0px 0px 10px;
}

#shop-cp-right{
	width:130px;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
}

#shop-cp-text{
	background-color:#FFF;
	color:#C40018;
	padding:5px;
	margin-left:5px;
	text-align:right;
}

#search-shop-title{
	background-color:#c40018;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

#search-shop-title a:link,
#search-shop-title a:visited{
	color:#FFF;
	text-decoration:none;
}

#shop-tab-top{
	background-image:url(../img/shop/shop_tab_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:10px;
	height:155px;
}

#shop-tab-map{
	background-image:url(../img/shop/shop_tab_map.png);
	background-repeat:no-repeat;
	padding-top:115px;
	height:155px;
}

#shop-tab-gallery{
	background-image:url(../img/shop/shop_tab_gallery.png);
	background-repeat:no-repeat;
	padding-top:115px;
	height:155px;
}

#shop-tab-review{
	background-image:url(../img/shop/shop_tab_review.png);
	background-repeat:no-repeat;
	padding-top:115px;
	height:155px;
}

#shop-tab-cp{
	background-image:url(../img/shop/shop_tab_cp.png);
	background-repeat:no-repeat;
	padding-top:115px;
	height:155px;
}


#shop-gallery-title{
	background-image:url(../img/shop/gallery_title.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}

#shop-side-title{
	background-image:url(../img/shop/gallery_side_title.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}


#shop-user-title{
	background-image:url(../img/user/title.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}

#shop-cp-title-bg{
	background-image:url(../img/shop/cp_title_bg.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}

#shop-map-title{
	background-image:url(../img/shop/map_title.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}

#shop-review-title{
	background-image:url(../img/shop/review_title.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}

#shop-kuti-title{
	background-image:url(../img/shop/kuti_title.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:53px;
}

#shop-come-title{
	background-image:url(../img/top/top_rank_come_shop_all.png);
	background-repeat:no-repeat;
	padding-left:450px;
	height:70px;
}

#cp_table{
	background-color:#FFF;
	border:1px solid #333;
}

.cp_tabletd{
	border-bottom:1px dotted #333;
}


#cp_title{
	background-image:url(../img/shop/shop_info_icon_21.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:10px;
}
#wrapper-shop{
	background-image:url(../img/shop/bg-all.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
}

#wrapper-shop-next{
	background-image:url(../img/shop/bg-all.jpg);
}

#wrapper-sho-bg{
	background-image:url(../img/shop/bg-all.jpg);
	background-repeat:no-repeat;
}

#wrapper-shop-all{
	background-image:url(../img/shop/bg-all.jpg);
	background-repeat:no-repeat;
	background-position:0px 100px;
}

#wrapper-user-all{
	background-image:url(../img/shop/bg-all.jpg);
	background-repeat:repeat-y;
	padding-bottom:10px;
}

#shop-gallery{
	padding-top:80px;
}

#shop-gallery-all{
	padding:20px;
}


#shop-gallery-info{
	background-image:url(../img/shop/shop_gallery_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:233px;
}

#shop-gallery-next{
	width:1000px;
	padding-top:7px;
	margin:0px auto;
	text-align:right;
}

#shop-gallery-data{
	width:1000px;
	padding:20px;
	margin:0px auto;
}

#wrapper-in{
	width:1000px;
	margin:10px auto;
}

#shop-info-left{
	width:510px;
	float:left;
}

#shop-info-right{
	width:420px;
	margin-left:20px;
	float:left;
}

.t_line{
	border-bottom:1px dotted #999;
}

#shop_menu{
	background-color:#FFF;
	background-image:url(../img/shop/shop_menu_bg.png);
	height:120px;
	background-repeat:no-repeat;
	padding:10px 0px 0px 65px;
	margin-top:30px;
}

/**********************************************************************
* ヘッダー 
**********************************************************************/
#header {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
}
#header-left {
	float: left;
	margin-top:10px;
}
#header-right {
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 40px;
}

/**********************************************************************
* search 
**********************************************************************/
#search {
	width: 1000px;
	height:70px;
	margin:20px auto 10px auto;
	background-image:url(../img/design/search_bg.png);
	background-repeat:no-repeat;
}

#search_main {
	width: 940px;
	height:300px;
	padding:100px 0px 0px 60px;
	background-repeat:no-repeat;
}

#search-in-left {
	margin:0px 0px 0px 223px;
	padding-top:30px;
	width:220px;
	float:left;
}

#search-in-right {
	margin:0px 0px 0px 23px;
	padding-top:30px;
	width:520px;
	float:left;
}

#cp-main{
	background-color:#FFF;
	margin:5px auto;
	padding-left:230px;
	background-image:url(../img/top/img_01.png);
	background-repeat:no-repeat;
	height:90px;
	padding-top:20px;
}

#cp-left{
	float: left;
	width:750px;
	background-color: #03F;
}

#cp-right{
	float: left;
	width:280px;
	background-color: #c00;
	margin-left:10px;
}

#wrapper-gallery{
	background-image:url(../img/top/img_02.png);
	background-repeat:no-repeat;
	padding:70px 20px 20px 30px;
	margin-top:10px;
	margin-bottom:10px;
}

#wrapper-rank{
	background-image:url(../img/top/top_rank.png);
	background-color:#fff;
	background-repeat:no-repeat;
	border:2px solid #FFF;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}


#wrapper-rank-all{
	background-image:url(../img/top/top_rank_all.png);
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}

#wrapper-rank-come{
	background-image:url(../img/top/top_rank_come.png);
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}


#rank_1 {
	background-image:url(../img/top/top_rank_1.png);
	background-repeat:no-repeat;
	padding:17px 30px 10px 55px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

#rank_come_1 {
	background-image:url(../img/top/top_rank_come_1.png);
	background-repeat:no-repeat;
	padding:17px 30px 10px 55px;
	margin-bottom:5px;
	font-weight:bold;
}

#rank_2 {
	background-image:url(../img/top/top_rank_2.png);
	background-repeat:no-repeat;
	padding:17px 30px 10px 55px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

#rank_come_2 {
	background-image:url(../img/top/top_rank_come_2.png);
	background-repeat:no-repeat;
	padding:17px 30px 10px 55px;
	margin-bottom:5px;
	font-weight:bold;
}

#rank_3 {
	background-image:url(../img/top/top_rank_3.png);
	background-repeat:no-repeat;
	padding:17px 30px 10px 55px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

#rank_come_3 {
	background-image:url(../img/top/top_rank_come_3.png);
	background-repeat:no-repeat;
	padding:17px 30px 10px 55px;
	margin-bottom:5px;
	font-weight:bold;
}

#wrapper-rank-menu{
	text-align:right;
	padding:10px 0px 10px 300px;
}

#wrapper-coupon-menu{
	background-image:url(../img/top/review.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}


#wrapper-review-menu{
	background-image:url(../img/top/new_come.png);
	background-position:10px 5px;
	background-color:#FFF;
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	border-radius: 3px;         /* CSS3 */
   -moz-border-radius: 3px;    /* Firefox */
   -webkit-border-radius: 3px; /* Safari,Chrome */
}


#wrapper-new-menu{
	background-image:url(../img/top/new_shop.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}

#wrapper-info{
	padding:0px 0px 0px 0px;
	width:920px;
	margin:0px auto;
}

#wrapper-review{
	background-color:#FFF;
	padding:20px 20px 0px 20px;
	margin-top:10px;
}



#wrapper-info-come{
	background-color:#FFF;
	background-image:url(../img/top/new_come.png);
	background-repeat:no-repeat;
	padding:80px 10px 10px 10px;
	margin-top:5px;
	float: left;
	width:585px;
}

#wrapper-info-acc{
	background-color:#FFF;
	background-image:url(../img/top/top_rank_shop.png);
	background-repeat:no-repeat;
	padding:80px 10px 10px 10px;
	margin-top:5px;
	float: left;
	width:280px;
	margin-left:10px;
}

#wrapper-info-key{
	background-color:#FFF;
	background-image:url(../img/top/new_key.png);
	background-repeat:no-repeat;
	padding:80px 10px 10px 10px;
	margin-top:5px;
	float: left;
	width:280px;
	margin-left:10px;
}

#wrapper-shop-left{
	background-image:url(../img/top/tiku_shop.png);
	background-repeat:no-repeat;
	padding-top:70px;
	float: left;
	width:320px;
}

#wrapper-info-left{
	background-color:#FFF;
	background-image:url(../img/top/new_shop.png);
	background-repeat:no-repeat;
	padding:80px 10px 10px 10px;
	margin-top:5px;
	float: left;
	width:280px;
}

#wrapper-info-center{
	background-color:#FFF;
	background-image:url(../img/top/review.png);
	background-repeat:no-repeat;
	padding:80px 10px 10px 10px;
	margin-top:5px;
	float: left;
	width:280px;
	margin-left:10px;
}

#wrapper-info-right{
	background-color:#FFF;
	background-image:url(../img/top/new_news.png);
	background-repeat:no-repeat;
	padding:80px 10px 10px 10px;
	margin-top:5px;
	float: left;
	width:280px;
	margin-left:10px;
}

#wrapper-recommend-right{
	background-image:url(../img/top/new_check.png);
	background-repeat:no-repeat;
	padding-top:70px;
	float: left;
	width:660px;
	margin-left:20px;
}

#wrapper-review-left{
	padding-top:10px;
	float: left;
	width:530px;
}

#wrapper-review-list{
	background-image:url(../img/shop/kuti_title_other.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-top:20px;
	width:900px;
}

#wrapper-review-all{
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-top:20px;
	width:900px;
}

#wrapper-review-right{
	padding-top:10px;
	float: left;
	width:320px;
	margin-left:50px;
}

.new_text{
	font-size:x-small;
	border-top:1px dotted #999;
	padding-top:3px;
	margin-top:3px;
}

.new_text_ramen{
	border-top:1px dotted #999;
	padding-top:3px;
	margin-top:3px;
}

#top-cp-left{
	background-image:url(../img/top/img_03.png);

	background-repeat:no-repeat;
	width:310px;
	height:210px;
	padding:60px 0px 0px 20px;
	float:left;
}

#top-cp-right{
	background-image:url(../img/top/img_04.png);
	background-repeat:no-repeat;
	width:685px;
	margin-left:10px;
	padding:50px 0px 10px 15px;
	float:left;
}


/**********************************************************************
* トップ縦スクロール
**********************************************************************/

#gallery {
	position: relative;
	margin: 0 auto;
	height: 280px;
}

#scrollImg {
	position: relative;
	margin: 0 auto;
	margin-left:-30px;
	width: 100%;
	height: 100%;
}

#scrollImg dl {
	position: absolute;
	height: 280px;
}

#scrollImg dl dt { font-weight: bold; }

.pagenation p {
	padding: 5px;
}
.up {
	position: absolute;
	top: 0;
	left:20px;
	cursor: pointer;
}
.down {
	position: absolute;
	bottom: 0;
	left:20px;
	cursor: pointer;
}


#rank_01{
	width:130px;
	float:left;
	margin-right:10px;
	background-color:#CCC;
}

#rank_02{
	width:160px;
	float:left;
	margin-left:10px;
	background-color:#C90;
}
/**********************************************************************
* フッター
**********************************************************************/

#footer{
	clear:both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer li {
	color: #cc0000;	float: left;
	margin-left:20px;
}

/*#footer_pr{
width                : 1000px;
margin               : 0 auto;
padding              : 30px 0px 0px 0px;
margin-top:15px;
background-image: url(../img/footer_pr.gif);
background-repeat:no-repeat;
}

#footer_topics{
width                : 970px;
margin               : 0 auto;
padding              : 5px;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	color:#999999;
	font-weight:bold;
clear:both;
}

#footer_topics_text{
margin: 5px 10px 5px 15px;
color:#666666;
}*/

.col {
	width: 245px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	margin-left: 10px;
	margin-right:5px;

	padding-top: 12px;
	margin-top: 15px;
	display: inline;
}

.col-search li {
	width:245px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	color: #cc0000;
	padding: 7px 0px 7px 0px;
	margin: 5px 0px 0px 0px;
}

.col-search ul {
	padding:0px 0px 0px 15px;
	margin:0px;
}

.col_area {
	width: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	margin-left: 10px;
	margin-right:5px;
	float: left;
	padding-top: 12px;
	margin-top: 15px;
	display: inline;
	margin-bottom: 15px;
}

.col_area li {
width: 100px;
	float: left;
}

.col2 {
	color:#ffffff;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#c40018;
	margin-top:10px;
}

.footerIcon {
	margin-bottom:5px;
	font-weight:bold;
	list-style-type: none;
	margin-left:-30px;
	font-size: 14px;
}

/**********************************************************************
* 管理画面 
**********************************************************************/

.menu_nav {
	margin:0px;
}
.menu_nav ul {
	list-style:none;
	padding:0;
	height:24px;
	float:left;
}
.menu_nav ul li {
	margin:0;
	padding:0px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;;
	border-right:0px solid #CCC;;
	border-bottom:1px solid #fff;;
	float:left;
}


.menu_nav ul li a {
	display:block;
	margin:0;
	padding:10px 10px;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#ffffff;
	background-color:#c40018;
}


.active a:link{
	background-color:#ffffff;
	color:#333333;
}

.active a:visited{
	background-color:#ffffff;
	color:#333333;
}

#b1{
	border-right:1px solid #CCC;
}

#admin_left{
	width:200px;
	margin:20px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	float:left;
}

#admin_right{
	width:730px;
	margin-top:20px;
	float:left;
}

/**********************************************************************
* Link 
**********************************************************************/

a:link{
text-decoration      :none;
color:#267ada;
}

a:visited{
text-decoration      :none;
color:#267ada;
}

a:hover{
text-decoration      :underline;
}

a:active{
text-decoration      :none;
}


/**********************************************************************
* Other 
**********************************************************************/

.zero{
	padding:0px;
	margin:0px;
}

.table_bg_op {
	background-image:url(../img/shop/shop_tab_gallery_bg.png);
}

.table_bg_op_td{
	padding:5px;
}

.colo-black {color: #000000}
.colo-gray {color: #666}
.colo-silver {color: #c0c0c0}
.colo-white {color: #ffffff}
.colo-navy {color: #000080}
.colo-teal {color: #008080}
.colo-aqua {color: #00ffff}
.colo-blue {color: #0000FF}
.colo-olive {color: #808000}
.colo-green {color: #008000}
.colo-lime {color: #00ff00}
.colo-yellow {color: #ffff00}
.colo-marron {color: #800000}
.colo-purple {color: #800080}
.colo-fuchsia {color: #ff00ff}
.colo-red {color: #c7311f}

.m1 {margin	                :1px;}
.m2 {margin	                :2px;}
.m3 {margin	                :3px;}
.m4 {margin	                :4px;}
.m5 {margin	                :5px;}
.m10 {margin			    :10px;}
.t1 {margin-top				:1px;}
.t2 {margin-top				:2px;}
.t3 {margin-top				:3px;}
.t4 {margin-top				:4px;}
.t5 {margin-top				:5px;}
.t7 {margin-top				:7px;}
.t10 {margin-top			:10px;}
.t15 {margin-top			:15px;}
.t20 {margin-top			:20px;}
.t25 {margin-top			:25px;}
.t30 {margin-top			:30px;}
.t35 {margin-top			:35px;}
.t40 {margin-top			:40px;}
.r1 {margin-right			:1px;}
.r2 {margin-right			:2px;}
.r3 {margin-right			:3px;}
.r4 {margin-right			:4px;}
.r5 {margin-right			:5px;}
.r10 {margin-right			:10px;}
.r15 {margin-right			:15px;}
.r20 {margin-right			:20px;}
.r25 {margin-right			:25px;}
.r30 {margin-right			:30px;}
.r35 {margin-right			:35px;}
.r40 {margin-right			:40px;}
.l1 {margin-left			:1px;}
.l2 {margin-left			:2px;}
.l3 {margin-left			:3px;}
.l4 {margin-left			:4px;}
.l5 {margin-left			:5px;}
.l6 {margin-left			:6px;}
.l7 {margin-left			:7px;}
.l10 {margin-left			:10px;}
.l15 {margin-left			:15px;}
.l20 {margin-left           :20px;}
.l25 {margin-left           :25px;}
.l30 {margin-left           :30px;}
.l35 {margin-left			:35px;}
.l40 {margin-left			:40px;}
.b1 {margin-bottom          :1px ;}
.b2 {margin-bottom          :2px ;}
.b3 {margin-bottom          :3px ;}
.b4 {margin-bottom          :4px ;}
.b5 {margin-bottom          :5px ;}
.b10 {margin-bottom         :10px;}
.b15 {margin-bottom         :15px;}
.b20 {margin-bottom         :20px;}
.b25 {margin-bottom         :25px;}
.b30 {margin-bottom         :30px;}
.b35 {margin-bottom         :35px;}
.b40 {margin-bottom			:40px;}
.b45 {margin-bottom			:45px;}
.b50 {margin-bottom			:50px;}
.b55 {margin-bottom			:55px;}
.b60 {margin-bottom			:60px;}

.f10 {font-size:10px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}
.f24 {font-size:24px;}
.f26 {font-size:26px;}

.cc0000 { color:#CC0000;}
.ddd { color:#dddddd;}
.FF6600 { color:#e47911;}

.b {font-weight:bold;}
.ss{font-size:x-small;}

.l130{line-height:130%;}
.l140{line-height:140%;}
.l150{line-height:150%;}




/**********************************************************************
* TOP menu button
**********************************************************************/
ul#navi { 
     width:40px; 
     margin:0px;
	 padding:0px; 

} 

ul#navi li { 
     list-style:none;
	 border-bottom:1px solid #ddd;
	 margin:3px;
	 
} 

ul#navi li a { 
     display:block; /*インラインからブロック要素へ変更*/ 
     width:120px; /*横幅*/
	 text-decoration:none;
     font-weight:bold; /*テキストの太さ*/ 
     letter-spacing:1px; /*文字間隔*/
	 color:#333;
	 padding:15px 20px 15px 10px;
	 margin:3px;
}
 
ul#navi li a:hover {
	background-position:-150px 0px;
	background-position:center right; /*メニュー画像*/ 
     background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
