@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* Base Weblog (base-weblog.css) */

/* basic elements */

html{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

/* Common */
a:link,
a:visited{
	color:#9B542A;
	text-decoration:underline;
}
a:hover,
a:active{
	color:#9B542A;
	text-decoration:none;
}
a.on{
	color:#9B542A;
	text-decoration:none;
	font-weight:bold;
}
p{
	line-height:140%;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body.layout-three-column-seo{
	text-align: center; /* center on ie */
	background-image:url(img/bodyLine.gif);
	background-repeat:repeat-x;
	background-position:left 146px;
}
#container
{
   position: relative;
   margin: 0 auto 10px; /* center on everything else */
   width: 720px;
   text-align: left;
}
body.layout-three-column-seo #container{
	width:1024px;
	margin:0px;
	margin:0 auto;
}

#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#footer { position: relative; width: 100%; }
#footer-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta, #epsilon

{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner, #epsilon-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}


/* footer */
#footer{
	clear:both;
}
#footer p#footerGoTop{
	width:920px;
	margin:0px;
	padding:0px;
	margin:0px auto;
	text-align:right;
	background-color:transparent;
	color:#333333;
}


#footer-inner{
	margin:0px;
	padding:0px;
	background-image:url(img/bg_dotKhaki.gif);
	background-repeat:repeat;
	clear:both;
}
#footer ul,
#footer ul li{
	margin:0px;
	padding:0px;
}
#footer ul{
	width:921px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:30px;
}

#footer ul li{
	display:inline;
	margin-left:-4px;
	padding-left:8px;
	margin-right:7px;
	border-left:1px solid #C1BED1;
	font-size:10px;/* IE678*/
}
html:not(:target) #footer ul li{ font-size:11px;}/* IE678以外*/

#footer p#copyRight{
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	background-color:#BCD732;
	color:#333333;
	font-size: 10px;
}

/* Custom CSS for 2Sendai */

/* basic page elements */

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 5px;
   color: #fff;
   background: #a1a1a1;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a1a1a1;
   padding: 0 10px;
   color: #000;
   font-size: 11px;
   text-align: center;
   background: #e3e3e3;
}

.comments-open-footer
{
   margin: 10px 0;
}



/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #e6ecf2;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

/* override for 2Sendai */

#banner
{
	margin-top: 5px;
	width: 720px;
	background-color: white;
}

#banner-inner
{
	padding: 0;
	border: solid 1px #a1a1a1;
	overflow: hidden;
}

#banner-header
{
	margin: 0;
	display: block;
}

#alpha { margin: 5px 10px 0 10px; width: 440px; }
#beta { margin: 5px 10px 0 10px; width: 240px; }
#gamma, #delta { width: 160px; }
#epsilon { margin: 5px 10px 0 10px; width: 700px; }

#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 1px;
   border-style: solid;
   border-color: #fff;
}


#alpha-beta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	width: 720px;
	min-height: 1px;
}

#alpha-beta-inner
{
	position: static;
}

#alpha-gamma{
	width:710px;
	float:right;
}

#alpha-gamma #alpha{
	width:440px;
	float:left;
}

#alpha-gamma #gammma{
	width:240px;
	float:right;
}

/* inside alpha */

.intro .logo_n_image1 img{
	vertical-align:text-bottom;
}

.info{
	margin-top: 30px;
}

.info h4{	
	margin:0px;
	margin-bottom:15px;
	padding:5px;
	background-image:url(img/bg_dotSkin.gif);
	background-repeat:repeat;
	color:#F33E71;
	font-weight:bold;
}
.info-A,
.info-B{
	margin-top:20px;
}
.info-A p,
.info-B p{
	margin:0px;
	padding-left:5px;
	padding-right:5px;
}

.info-A .info-image{
	margin: 5px;
	margin-top:0px;
	float: left;
}

.info-B .info-image{
	margin: 5px;
	margin-top:0px;
	float: right;
}

.entry-more h4
{
	height: 20px;
	padding: 6px 5px;
	background-color: #b16b0f;
	font-family: arial, 'trebuchet ms', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

/* inside beta */

#beta h4
{
	height: 22px;
	padding: 4px 0;
	background-color: #b16b0f;
	color: #ffffff;
	font-family: arial, 'trebuchet ms', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/* three-column-seo tweaks */
/* #### for Top and Category pages ### */

.layout-three-column-seo #banner{	
	margin:0px;
	padding:0px;
	width:1024px;
	position:relative;
	background-image:url(img/headerImg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
}

.layout-three-column-seo #banner-inner{
	padding:0px;
	height:150px;
	border:none;
}

.layout-three-column-seo #banner h1#description{
	position:absolute;
	top:10px;
	right:52px;
	margin:0px;
	padding:0px;
	color:#666666;
	border:none;
	z-index:auto;
	font-size:10px;/*IE678*/
}
html:not(:target) .layout-three-column-seo #banner h1#description{ font-size:11px;}/* IE678以外*/

.layout-three-column-seo #banner p.banner-msg{
	width:182px;
	position: absolute;
	display: block;
	top:26px;
	left:50px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #333;
	font-size: 12px;
	z-index:auto;
}
.layout-three-column-seo #banner p#banner-header{
	position:absolute;
	top:30px;
	right:52px;
}
.layout-three-column-seo #pagebody{
	background-color: transparent;
	margin:0px;
	margin-top:20px;
	margin-left:52px;
	padding-bottom:50px;
	width:920px;
}
.layout-three-column-seo #alpha-beta{
	margin: 0px;
	padding:0px;
	float: left;
	width: 650px;
}

.layout-three-column-seo #alpha-beta-inner
{
	position: static;
}

.layout-three-column-seo #alpha{
	float: right;
	margin: 0px;
	padding:0px;
	width: 440px;
	background-color: transparent;
}

.layout-three-column-seo #alpha-inner{
	padding:0px;
	margin:0px;
	border:none;
}

.layout-three-column-seo #beta{
	float: left;
	margin: 0px;
	width: 181px;
	background-color:transparent;
}

.layout-three-column-seo #beta-inner{
	padding:0px;
	border:none;
}

.layout-three-column-seo #gamma{
	float: right;
	margin: 0px;
	padding:0px;
	width: 240px;
	background-color: transparent;
}

.layout-three-column-seo #gamma-inner{
	padding:0px;
	margin:0px;
	border:none;
}

/* inside gamma */

#gamma h4
{
	padding: 2px 0;
	background-color: #0084ca;
	color: #ffffff;
	font-family: arial, 'trebuchet ms', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.layout-three-column-seo #gamma h4{
	padding:0px;
	margin:0px;
	text-align:left;
	background-color:transparent;
	font-size:12px;
	color:#333333;
}

#gamma dl,
#gamma dt,
#gamma dd{
	margin:0px;
	padding:0px;
}

#gamma .search h2{
	display: none;
}
#gamma .search .module-content{
   position: relative;
   margin:0px;
}
#gamma .search #search{
	width:162px !important;
	width:164px;
	height:20px !important;
	height:22px;
	border:1px solid #DEBA76;
	font-size:13px;
}
.search table{
	width:200px;
	margin-left:10px;
}
.search table th{
	text-align:left;
	padding-bottom:5px;
}
.search table td{
	font-size:12px;
}
.search table td.searchSubmit{
	padding-left:5px;
}

/* homeQR */
.mobile-info p{
	font-family: verdana, 'trebuchet ms', sans-serif;
	word-break: break-all;
}

.layout-three-column-seo #delta{
	width:240px;
	margin:0px;
	margin-left:0px !important;
	margin-left:4px;
	margin-bottom:15px;
	display:block;
	float:none;
	position:static;
}

.layout-three-column-seo #delta-inner{
	padding:0px;
	margin:0px;
	width:215px;
	padding-left:10px;
	background-color: transparent;
	border:none;
}
.layout-three-column-seo #delta.mobile-info{
	margin-top:15px;
}
.layout-three-column-seo .mobile-info h3,
.layout-three-column-seo .mobile-info p{
	margin:0px;
	padding:0px;
}
.layout-three-column-seo .mobile-info p#mobileTopQR{
	width:68px !important;
	width:70px;
	float:left;
}
.layout-three-column-seo .mobile-info p#mobileTopQR img{
	padding:0px;
	padding:5px;
	border:1px solid #DEBA76;
}
.layout-three-column-seo .mobile-info h3{
	width:137px;
	float:right;
}
.layout-three-column-seo .mobile-info h3 img{
	margin-top:27px;
}

/* bunnerArea */

#bunnerArea{
	clear:both;
	padding-bottom:10px;
	margin-top:15px;
	color:#666666;
	background-image:url(img/bg_dotKhaki.gif);
	background-repeat:repeat;
}
#bunnerArea dl{
	margin-left:10px;
	width:220px;
}
#bunnerArea dt,
#bunnerArea dd{
	line-height:140% !important;
	line-height:160%;
	font-size:10px;/* IE678 */
}
html:not(:target) #bunnerArea dt,
html:not(:target) #bunnerArea dd{ font-size:11px;}/* IE678以外*/

#bunnerArea dt{
	padding-top:10px;
	margin-bottom:4px;
	line-height:100%;
}
#bunnerArea dt img{
	vertical-align:text-bottom;
}
#bunnerArea dd{
	padding-bottom:5px;
	background-image:url(img/bg_dotLineGray.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
#bunnerArea dd#bunnerAreaLast{
	background:none;
}

/*coupon*/
.layout-three-column-seo #coupon{
	margin-bottom:10px;
}
.layout-three-column-seo #coupon-inner p{
	margin:0px;
	padding:0px;
}

/*Topics*/
.layout-three-column-seo #topics{
	margin-bottom:10px;
}
.layout-three-column-seo #topics-inner{
	padding-left:10px;
	padding-right:10px;
	width:216px;
}

/*producMenu*/
.layout-three-column-seo #extra1{
	margin-bottom:10px;
}
.layout-three-column-seo #extra1-inner{
	padding-left:10px;
	padding-right:10px;
	width:216px;
}

/*shopData*/
.layout-three-column-seo #data{
	margin-bottom:10px;
}
.layout-three-column-seo #data-inner{
	padding-left:10px;
	padding-right:10px;
	width:216px;
}
.layout-three-column-seo #data-inner-map img{
	vertical-align:text-bottom;
}

/* shopQR */
.shopMB_QR p{
	text-align:center;
	font-size:10px;
	line-height:120%;
	margin:0px;
	padding:0px;
}

/* gammaBoxCommon */
#gamma .tab_wob table
{
	border: none;
	border-collapse: separate;
	border-spacing: 4px 6px;
}

#gamma .tab_wnb table
{
	margin: 0 auto 0 15px;
	border: 1px solid #a1a1a1;
	border-collapse: collapse;
}

#gamma .tab_wnb tr
{
	border: 1px solid #a1a1a1;
}

#gamma .tab_wnb th
{
	padding: 4px 6px;
	border: 1px solid #a1a1a1;
	width: 60px;
}

#gamma .tab_wnb td
{
	padding: 4px 6px;
	border: 1px solid #a1a1a1;
}

#gamma .tab_wb table{
	margin-top:5px;
	margin-bottom:5px;
	width:216px;
	border-collapse: collapse;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#gamma .tab_wb th,
#gamma .tab_wb td{
	padding:5px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#gamma .tab_wb th{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	background-color:#F0EBDE;
	white-space:nowrap;
}
#gamma .tab_wb td{
	line-height:140%;
}


.boxG_BrTop{
	background-image:url(img/boxGamma_brownTop.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:5px;
}
.boxG_BrBtm,
.layout-three-column-seo .module-search0{
	padding-bottom:5px;
	background-image:url(img/boxGamma_brownBtm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.boxG_BrMdl{
	border-left:2px solid #ECD6AF;
	border-right:2px solid #ECD6AF;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}

.layout-three-column-seo #epsilon
{
	margin: 10px 10px 10px 10px;
	width: 700px;
	background-color: transparent;
}

.layout-three-column-seo #epsilon-inner
{
	padding: 5px;
	background-color: #fff;
	border: 1px dashed #e3e3e3;
}

/* inside alpha */
/* for Top page */

/*pagebodyCommon*/

.entryTitle{
	width:440px;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:15px;
	background-image:url(img/bg_dotSkin.gif);
	background-repeat:repeat;
}

.boxA_BrTop{
	background-image:url(img/boxAlpha_brownTop.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:10px;
}

.boxA_BrMdl{
	background-color:#FFFFFF;
	border-left:3px solid #ECD6AF;
	border-right:3px solid #ECD6AF;
}

.boxA_BrBtm{
	background-image:url(img/boxAlpha_brownBtm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:10px;
}
.BoxA_GrTop{
	background-image:url(img/boxAlpha_greenTop.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:7px;
}
.BoxA_GrBtm{
	background-image:url(img/boxAlpha_greenBtm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:7px;
}
.BoxA_GrMdl{
	border-left:3px solid #D2E13C;
	border-right:3px solid #D2E13C;
}


/*about*/
#about{
	margin-bottom:30px;
}

#about .boxA_BrMdl{
	padding-top:12px;
	padding-bottom:12px;
}
#about p{
	margin:0px;
	padding:0px;
}
#aboutHead{
	margin-bottom:20px;
	padding-left:20px;
}
#aboutHead h2{
	margin:0px;
	padding:0px;
	width:116px;
	float:left;
}
#aboutHead p{
	width:280px;
	float:left;
}
#aboutBody{
	clear:both;
	width:400px;
	margin-left:20px;
}

#aboutStep{
	height:149px;
	margin-top:10px;
	background-image:url(img/bg_step.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
}
#aboutStep dl,
#aboutStep dt,
#aboutStep dd{
	margin:0px;
	padding:0px;
}

#aboutStep dl{
	width:133px;
	float:left;
}
#aboutStep dl,
#aboutStep dt,
#aboutStep dd{
	text-align:center;
}
#aboutStep dd{
	margin-top:10px;
}
#aboutStep_02 dd img{
	margin-top:11px;
}
#aboutStep_03 dd img{
	margin-left:13px;
	margin-top:3px;
}

.topBn_special{
	margin:0px;
	padding:0px;
	margin-bottom:30px;
	text-align:center;
}

/* recom */
.layout-three-column-seo #alpha h3{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#333333;
	background-color:transparent;
}

.layout-three-column-seo #alpha .recommend{
	margin:0px;
	margin-top:20px;
	padding: 0px;
	padding-bottom:10px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.layout-three-column-seo #alpha .recommend h4{
	margin:0px;
	padding:0px;
	font-size: 15px;
}
.layout-three-column-seo #alpha .recommend h4 a{
	font-weight:bold;
}
.layout-three-column-seo #alpha .entryTitle h4{
	width:260px;
	float:left;
	display:inline;
	padding-left:5px;
}
.layout-three-column-seo #alpha .entryTitle p{
	width:160px;
	margin:0px;
	padding:0px;
	padding-right:5px;
	float:right;
	display:inline;
	text-align:right;
	color:#666666;
	font-size:10px;/*IE678*/
}
html:not(:target) .layout-three-column-seo #alpha .entryTitle p{ font-size:11px;}/* IE678以外*/

.layout-three-column-seo #alpha .recommend .recommend-inner{
	position: static;
	margin:0px;
	padding:0px;
}
.layout-three-column-seo #alpha .recommend img.shop_image_top{
	margin-right:5px;
	display:inline;
	float: left;
}
.layout-three-column-seo #alpha .recommend .recommend-inner p.recommendTxt{
	margin:0px;
	margin-right:5px;
	padding:0px;
	width:280px;
	float:right;
	display:inline;
}
.entry-more-link{
	margin:0px;
	width:435px;
	height:37px;
	clear:both;
	font-size:10px;
  /* \*/overflow: hidden;/**/
}
.entry-more-link a{
	width:122px;
	margin:0px;
	padding:0px;
	padding-top:100%;
	margin-top:10px;
	margin-left:313px;
	display:block;
	background-image:url(img/btn_shopInfo.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.entry-more-link a:hover{
	background-position:left -27px;
}


/*TopNews*/
.layout-three-column-seo #alpha #whatsnew{
	margin-top: 40px;
	padding-bottom:10px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


.layout-three-column-seo #alpha #whatsnew h3{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}
.layout-three-column-seo #alpha #whatsnew ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.layout-three-column-seo #alpha #whatsnew ul li{
	margin-top:10px;
	padding-left:24px;
	background-image:url(img/arrowPink.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	list-style:none;
	color:#666666;
	font-size:10px;/*IE678*/
}
html:not(:target) .layout-three-column-seo #alpha #whatsnew ul li{ font-size:11px;}/* IE678以外*/

.layout-three-column-seo #alpha #whatsnew ul li a{
	font-size:12px;
	margin-right:0.5em;
}

/* inside alpha */
/* for Category pages */

.layout-three-column-seo #alpha .catTitleTop{
	background-image:url(img/bg_cateTitleTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
}
.layout-three-column-seo #alpha .catTitleBtm{
	background-image:url(img/bg_cateTitleBtm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}
.layout-three-column-seo #alpha .catTitleMdl{
	background-image:url(img/bg_cateTitleMdl.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.layout-three-column-seo #alpha .catTitle h2{
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-top:3px;
	height:auto !important;
	height:22px;
	min-height:19px;
	font-weight:bold;
	font-size:15px;
}
.beauty{
	background-image:url(img/icon_beauty.gif);
	background-repeat:no-repeat;
	background-position:13px center;
}
.relax{
	background-image:url(img/icon_relax.gif);
	background-repeat:no-repeat;
	background-position:14px center;
}
.healthy{
	background-image:url(img/icon_healthy.gif);
	background-repeat:no-repeat;
	background-position:13px center;
}
.food{
	background-image:url(img/icon_food.gif);
	background-repeat:no-repeat;
	background-position:16px center;
}

.layout-three-column-seo #alpha #shoplist
{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0;
}

.layout-three-column-seo #alpha #shoplist h3
{
	margin: 0;
	padding: 10px;
	background-color: #b16b0f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.layout-three-column-seo #alpha #shoplist h4{
	margin:0px;
	margin-bottom:15px;
	padding:5px;
	background-image:url(img/bg_dotSkin.gif);
	background-repeat:repeat;
	font-size: 15px;
}
.layout-three-column-seo #alpha #shoplist h4 a{
	font-weight:bold;
}

.layout-three-column-seo #alpha #shoplist .shoplist-item{
	position: static;
	margin-top:20px;
	padding-bottom:10px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.layout-three-column-seo #alpha #shoplist .shoplist-itemTxt{
	margin:0px;
	margin-right:5px;
	padding:0px;
	width:300px;
	float:right;
	display:inline;
}

.layout-three-column-seo #alpha #shoplist img.shop_image_category{
	display:inline;
	float: left;
	margin-right:5px;
}
#shoptitle{
	margin-bottom:15px;
}
#shoptitle-inner{
	padding-left:20px;
	padding-right:20px;
	min-height:22px;
}
#shoptitle p,
#shoptitle h2{
	margin:0px;
	padding:0px;
}

#shoptitle h2{
	width:405px;
	float:left;
	font-weight: bold;
	font-size: 18px;
}

#shoptitle span.ruby{
	vertical-align:text-bottom;
	margin-left:13px;
	font-size:10px;/* IE678*/
	font-weight:normal;
}
html:not(:target) #shoptitle span.ruby{ font-size:11px;}/* IE678以外*/

.shoptitle_Top{
	background-image:url(img/bg_shopTitleTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
}
.shoptitle_Btm{
	background-image:url(img/bg_shopTitleBtm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}
.shoptitle_Mdl{
	background-image:url(img/bg_shopTitleMdl.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#shoptitle p.category{
	width:220px;
	float:right;
	text-align:right;
	font-size:10px;/* IE678*/
}
html:not(:target) #shoptitle p.category{ font-size:11px;}/* IE678以外*/

/*特集*/

#special h2{
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight:bold;
}
#special p{
	margin-bottom:10px;
}
.speTitle{
	padding-left:50px;
}
.speTitleTop{
	background-image:url(img/bg_speTitleTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
}
.speTitleBtm{
	background-image:url(img/bg_speTitleBtm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}
.speTitleMdl{
	background-image:url(img/bg_speTitleMdl.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.special{
	background-image:url(img/icon_special.gif);
	background-repeat:no-repeat;
	background-position:15px center;
}
.specialTopImg{
	width:430px;
	margin-left:5px;
}
#special .interview{
	margin-top:20px;
	padding-bottom:10px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#special .interview ul{
	margin:0px;
	padding:0px;
	padding-top:10px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#special .interview ul li{
	list-style:none;
	margin-top:5px;
	font-size:10px;/* IE678*/
}
html:not(:target) #special .interview ul li{ font-size:11px;}/* IE678以外*/


#backNumber{
	clear:both;
	margin-top:50px;
}
#backNumber h4,
#backNumber ul,
#backNumber li{
	margin:0px;
	padding:0px;
}
#backNumber li{
	margin-top:10px;
	padding-left:24px;
	background-image:url(img/arrowPink.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	list-style:none;
	line-height:140%;
}

/* inside alpha */
/* for Invitation page */

.layout-three-column-seo #alpha #omochidesuka h2{
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight: bold;
}
.layout-three-column-seo #alpha #omochidesuka h3{
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
	font-size:15px;
	font-weight: bold;
}
.layout-three-column-seo #alpha #omochidesuka #omochinokata{
	margin-bottom:20px;
}
.layout-three-column-seo #alpha #omochidesuka #omochinokata h4,
.layout-three-column-seo #alpha #omochidesuka #omochidenaikata h4{
	margin:0px;
	padding:0px;
	background-image:url(img/bg_dotSkin.gif);
	background-repeat:repeat;
	padding:5px;
}

.layout-three-column-seo #alpha #omochidesuka #omochinokata h4 span,
.layout-three-column-seo #alpha #omochidesuka #omochidenaikata h4 span{
	background-image:url(img/arrowBlack.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
}
.layout-three-column-seo #alpha #omochidesuka h4{
	margin:0px;
	padding:0px;
	font-weight: bold;
}

.layout-three-column-seo #alpha #omochidesuka p{
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}
.layout-three-column-seo #alpha #invitation-information{
	margin-top:30px;
}
.layout-three-column-seo #alpha #invitation-information h3{
	margin: 0px;
	padding:0px;
	font-weight: bold;
}

.layout-three-column-seo #alpha #invitation-information h4
{
	margin-top: 0px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 14px;
}

.layout-three-column-seo #alpha #invitation-information dl{
	margin: 10px;
	margin-top:15px;
	padding: 0;
}

.layout-three-column-seo #alpha #invitation-information dt{
	padding-left:20px;
	background-image:url(img/icon_squareBk.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.layout-three-column-seo #alpha #invitation-information dt,
.layout-three-column-seo #alpha #invitation-information dd,
.layout-three-column-seo #alpha #invitation-information ul li{
	line-height:150%;
}

.layout-three-column-seo #alpha #invitation-information ul{
	margin-left:25px;
	padding: 0px;
}
#newCampain{
	color:#F13F71;
}
.layout-three-column-seo #alpha #invitation-information #newCampain p,
.layout-three-column-seo #alpha #invitation-information #newCampain ul,
.layout-three-column-seo #alpha #invitation-information #newCampain li{
	margin:0px;
	padding:0px;
	margin-left:5px;
}
.layout-three-column-seo #alpha #invitation-information #newCampain li{
	list-style:none;
}

.layout-three-column-seo #alpha #inquiry{
	margin-top:30px;
}

.layout-three-column-seo #alpha #inquiry h3{
	margin: 0px;
	padding:0px;
	font-weight: bold;
}

.layout-three-column-seo #alpha #inquiry h4{
	margin:0px;
	margin-top:15px;
	margin-left:5px;
	margin-bottom:5px;
	padding:0px;
	font-weight: bold;
}

.layout-three-column-seo #alpha #inquiry p{
	margin:0px;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
}
.layout-three-column-seo #alpha #inquiry ul,
.layout-three-column-seo #alpha #inquiry li{
	margin:0px;
	padding:0px;
}
.layout-three-column-seo #alpha #inquiry ul{
	margin-left:20px;
}
.layout-three-column-seo #alpha #inquiry li{
	margin-top:5px;
}

.layout-three-column-seo #alpha #inquiry table{
	margin:0px;
	padding:0px;
	border:none;
	width:430px;
	margin-left:5px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.layout-three-column-seo #alpha #inquiry table th,
.layout-three-column-seo #alpha #inquiry table td{
	border:none;
	margin:0px;
	padding:0px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:text-bottom;
}
.layout-three-column-seo #alpha #inquiry table th{
	padding:5px;
	font-weight:normal;
	text-align:left;
	background-color:#F0EBDE;
}
.layout-three-column-seo #alpha #inquiry table td{
	padding-left:10px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

/* inside alpha */
/* for ABOUT_SENDAI page */

#about_sendai{
	width:430px;
	margin-top:10px;
	margin-left:5px;
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:top;	
}

#about_sendai-inner{
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}

.layout-three-column-seo #alpha #links{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0;
}
.layout-three-column-seo #alpha #links h2{
	margin:0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}

.layout-three-column-seo #alpha #links hr{
	border:1px solid #eeeeee;
}

.layout-three-column-seo #alpha #LinkList{
	clear:both;
}

.layout-three-column-seo #alpha #LinkList h4{
	margin:0px;
	margin-top:30px;
	padding:5px;
	background-image:url(img/bg_dotSkin.gif);
	background-repeat:repeat;
	font-weight: bold;
}
.layout-three-column-seo #alpha #LinkList ul{
	margin:0px;
	padding:0px;
	margin-left:25px;
}
.layout-three-column-seo #alpha #LinkList ul li{
	margin-top:10px;
}

.layout-three-column-seo #alpha #LinkList ul li a:link,
.layout-three-column-seo #alpha #LinkList ul li a:visited{
	color:#535353;
}
.layout-three-column-seo #alpha #LinkList ul li a:hover,
.layout-three-column-seo #alpha #LinkList ul li a:active{
	color:#9B542A;
}



.layout-three-column-seo #alpha #LinkList .back_to_top{
	margin:0px;
	margin-top:10px;
	margin-right:5px;
	text-align: right;
	font-size:10px;
}


/* CATEGORY Menu */

.layout-three-column-seo #beta h4{
	height:auto;
	padding:0px;
	background-color:transparent;
	font-weight: bold;
	text-align:left;
}

.layout-three-column-seo #category{
	padding:0px;
	padding-top:3px;
	margin:0px;
	margin-bottom: 15px;
	width:181px;
}
.layout-three-column-seo #category-inner{
	margin:0px;
	padding:0px;
	padding-bottom:3px;
}

.layout-three-column-seo #category h4{
	width:175px;
	padding-bottom:2px;
	padding-left:0px;
	margin:0px;
	margin-left:1px;
	background-image:url(img/bg_dotLineGreen.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.layout-three-column-seo #category ul{
	margin:0px;
	padding:0px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:5px;
}
.layout-three-column-seo #category ul#categoryLast{
	margin-bottom:0px;
}

.layout-three-column-seo #category ul li{
	list-style: none;
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
}
.layout-three-column-seo #category ul li.on{
	background-image:url(img/bg_dotYellow.gif);
	background-repeat:repeat;
}
.layout-three-column-seo #category ul li a{
	padding:0px;
	display:inline;
	padding-left:24px;
}
.layout-three-column-seo #category ul li a:link,
.layout-three-column-seo #category ul li a:visited{
	color: #535353;
	text-decoration:underline;
	background-image:url(img/arrowGray.gif);
	background-repeat:no-repeat;
	background-position: 10px center;
}
.layout-three-column-seo #category ul li a:active,
.layout-three-column-seo #category ul li a:hover,
.layout-three-column-seo #category ul li.on a{
	color:#9B542A;
	font-weight: bold;
	text-decoration: none;
	background-image:url(img/arrowBrown.gif);
	background-repeat:no-repeat;
	background-position: 10px center;
}
.layout-three-column-seo p#naviHome{
	margin:0px;
	padding:0px;
	margin-left:5px;
	line-height:100%;
	width:110px;
	height:23px;
  /* \*/overflow: hidden;/**/
}
.layout-three-column-seo p#naviHome a{
	display:block;
	width:115px;
	padding-top:100%;
	background-image:url(img/naviHome.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.layout-three-column-seo p#naviHome a:hover{
	background-position:left -23px;
}

.layout-three-column-seo div.head-link{
	margin-bottom: 15px;
}

/* 特集 */
.layout-three-column-seo #picUp{
	width:177px;
	border:2px solid #F69CA5;
	padding-bottom:5px;
}
.layout-three-column-seo #picUp h4{
	margin:0px;
	padding:0px;
	margin-top:1px;
	margin-left:1px;
	margin-bottom:1px;
}
.layout-three-column-seo #picUp p{
	padding:0px;
	margin:0px;
	margin-left:1px;
	margin-right:1px;
	font-size:10px;
}
.layout-three-column-seo #picUp p span{
	background-image:url(img/bg_dotLineGray.gif);
	background-repeat:repeat-x;
	background-position:left top;
	display:block;
	padding-top:8px;
	padding-bottom:7px;
}
.layout-three-column-seo #picUp p.on{
	background-image:url(img/bg_dotPink.gif);
	background-repeat:repeat;
}

.layout-three-column-seo #picUp a{
	padding-left:24px;
}
.layout-three-column-seo #picUp a:link,
.layout-three-column-seo #picUp a:visited{
	color: #535353;
	text-decoration:underline;
	background-image:url(img/arrowGray.gif);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}

.layout-three-column-seo #picUp a:active,
.layout-three-column-seo #picUp a:hover{
	color:#9B542A;
	font-weight: bold;
	text-decoration: none;
	background-image:url(img/arrowBrown.gif);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
.layout-three-column-seo #picUp p.on a:link,
.layout-three-column-seo #picUp p.on a:visited{
	color:#9B542A;
	font-weight: bold;
	text-decoration: none;
	background-image:url(img/arrowBrown.gif);
	background-repeat:no-repeat;
	background-position: 10px 2px;
}


.layout-three-column-seo #category ul li.current
{
	list-style-type: none;
	background-color: transparent;
	color: #ffcc99;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
}
.layout-three-column-seo span.current
{
	display: block;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: transparent;
	color: #ffcc99;
	font-size: 16px;
	font-weight: bold;
}

/* betaBoxCommon */
.boxB_GrTop{
	background-image:url(img/boxBeta_greenTop.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.boxB_GrBtm{
	background-image:url(img/boxBeta_greenBtm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.boxB_GrMdl{
	border-left:2px solid #D2E13C;
	border-right:2px solid #D2E13C;
	background-color:#FFFFFF;
	padding-bottom:5px;
}


#beta .search{
	margin: 5px 5px 15px 5px;
	background-color: #e3e3e3;
	color: #000;
	font-size: 12px;
}

ul.block-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.block-menu-item{
	display: inline; /* ie win bugfix */
	float: left;
	list-style: none;
	padding-left:14px;
	margin-top:10px;
	background-image:url(img/arrowGreen.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
li.block-menu-item span{
	display:block;
	width:70px;
}

#gamma #The2series
{
	position: relative;
	min-height: 1px;
}

#gamma #The2series-inner
{
	position: static;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
}

.layout-three-column-seo #The2series
{
	margin-bottom: 25px;
}

.layout-three-column-seo #The2series h4
{
	margin: 0;
}

.layout-three-column-seo #The2series ul
{
	list-style: none;
	margin: 15px;
	padding: 0;
	background-color: transparent;
	color: #ffffff;
}

.layout-three-column-seo #The2series ul li
{
	list-style: none;
	margin: 5px;
	background-color: #e3e3e3;
	color: #a1a1a1;
	font-size: 14px;
	border: 1px solid #0084ca;
	text-align: center;
	text-indent: 0px;
}

.layout-three-column-seo #The2series ul li a.disp_block
{
	display: block;
	padding: 5px 0;
	background-color: #e3e3e3;
	color: #a1a1a1;
}

.layout-three-column-seo #The2series ul li a:link,
.layout-three-column-seo #The2series ul li a:visited
{
	background-color: transparent;
	color: #a1a1a1;
	font-size: 14px;
	text-decoration: none;
}

.layout-three-column-seo #The2series ul li a:active,
.layout-three-column-seo #The2series ul li a:hover
{
	background-color: transparent;
	color: #ff9f40;
	font-size: 14px;
	text-decoration: none;
}

/* inside epsilon */
.layout-three-column-seo #epsilon-inner p
{
	margin: 0;
	text-align: center;
}

/* two-column-shop tweaks */
/* #### for Shop pages ### */

.layout-two-column-shop #container
{
	position: static;
}

.layout-two-column-shop #pagebody
{
	position: static;
}

.layout-two-column-shop #alpha-beta
{
	display: block;
	position: static;
	float: none;
	width: 720px;
	min-height: 1px;
}

.layout-two-column-shop #alpha-beta
{
	display: block;
	position: static;
	min-height: 1px;
}

.layout-two-column-shop #delta
{
	width: 240px;
}

.layout-two-column-shop #epsilon
{
	display: block;
	position: static;
	min-height: 1px;
}

/* for COUPON page */

.layout-coupon #container{
	margin: 0px auto;
	margin-top:10px;
	width: 500px;
}
.layout-coupon #container-inner{
	border-left:2px solid #BCD732;
	border-right:2px solid #BCD732;
	border-top:2px solid #BCD732;
	padding:0px;
}
.layout-coupon #couponHead{
	position:relative;
	height:46px;
}
.layout-coupon #container h1{
	width:218px;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:10px;
	left:15px;
}
.layout-coupon #container h2{
	margin: 0px;
	margin-left:2px;
	margin-right:2px;
	padding:0px;
	padding:6px 10px 8px 10px;
	text-align: left;
	background-color:#F37A86;
	color: #ffffff;
	font-size: 15px;
	font-weight:bold;
	line-height:100%;
	background-image:url(img/bg_couponShopName.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.layout-coupon #pagebody{
	width:470px;
	margin-left:15px;
}
.layout-coupon #buttonBlock{
	width:152px;
	position:absolute;
	top:10px;
	right:15px;
}
.layout-coupon #footer{
	text-align:center;
}
.layout-coupon #footer-inner{
	margin:0px;
	padding:0px;
	background:none;
	background-color:#BCD732;
}
.layout-coupon #footer p{
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-bottom:6px;
}

.back_to_top
{
	margin-top: 20px;
	margin-bottom: 0;
	text-align: right;
}

/* for MAP page */

.layout-map #container
{
	margin: 10px auto;
	width: 420px;
	background: #BCD732;
}

.layout-map #container h1
{
	margin: 0;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	background-color: #F37A86;
	color: #fff;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 24px;
}

.layout-map #container h2
{
	margin: 0;
	padding: 5px;
	width: 100%;
	text-align: left;
	background-color: transparent;
	color: #ffffff;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 18px;
}

.layout-map #pagebody
{
	margin: 5px;
	width: 410px;
	background: #fff;
}

.layout-map #pagebody-inner
{
	padding: 5px;
}

.layout-map #buttonBlock
{
	margin: 5px;
	text-align: right;
}

/* fontColorStyle */
.txtPink{ color:#F13F71;}


.side-banner h3{margin:0px; padding:0px; margin-left:11px;}
.side-banner p{text-align:center; margin:0px; padding:0px; padding-top:7px;}

/*clearstyle*/

.clear{clear:both;}
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

