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

/**************************************************
*
*       homepage template base.css (s00012)
*
*	maincolor #000000
*
**************************************************/

/* **************************************

Common

***************************************** */

html {
        margin: 0;
        padding: 0;
        height: 100%;
}

body {
        margin: 0;
        padding: 0;
        height: 100%;
        text-align: center;
        color: #333333;
        -webkit-text-size-adjust: 100%;
        word-wrap: break-word;
}

*html body {
        text-align: center;
        word-wrap: break-word;
}


/* **************************************

Layout

***************************************** */

#wrapper {
        width: 960px;
        margin: 0 auto;
        text-align: left;
}

#header {
        width: 940px;
        margin: 10px auto 0;
}

#contents-p1,
#contents-p2,
#contents-p3 {
        width: 960px;
	background: #ffffff url(../../../img/themed/s00012/contents_bg.gif) repeat-y;
        overflow: hidden;
        padding-top: 1px;
        margin: 0 auto;
}

#contents-p1 #right-col {
        width: 700px;
        float: right;
	margin: 12px 20px 0 0;
        display: inline;
}

#contents-p2 #left-col {
        width: 700px;
        float: left;
	margin: 12px 0 0 20px;
        display: inline;
}

#contents-p1 #left-col {
        width: 210px;
        float: left;
	margin: 12px 0 0 20px;
        display: inline;
}

#contents-p2 #right-col {
        width: 210px;
        float: right;
	margin: 12px 20px 0 0;
        display: inline;
}

#contents-p3 #contents-p3-inner-box {
        width: 920px;
        margin: 10px auto;
}

.box {
        margin: 0 0 15px 0;
        line-height: 1.2em;
        text-justify: inter-ideograph;
        word-wrap: break-word;
}

/* reset
------------------------------------------*/
p {
    font-size: 100%;
    line-height: 1em;
    padding: 0;
}

/* header
------------------------------------------*/
#header #logo {
        float: left;
	margin: 0;
}

#header #information {
        float: right;
        max-width: 940px;
        word-wrap: break-word;
        margin: 0 0 5px 0;
}

#header-nav {
        width: 960px;
	padding-top: 5px;
        margin: 0;
        clear: both;
        overflow: hidden;
	background: url(../../../img/themed/s00012/contents_top_bg.gif) 0 0 no-repeat;
        height: 64px;
}

#header-nav ul {
        width: 940px;
        line-height: 1.2em;
        list-style: none;
        letter-spacing: 0.2em;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 3px 3px 0 0;
        height: 64px;
}

#header-nav li {
        float: left;
        height: 64px;
        margin: 0;
        width: 134px;
	background: url(../../../img/themed/s00012/black/g_nav_off.png) 0 0 no-repeat;
}

#header-nav ul li a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        text-align: left;
        color: #FFFFFF;
        padding: 25px 0 0 28px;
}

#header-nav ul li a:hover,
#header-nav ul li.current a {
        background: url("../../../img/themed/s00012/black/g_nav_on.png") 0 0 no-repeat;
        font-weight: bold;
        color: #333333;
        padding: 25px 0 0 28px;
        height: 39px;
}

#header-nav ul li a:focus {
        outline: none;
}

#header-nav ul li#nav-7 {
        width: 136px;
        background: url("../../../img/themed/s00012/black/g_nav_off_136.png") 0 0 no-repeat;
}

#header-nav ul li#nav-7 a {
        background: url("../../../img/themed/s00012/black/g_nav_off_136.png") 0 0 no-repeat;
}

#header-nav ul li#nav-7 a:hover,
#header-nav ul li#nav-7.current a {
        background: url("../../../img/themed/s00012/black/g_nav_on_136.png") 0 0 no-repeat;
        height: 39px;
}

#nav-ul li a {
    float: left;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    z-index: 200;
}

#nav-ul li img {
    display: none;
}

.group:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#top-img {
        clear: both;
        margin: 0 10px;
	width: 940px;
        overflow: hidden;
}

#top-img img {
        width: 940px;
}

/* crumb（パンくず）
------------------------------------------*/

#crumb {
        width: 920px;
	margin: 10px 0 0 20px;
        overflow: hidden;
}

#crumb ul {
	color: #7b7b7b;
	font-size: 80%;
}

#crumb ul li {
        float: left;
        margin: 0 5px 0 0;
}

#crumb ul li a:hover {
        text-decoration: none;
}

/* sub-menu
------------------------------------------*/
#contents-p1 #sub-menu,
#contents-p2 #sub-menu {
        margin: 0  0 20px 0;
}

#contents-p1 #sub-menu ul,
#contents-p2 #sub-menu ul {
        width: 200px;
        margin: 0 0 0 5px;
}

#contents-p1 #sub-menu ul li,
#contents-p2 #sub-menu ul li {
        background: url(../../../img/themed/s00012/sub_menu_icon.gif) left center no-repeat;
}

#contents-p1 #sub-menu ul li a,
#contents-p2 #sub-menu ul li a {
        text-decoration: none;
        color: #727272;
        display: block;
        border-bottom: 1px dotted #999999;
	margin: 5px 0 5px 6px;
	padding: 5px 0 5px 10px;
        zoom: 1;
}

#contents-p1 #sub-menu a:hover,
#contents-p2 #sub-menu a:hover,
#contents-p1 #sub-menu ul li.current a,
#contents-p2 #sub-menu ul li.current a {
	color: #E60062;
	background: #f0f0f0;
	margin: 5px 0 5px 6px;
	padding: 5px 0 5px 10px;
	border-radius: 0 2px 0 0;
}

/* copyright
------------------------------------------*/
#copyright {
	width: 960px;
	background: url(../../../img/themed/s00012/footer_bg.gif) 0 top no-repeat;
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 0 0 20px 0;
	padding-bottom: 0;
	line-height: 100px;
	font-size: 12px;
}

/* **************************************

Element

***************************************** */

/* Description
------------------------------------------*/
h1 {
        width: 940px;
        margin: 0 auto;
        text-align: left;
        font-size: 80%;
        padding: 10px 5px 0;
}

/* ブロックタイトル　レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .open_hours-center h2,
#contents-p2 #left-col .open_hours-left h2,
#contents-p1 #right-col .article-center h2,
#contents-p2 #left-col .article-left h2,
#contents-p1 #right-col .nostyle-center h2,
#contents-p2 #left-col .nostyle-left h2,
#contents-p1 #right-col .news-center h2,
#contents-p2 #left-col .news-left h2,
#contents-p1 #right-col .news_scroll-center h2,
#contents-p2 #left-col .news_scroll-left h2,
#contents-p1 #right-col .company_info-center h2,
#contents-p2 #left-col .company_info-left h2,
#contents-p1 #right-col .contact-center h2,
#contents-p2 #left-col .contact-left h2,
#contents-p1 #right-col .faq-center h2,
#contents-p2 #left-col .faq-left h2,
#contents-p1 #right-col .blog-center h2,
#contents-p2 #left-col .blog-left h2,
#contents-p1 #right-col .shop-center h2,
#contents-p2 #left-col .shop-left h2 {
	height: 40px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #ffffff;
	text-indent: 0.4em;
        overflow: hidden;
        clear: both;
}

/* ブロックタイトル　レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .open_hours-left h2,
#contents-p2 #right-col .open_hours-center h2,
#contents-p1 #left-col .article-left h2,
#contents-p2 #right-col .article-center h2,
#contents-p1 #left-col .nostyle-left h2,
#contents-p2 #right-col .nostyle-center h2,
#contents-p1 #left-col .news-left h2,
#contents-p2 #right-col .news-center h2,
#contents-p1 #left-col .news_scroll-left h2,
#contents-p2 #right-col .news_scroll-center h2,
#contents-p1 #left-col .company_info-left h2,
#contents-p2 #right-col .company_info-center h2,
#contents-p1 #left-col .contact-left h2,
#contents-p2 #right-col .contact-center h2,
#contents-p1 #left-col .faq-left h2,
#contents-p2 #right-col .faq-center h2,
#contents-p1 #left-col .blog-left h2,
#contents-p2 #right-col .blog-center h2,
#contents-p1 #left-col .shop-left h2,
#contents-p2 #right-col .shop-center h2 {
	width: 210px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
        overflow: hidden;
        clear: both;
}


/* 記事タイトル　レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .article-center h3,
#contents-p2 #left-col .article-left h3,
#contents-p1 #right-col .shop-center h3,
#contents-p2 #left-col .shop-left h3 {
	height: 40px;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.15em;
        clear: both;
}

/* 記事タイトル　レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .article-left h3,
#contents-p2 #right-col .article-center h3,
#contents-p1 #left-col .shop-left h3,
#contents-p2 #right-col .shop-center h3 {
	height: 40px;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.15em;
        clear: both;
}

/* サブメニュー　タイトル
------------------------------------------*/
#sub-menu h4 {
	width: 210px;
	font-weight: bold;
	text-align: center;
        clear: both;
        padding: 12px 0;
}

/* 大きい画像を入れた時にブロックに収まる為の画像自動縮小処理
------------------------------------------*/
#contents-p1 #right-col .box img,
#contents-p2 #left-col .box img {
        max-width: 890px;
}

#contents-p1 #left-col .box img,
#contents-p2 #right-col .box img {
        max-width: 180px;
}

#contents-p1 #left-col .news_scroll-left .box img,
#contents-p2 #right-col .news_scroll-center .box img {
        max-width: 165px;
}

#contents-p1 #right-col .news-center .box img,
#contents-p2 #left-col .news-left .box img,
#contents-p1 #right-col .news_scroll-center .box img,
#contents-p2 #left-col .news_scroll-left .box img {
        max-width: 560px;
}

#contents-p1 #right-col .company_info-center .box img,
#contents-p2 #left-col .company_info-left .box img {
        max-width: 510px;
}

#contents-p1 #left-col .company_info-left .box img,
#contents-p2 #right-col .company_info-right .box img {
        max-width: 120px;
}

/* **************************************

カレンダー

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .open_hours-center .box,
#contents-p2 #left-col .open_hours-left .box {
	width: 680px;
        height: 260px;
	padding: 0;
        margin: 10px 10px 15px;
        height: auto;
        min-height: 260px;
        overflow: hidden;
}

#contents-p1 #right-col .open_hours-center .box .oh_month,
#contents-p2 #left-col .open_hours-left .box .oh_month {
	float: left;
	width: 185px;
	margin: 10px 20px 0 10px;
}

#contents-p1 #right-col .open_hours-center .box .oh_month table,
#contents-p2 #left-col .open_hours-left .box .oh_month table {
	width: 100%;
}

#contents-p1 #right-col .open_hours-center .box .oh_month caption,
#contents-p2 #left-col .open_hours-left.box .oh_month caption {
	color: #404040;
	padding: 0 0 0 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p1 #right-col .open_hours-center .box .oh_month table td,
#contents-p2 #left-col .open_hours-left .box .oh_month table td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}

#contents-p1 #right-col .open_hours-center .box .oh_month .oh_header_sunday,
#contents-p2 #left-col .open_hours-left .box .oh_month .oh_header_sunday {
	color: #ff0000;
}

#contents-p1 #right-col .open_hours-center .box .oh_desc,
#contents-p2 #left-col .open_hours-left .box .oh_desc {
        background: none repeat scroll 0 0 #F9F9F9;
        border: 1px dotted #BBBBBB;
	clear: none;
        margin: 37px 10px 10px;
        float: left;
        height: auto;
        max-width: 230px;
}

#contents-p1 #right-col .open_hours-center .box .oh_desc td,
#contents-p2 #left-col .open_hours-left .box .oh_desc td {
        padding: 5px;
        vertical-align: top;
        max-width: 195px;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .open_hours-left .box,
#contents-p2 #right-col .open_hours-center .box {
	width: 190px;
	height: auto;
	padding: 0;
        margin: 5px auto 15px;
        overflow: hidden;
}

#contents-p1 #left-col .open_hours-left .box .oh_month,
#contents-p2 #right-col .open_hours-center .box .oh_month {
	width: 190px;
        margin: 0 auto 20px;
}

#contents-p1 #left-col .open_hours-left .box .oh_month table,
#contents-p2 #right-col .open_hours-center .box .oh_month table {
	width: 100%;
}

#contents-p1 #left-col .open_hours-left .box .oh_month caption,
#contents-p2 #right-col .open_hours-center .box .oh_month caption {
	color: #404040;
	padding: 0 0 0 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p1 #left-col .open_hours-left .box .oh_month table td,
#contents-p2 #right-col .open_hours-center .box .oh_month table td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}

#contents-p1 #left-col .open_hours-left .box .oh_month .oh_header_sunday,
#contents-p2 #right-col .open_hours-center .box .oh_month .oh_header_sunday {
	color: #ff0000;
}

#contents-p1 #left-col .open_hours-left .box .oh_desc,
#contents-p2 #right-col .open_hours-center .box .oh_desc {
	clear: both;
        margin: -10px auto 0;
        border: 1px dotted #BBBBBB;
        background: none repeat scroll 0 0 #F9F9F9;
}

#contents-p1 #left-col .open_hours-left .box .oh_desc td,
#contents-p2 #right-col .open_hours-center .box .oh_desc td {
        padding: 5px;
        vertical-align: top;
        max-width: 155px;
}

/* **************************************

見出し＆記事・見出し＆記事（スタイルシート無効）

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .article-center,
#contents-p2 #left-col .article-left,
#contents-p1 #right-col .nostyle-center,
#contents-p2 #left-col .nostyle-left {
        padding: 0;
        overflow: hidden;
}

#contents-p1 #right-col .article-center .box,
#contents-p2 #left-col .article-left .box,
#contents-p1 #right-col .nostyle-center .box,
#contents-p2 #left-col .nostyle-left .box {
        padding: 0;
        margin: 10px 20px 15px;
        height: auto;
        width: 660px;
}

#contents-p1 #right-col .article-center h3,
#contents-p2 #left-col .article-left h3 {
	padding: 0 0 5px;
	height: auto;
	margin: 0 10px 10px -10px;
	border-bottom: 1px dashed #454545;
	width: 676px;
	text-indent: 0.8em;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	font-weight: bold;
}

#contents-p1 #right-col .nostyle-center h3,
#contents-p2 #left-col .nostyle-left h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 100%;
	line-height: 1em;
}

#contents-p1 #right-col .nostyle-center .box p,
#contents-p2 #left-col .nostyle-left .box p {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 100%;
}

#contents-p1 #right-col .nostyle-center .box img,
#contents-p2 #left-col .nostyle-left .box img {
	margin: 0;
	padding: 0;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .article-left,
#contents-p2 #right-col .article-center,
#contents-p1 #left-col .nostyle-left,
#contents-p2 #right-col .nostyle-center {
         padding: 0;
         overflow: hidden;
}

#contents-p1 #left-col .article-left .box,
#contents-p2 #right-col .article-center .box,
#contents-p1 #left-col .nostyle-left .box,
#contents-p2 #right-col .nostyle-center .box {
         padding: 0;
         margin: 5px auto 15px;
         width: 180px;
         height: auto;
}

#contents-p1 #left-col .article-left h3,
#contents-p2 #right-col .article-center h3 {
         margin: 10px 10px 10px -5px;
         border-bottom: 1px dashed #454545;
         padding: 0 0 5px;
         text-indent: 0.4em;
         letter-spacing: 0.2em;
         line-height: 1.3em;
         width: 190px;
         background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
         font-size: 100%;
         font-weight: bold;
         height: auto;
}

#contents-p1 #left-col .nostyle-left h3,
#contents-p2 #right-col .nostyle-center h3 {
         background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	 font-weight: 200;
	 letter-spacing: 0.1em;
	 padding: 0;
	 margin: 0;
	 width: auto;
	 height: auto;
	 text-align: left;
	 font-size: 100%;
	 line-height: 1em;
}

#contents-p1 #left-col .nostyle-left .box p,
#contents-p2 #right-col .nostyle-center .box p {
         margin: 0;
	 padding: 0;
         line-height: 1em;
	 font-size: 100%;
}

#contents-p1 #left-col .nostyle-left .box img,
#contents-p2 #right-col .nostyle-center .box img {
	margin: 0;
	padding: 0;
}

/* **************************************

新着情報（スクロール有）・新着情報（スクロール無）

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .news-center,
#contents-p2 #left-col .news-left,
#contents-p1 #right-col .news_scroll-center,
#contents-p2 #left-col .news_scroll-left {
	padding: 0;
        overflow: hidden;
	width: 700px;
}

#contents-p1 #right-col .news-center .box,
#contents-p2 #left-col .news-left .box,
#contents-p1 #right-col .news_scroll-center .box,
#contents-p2 #left-col .news_scroll-left .box {
        margin: 10px 0 15px 10px;
        padding: 0;
	width: 687px;
}

#contents-p1 #right-col .news_scroll-center .box,
#contents-p2 #left-col .news_scroll-left .box {
	height: 150px;
	overflow: auto;
}

#contents-p1 #right-col .news-center .box dt,
#contents-p2 #left-col .news-left .box dt,
#contents-p1 #right-col .news_scroll-center .box dt,
#contents-p2 #left-col .news_scroll-left .box dt {
	font-weight: bold;
        padding: 6px 0 7px;
  	font-size: 12px;
	float: left;
	letter-spacing: 1px;
	line-height: 120%;
	width: 100px;
}

#contents-p1 #right-col .news_scroll-center .box dt,
#contents-p2 #left-col .news_scroll-left .box dt {
        width: 7.8em;
}

#contents-p1 #right-col .news-center .box dd,
#contents-p2 #left-col .news-left .box dd,
#contents-p1 #right-col .news_scroll-center .box dd,
#contents-p2 #left-col .news_scroll-left .box dd {
        width: 560px;
	margin: 0 0 5px;
	padding: 6px 0 7px 8em;
	line-height: 120%;
	letter-spacing: 1px;
	border-bottom: 1px dotted #bfbfbf;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .news-left,
#contents-p2 #right-col .news-left,
#contents-p1 #left-col .news_scroll-left,
#contents-p2 #right-col .news_scroll-center {
	padding: 0;
        overflow: hidden;
}

#contents-p1 #left-col .news-left .box,
#contents-p2 #right-col .news-center .box,
#contents-p1 #left-col .news_scroll-left .box,
#contents-p2 #right-col .news_scroll-center .box {
	width: 186px;
	padding: 10px;
        margin: 5px 0 15px 2px;
        background: none repeat scroll 0 0 #F8F8F8;
}

#contents-p1 #left-col .news_scroll-left .box,
#contents-p2 #right-col .news_scroll-center .box {
	height: 150px;
	overflow: auto;
}

#contents-p1 #left-col .news-left .box dt,
#contents-p2 #right-col .news-center .box dt,
#contents-p1 #left-col .news_scroll-left .box dt,
#contents-p2 #right-col .news_scroll-center .box dt {
        letter-spacing: 1px;
	font-weight: bold;
	padding: 0;
	font-size: 12px;
}

#contents-p1 #left-col .news-left .box dd,
#contents-p2 #right-col .news-center .box dd,
#contents-p1 #left-col .news_scroll-left .box dd,
#contents-p2 #right-col .news_scroll-center .box dd {
        margin: 0 0 5px;
	padding: 5px;
	border-bottom: 1px solid #bfbfbf;
        line-height: 1.3em;
}

/* **************************************

お店情報・会社概要

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .company_info-center,
#contents-p2 #left-col .company_info-left {
	padding: 0;
}

#contents-p1 #right-col .company_info-center .box,
#contents-p2 #left-col .company_info-left .box {
        margin: 10px 10px 15px;
}

#contents-p1 #right-col .company_info-center table,
#contents-p2 #left-col .company_info-left table {
	width: 680px;
        margin: 0;
        table-layout: fixed;
}

#contents-p1 #right-col .company_info-center table th,
#contents-p2 #left-col .company_info-left table th {
       background: none repeat scroll 0 0 #F0F0F0;
       border: 1px solid #BFBFBF;
       font-size: 12px;
       letter-spacing: 0.1em;
       padding: 10px;
       width: 130px;
       word-wrap: break-word;
}

#contents-p1 #right-col .company_info-center table td,
#contents-p2 #left-col .company_info-left table td {
       border: 1px solid #BFBFBF;
       line-height: 1.5em;
       padding: 10px;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .company_info-left,
#contents-p2 #right-col .company_info-center {
	padding: 0;
}

#contents-p1 #left-col .company_info-left .box,
#contents-p2 #right-col .company_info-center .box {
        margin: 5px auto 15px;
        width: 200px;
}

#contents-p1 #left-col .company_info-left table,
#contents-p2 #right-col .company_info-center table {
        margin: 0;
        width: 200px;
	table-layout: fixed;
        overflow: hidden;
}

#contents-p1 #left-col .company_info-left table th,
#contents-p2 #right-col .company_info-center table th {
        background: none repeat scroll 0 0 #F0F0F0;
	padding: 10px;
	border: 1px solid #BFBFBF;
	width: 50px;
	letter-spacing: 0.1em;
	word-wrap: break-word;
}

#contents-p1 #left-col .company_info-left table td,
#contents-p2 #right-col .company_info-center table td {
	border: 1px solid #BFBFBF;
	padding: 10px;
	line-height: 1.2em;
}

/* **************************************

お問い合わせ

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .contact-center,
#contents-p2 #left-col .contact-left {
	padding: 0;
        word-wrap: break-word;
}

#contents-p1 #right-col .contact-center .box,
#contents-p2 #left-col .contact-left .box {
        padding: 0;
        margin: 10px 10px 15px;
}

#contents-p1 #right-col .contact-center table,
#contents-p2 #left-col .contact-left table {
        margin: 10px 0;
	width: 680px;
	table-layout: fixed;
}

#contents-p1 #right-col .contact-center table th,
#contents-p2 #left-col .contact-left table th {
	width: 130px;
	padding: 10px;
	letter-spacing: 0;
	border: 1px solid #bfbfbf;
	background: #f0f0f0;
	font-size: 90%;
}

#contents-p1 #right-col .contact-center table td,
#contents-p2 #left-col .contact-left table td {
	padding: 10px;
	line-height: 1.5em;
	border: 1px solid #bfbfbf;
}

#contents-p1 #right-col .contact-center table td  input,
#contents-p2 #left-col .contact-left table td input {
	width: 485px;
}

/* テキスト用 */
#contents-p1 #right-col .contact-center table td .text-input input,
#contents-p2 #left-col .contact-left table td .text-input input {
        resize: horizontal;
	overflow: auto;
}

#contents-p1 #right-col .contact-center table td input.input-text-s,
#contents-p2 #left-col .contact-left table td input.input-text-s {
	width: 45%;
}

#contents-p1 #right-col .contact-center table td input.input-text-m,
#contents-p2 #left-col .contact-left table td input.input-text-m {
	width: 80%;
}

#contents-p1 #right-col .contact-center table td input.input-text-l,
#contents-p2 #left-col .contact-left table td input.input-text-l {
	width: 99%;
}

#contents-p1 #right-col .contact-center table td textarea,
#contents-p2 #left-col .contact-left table td textarea {
	height: 200px;
	width: 502px;
        resize: vertical;
}

/* ドロップダウンリスト用 */
#contents-p1 #right-col .contact-center table td .select select,
#contents-p2 #left-col .contact-left table td .select select {
	max-width: 100%;
}

/* ラジオボタン用 */
#contents-p1 #right-col .contact-center table td .radio-style,
#contents-p2 #left-col .contact-left table td .radio-style {
	margin: 5px 0 0;
}

#contents-p1 #right-col .contact-center table td .radio-style input,
#contents-p2 #left-col .contact-left table td .radio-style input {
	margin: 0 6px 0 0;
 	width: 14px;
}

#contents-p1 #right-col .contact-center table td .radio-style label,
#contents-p2 #left-col .contact-left table td .radio-style label {
        display: inline-block;
        vertical-align: top;
        width: 480px;
        word-wrap: break-word;
}

/* チェックボックス用 */
#contents-p1 #right-col .contact-center .inner-table div,
#contents-p2 #left-col .contact-left .inner-table div {
        margin: 0 10px 10px 0;
	border: medium none;
        width: 248px;
        word-wrap: break-word;
}

#contents-p1 #right-col .contact-center .inner-table,
#contents-p2 #left-col .contact-left .inner-table {
        border: medium none;
        width: auto;
}

#contents-p1 #right-col .contact-center .inner-table td,
#contents-p2 #left-col .contact-left .inner-table td {
	padding: 0;
	border: medium none;
	text-align: left;
	vertical-align: top;
        width: auto;
}

#contents-p1 #right-col .contact-center .inner-table .input checkbox,
#contents-p2 #left-col .contact-left .inner-table .input checkbox {
        width: 230px;
}

#contents-p1 #right-col .contact-center .inner-table .input checkbox input,
#contents-p2 #left-col .contact-left .inner-table .input checkbox input {
        width: 15x;
}

/* 説明文用 */
#contents-p1 #rihgt-col .contact-center p,
#contents-p2 #left-col .contact-left p {
	margin: 5px auto;
	text-align: left;
}

#contents-p1 #right-col .contact-center p .example,
#contents-p2 #left-col .contact-left p .example,
#contents-p1 #right-col .contact-center p .char,
#contents-p2 #left-col .contact-left p .char {
	text-align: left;
}

/* 確認ボタン用 */
#contents-p1 #right-col .contact-center .box .submit-button,
#contents-p2 #left-col .contact-left .box .submit-button {
	margin: 5px 0 15px;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .contact-left,
#contents-p2 #right-col .contact-center {
	padding: 0;
}

#contents-p1 #left-col .contact-left .box,
#contents-p2 #right-col .contact-center .box {
	margin: 5px auto 15px;
        width: 200px;
}

#contents-p1 #left-col .contact-left table,
#contents-p2 #right-col .contact-center table {
	width: 200px;
        margin: 0;
        table-layout: fixed;
}

#contents-p1 #left-col .contact-left table th,
#contents-p2 #right-col .contact-center table th {
        background: none repeat scroll 0 0 #F0F0F0;
        border: 1px solid #BFBFBF;
	width: 14px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p1 #left-col .contact-left table td,
#contents-p2 #right-col .contact-center table td {
        border: 1px solid #BFBFBF;
	padding: 10px;
	line-height: 1.5em;
}

#contents-p1 #left-col .contact-left table td input,
#contents-p2 #right-col .contact-center table td input {
	width: auto;
}

#contents-p1 #left-col .contact-left table td input.input-text-s,
#contents-p2 #right-col .contact-center table td input.input-text-s {
	width: 70%;
}

#contents-p1 #left-col .contact-left table td input.input-text-m,
#contents-p2 #right-col .contact-center table td input.input-text-m {
	width: 80%;
}

#contents-p1 #left-col .contact-left table td input.input-text-l,
#contents-p2 #right-col .contact-center table td inpu .input-text-l {
	width: 90%;
}

#contents-p1 #left-col .contact-left table td textarea,
#contents-p2 #right-col .contact-center table td textarea {
	height: 200px;
	width: 140px;
}

#contents-p1 #left-col .contact-left table td .select select,
#contents-p2 #right-col .contact-center table td .select select {
    max-width: 100%;
}

#contents-p1 #left-col .contact-left table td .radio-style label,
#contents-p2 #right-col .contact-center table td .radio-style label {
        display: inline-block;
        vertical-align: top;
        width: 117px;
}

#contents-p1 #left-col .contact-left p,
#contents-p2 #right-col .contact-center p {
	margin: 5px;
}

#contents-p1 #left-col .contact-left .inner-table,
#contents-p2 #right-col .contact-center .inner-table {
	border: none;
	width: auto;
}

#contents-p1 #left-col .contact-left .inner-table div,
#contents-p2 #right-col .contact-center .inner-table div {
    margin-bottom: 10px;
    margin-right: 5px;
    width: 70px;
}

#contents-p1 #left-col .contact-left .inner-table td,
#contents-p2 #right-col .contact-center .inner-table td {
        vertical-align: top;
	padding: 0;
	border: none;
	text-align: left;
}

/* Misc
------------------------------------------*/
.non-disp {
	display: none;
}

/* 入力項目の説明欄の例の文字色 */
.example {
	margin: 3px 0;
	color: #666;
	font-weight: bold;
}

.contact-description {
	margin: 3px 0;
	color: #666;
	font-weight: bold;
}

.char {
	color: #880000;
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 2px 15px;
}

/* 入力項目の必須（※）の色 */
.must {
	color: #e00;
	font-weight: normal;
	padding: 0 0 0 2px;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

/* IME-modeはマックでうまく動作しないため一時保留 */
/* IMEオン （日本語入力モード） */
/*
.ime-on {
	ime-mode: active;
}
*/

/* IMEオフ （半角入力モード） */
/*
.ime-off {
	ime-mode: inactive;
}
*/
.submit-button {
	text-align: center;
	margin-top: 10px
}

/* 送信完了画面
------------------------------------------*/
.mail-result {
	text-align: center;
	font-weight: bold;
	color: #c00;
        margin: 80px auto;
        padding: 20px;
	border: 2px solid #ffd0ba;
	background: #fff7ec;
        width: 400px;
}

.mail-result .text {
	padding: 0 0 0 2em;
	background: url("../../../img/themed/warning01.gif") left center no-repeat;
}

.mail-result .error-text {
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 1em;
}

/* **************************************

よくある質問

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .faq-center,
#contents-p2 #left-col .faq-left {
	padding: 0;
}

#contents-p1 #right-col .faq-center .box,
#contents-p2 #left-col .faq-left .box {
	width: 680px;
	padding: 0;
	line-height: 1.4em;
        margin: 10px 10px 15px;
}

#contents-p1 #right-col .faq-center dt,
#contents-p2 #left-col .faq-left dt {
	padding: 10px 9px;
        margin: 0 auto;
        background: none repeat scroll 0 0 #FFEEEE;
        border: 1px solid #FF9999;
        letter-spacing: 0.2em;
        line-height: 1.4em;
        font-weight: bold;
        width: 660px;
}

#contents-p1 #right-col .faq-center dd,
#contents-p2 #left-col .faq-left dd {
	padding: 10px 9px;
        margin: 10px auto 20px;
        background: none repeat scroll 0 0 #EEFFEE;
        border: 1px solid #99FF99;
        letter-spacing: 0.2em;
        line-height: 1.4em;
        font-weight: bold;
        width: 660px;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .faq-left,
#contents-p2 #right-col .faq-center {
	padding: 0;
        overflow: hidden;
}

#contents-p1 #left-col .faq-left .box,
#contents-p2 #right-col .faq-center .box {
	width: 200px;
        padding: 0;
	line-height: 1.4em;
        margin: 5px auto 15px;
}

#contents-p1 #left-col .faq-left dt,
#contents-p2 #right-col .faq-center dt {
        padding: 10px 9px 10px;
        margin: 0 0 10px;
        background: none repeat scroll 0 0 #FFEEEE;
        border: 1px solid #FF9999;
        letter-spacing: 0.2em;
        line-height: 1.4em;
        font-weight: bold;
        width: 180px;
}

#contents-p1 #left-col .faq-left dd,
#contents-p2 #right-col .faq-center dd {
        padding: 10px 9px 10px;
        margin: 0 0 15px;
        background: none repeat scroll 0 0 #EEFFEE;
        border: 1px solid #99FF99;
        letter-spacing: 0.2em;
        line-height: 1.4em;
        font-weight: bold;
        width: 180px;
}

/* **************************************

自由ページ

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .free_box-center,
#contents-p2 #left-col .free_box-left {
	padding: 0 0 20px 0;
}

#contents-p1 #right-col .free_box-center .box,
#contents-p2 #left-col .free_box-left .box {
	width: 710px;
	margin: 0;
	padding: 0;
}

#contents-p1 #right-col .free_box-center p,
#contents-p2 #left-col .free_box-left p {
	margin: 0;
	font-size: 100%;
}

#contents-p1 #right-col .free_box-center td,
#contents-p2 #left-col .free_box-left td {
	line-height: 1.6em;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/

#contents-p1 #left-col .free_box-left,
#contents-p2 #right-col .free_box-center {
	padding: 0 0 20px 0;
}

#contents-p1 #left-col .free_box-left .box,
#contents-p2 #right-col .free_box-center .box {
	width: 210px;
	margin: 0;
	padding: 0;
}

#contents-p1 #left-col .free_box-left p,
#contents-p2 #right-col .free_box-center p {
	margin: 0;
	font-size: 100%;
}

#contents-p1 #left-col .free_box-left td,
#contents-p2 #right-col .free_box-center td {
	line-height: 1.6em;
}

/* **************************************

ブログ・ブログカテゴリー

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
.box-out {
    margin: 0 0 20px 0;
}

#contents-p1 #right-col .blog-center,
#contents-p2 #left-col .blog-left {
    padding: 0;
}

#contents-p1 #right-col .blog-center h2,
#contents-p2 #left-col .blog-left h2 {
	clear: both;
}

#contents-p1 #right-col .blog-center .box, 
#contents-p2 #left-col .blog-left .box {
    margin: 10px 10px 15px;
    padding: 0;
    width: 680px;
}

#contents-p1 #right-col .blog-center .box .blog-cate,
#contents-p2 #left-col .blog-left .box .blog-cate {
	width: 680px;
	margin: 0;
	font-size: 80%;
        text-indent: 1em;
	border-bottom: 1px solid #454545;
}

#contents-p1 #right-col .blog-center .box .blog-content,
#contents-p2 #left-col .blog-left .box .blog-content {
	font-size: 100%;
        margin: 10px 0;
        width: 660px;
        padding: 0 10px;
        overflow: hidden;
	line-height: 1.3em;
}

#contents-p1 #right-col .blog-center .box .blog-com,
#contents-p2 #left-col .blog-left .box .blog-com {
        width: 680px;
	font-size: 90%;
	text-align: right;
        margin: 0;
	border-top: 1px solid #313131;
	line-height: 1.6em;
        clear: both;
}

#contents-p1 #right-col .blog-center .box ul li,
#contents-p2 #left-col .blog-left .box ul li {
	width: 680px;
	margin: 0;
	line-height: 1.3em;
	padding: 2px 0;
}

#contents-p1 #right-col .blog-center .box ul li.a-parent,
#contents-p2 #left-col .blog-left .box ul li.a-parent {
    border-bottom: 1px solid #BFBFBF;
}

#contents-p1 #right-col .blog-center .box ul li a,
#contents-p2 #left-col .blog-left .box ul li a {
	text-decoration: none;
}

#contents-p1 #right-col .blog-center .box ul li a:hover,
#contents-p2 #left-col .blog-left .box ul li a:hover {
	text-decoration: underline;
}

/* コメント投稿一覧 部分（幅の広いカラム） */
#contents-p1 #right-col .blog-center .comment-box,
#contents-p2 #left-col .blog-left .comment-box {
	clear: both;
        width: 680px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-form,
#contents-p2 #left-col .blog-left .comment-box .comment-form {

}

#contents-p1 #right-col .blog-center .comment-box .comment-form .title,
#contents-p2 #left-col .blog-left .comment-box .comment-form .title {
	clear: both;
	font-size: 110%;
	height: 20px;
	margin: 15px 0;
	color: #ffffff;
	background: #888888;
	line-height: 1.9em;
	text-indent: 1em;
        padding: 0 0 5px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-form .comment,
#contents-p2 #left-col .blog-left .comment-box .comment-form .comment {
	clear: both;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #666;
}

#contents-p1 #right-col .blog-center .comment-box .comment-form .comment-info,
#contents-p2 #left-col .blog-left .comment-box .comment-form .comment-info {
	margin: 5px 0 30px;
	font-size: 85%;
	text-align: right;
}

/* コメント投稿フォーム 部分（幅の広いカラム） */
#contents-p1 #right-col .blog-center .comment-box .comment-post,
#contents-p2 #left-col .blog-left .comment-box .comment-post {
	clear: both;
	background: #e6e6e6;
	border: 1px solid #333;
	padding: 10px;
        margin: 5px 0 0;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box {
	margin: 0 auto;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box input,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box input,
#contents-p1 #right-col .blog-center .comment-box .comment-post-box textarea,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box textarea {
	border: thin solid #b0b0b0;
        width: 100%;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box p.title,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box p.title {
	margin: 10px 0 0;
	padding: 0;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box p.s-img,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box p.s-img {
	margin: 5px 0px 0px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box p.s-img img,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box p.s-img img {
	border: 1px solid #888888;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box .comment-area,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box .comment-area {
	width: 100%;
	height: 150px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post .submit,
#contents-p2 #left-col .blog-left .comment-box .comment-post .submit {
	width: 50px;
	margin: 15px auto 0;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post .submit input,
#contents-p2 #left-col .blog-left .comment-box .comment-post .submit input {
	cursor: pointer;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .blog-left,
#contents-p2 #right-col .blog-center {
	padding: 0;
}

#contents-p1 #left-col .blog-left h2,
#contents-p2 #right-col .blog-center h2 {
	clear: both;
}

#contents-p1 #left-col .blog-left .box,
#contents-p2 #right-col .blog-center .box {
	width: 190px;
        margin: 5px auto 15px;
        padding: 0;
}

#contents-p1 #left-col .blog-left .box .blog-cate,
#contents-p2 #right-col .blog-center .box .blog-cate {
	width: 190px;
	margin: 0;
	font-size: 80%;
        text-indent: 0.5em;
	border-bottom: 1px solid #454545;
}

#contents-p1 #left-col .blog-left .box .blog-content,
#contents-p2 #right-col .blog-center .box .blog-content {
	font-size: 100%;
	line-height: 1.3em;
        margin: 10px 5px;
	width: 180px;
        overflow: hidden;
}

#contents-p1 #left-col .blog-left .box .blog-com,
#contents-p2 #right-col .blog-center .box .blog-com {
	font-size: 80%;
        clear: both;
	text-align: right;
	margin: 0 0 20px 0;
	border-top: 1px solid #313131;
	line-height: 1.6em;
}

/* コメント投稿一覧 部分（幅のカラム） */
#contents-p1 #left-col .blog-left .comment-box,
#contents-p2 #right-col .blog-center .comment-box {
	clear: both;
}

#contents-p1 #left-col .blog-left .comment-box .comment-form,
#contents-p2 #right-col .blog-center .comment-box .comment-form {
}

#contents-p1 #left-col .blog-left .comment-box .comment-form .title,
#contents-p2 #right-col .blog-center .comment-box .comment-form .title {
	clear: both;
	font-size: 110%;
	height: 20px;
	margin: 15px 0;
	color: #fff;
	background: #888;
	line-height: 1.9em;
	text-indent: 1em;
        padding: 0 0 5px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-form .comment,
#contents-p2 #right-col .blog-center .comment-box .comment-form .comment {
	clear: both;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #666;
}

#contents-p1 #left-col .blog-left .comment-box .comment-form .comment-info,
#contents-p2 #right-col .blog-center .comment-box .comment-form .comment-info {
	margin: 5px 0 30px 0;
	font-size: 85%;
	text-align: right;
}

/* コメント投稿フォーム 部分（幅のカラム） */
#contents-p1 #left-col .blog-left .comment-box .comment-post,
#contents-p2 #right-col .blog-center .comment-box .comment-post {
	clear: both;
	background: #e6e6e6;
	border: 1px solid #333;
	padding: 10px;
        margin: 5px 0 0;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box {
	margin: 0 auto;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box input,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box input,
#contents-p1 #left-col .blog-left .comment-box .comment-post-box textarea,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box textarea {
	border: thin solid #b0b0b0;
        width: 100%;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p.title,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box p.title {
	margin: 5px 0 0;
	padding: 0;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p.s-img,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box p.s-img {
	margin: 5px 0px 0px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p.s-img img,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box p.s-img img {
	border: 1px solid #888;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box .comment-area,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box .comment-area {
	width: 100%;
	height: 150px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p img,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box p img {
	width: 160px;

}

#contents-p1 #left-col .blog-left .comment-box .comment-post .submit,
#contents-p2 #right-col .blog-center .comment-box .comment-post .submit {
	width: 50px;
	margin: 15px auto 0px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post .submit input,
#contents-p2 #right-col .blog-center .comment-box .comment-post .submit input {
	cursor: pointer;
}

#contents-p1 #left-col .blog-left ul,
#contents-p2 #right-col .blog-center ul {
        margin: 0;
}

#contents-p1 #left-col .blog-left .box ul li,
#contents-p2 #right-col .blog-center .box ul li {
        width: 190px;
        line-height: 1.3em;
        padding: 2px 0;
        margin: 0;
}

#contents-p1 #left-col .blog-left .box ul li.a-parent,
#contents-p2 #right-col .blog-center .box ul li.a-parent {
        border-bottom: 1px solid #BFBFBF;
}

#contents-p1 #left-col .blog-left .box ul li a, 
#contents-p2 #right-col .blog-center .box ul li a {
        text-decoration: none;
}

#contents-p1 #left-col .blog-left .box ul li a:hover,
#contents-p2 #right-col .blog-center .box ul li a:hover {
	text-decoration: underline;
}

/* **************************************

ショップ・ショップ独自カテゴリ

***************************************** */

/* レイアウトA & C（幅の広いカラム）
------------------------------------------*/
#contents-p1 #right-col .shop-center h3,
#contents-p2 #left-col .shop-left h3 {
	color: #760000;
}

#contents-p1 #right-col .shop-center, 
#contents-p2 #left-col .shop-left {
        padding: 0;
        width: 710px;
}

#contents-p1 #right-col .shop-center input.view-cart,
#contents-p2 #left-col .shop-left input.view-cart {
        margin: 10px 0 0 490px;
	display: block;
	text-indent: -9999px;
	width: 206px;
	height: 32px;
	overflow: hidden;
	outline: none;
	border: none;
        background: url("../../../img/themed/show_cart_btn.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#contents-p1 #right-col .shop-center .view-cart,
#contents-p2 #left-col .shop-left .view-cart {
        margin: 10px 0 5px 490px;
	display: block;
	text-indent: -9999px;
	width: 206px;
	height: 32px;
	overflow: hidden;
	outline: none;
	border: none;
        background: url("../../../img/themed/show_cart_btn.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#contents-p1 #right-col .shop-center .box_view,
#contents-p2 #left-col .shop-left .box_view {
        float: left;
        margin: 0 0 0 10px;
        letter-spacing: 0.2em;
}

#contents-p1 #right-col .shop-center .box_view label,
#contents-p2 #left-col .shop-left .box_view label {
        font-weight: bold;
        color: #990000;
}

#contents-p1 #right-col .shop-center .box_select,
#contents-p2 #left-col .shop-left .box_select {
        float: right;
        margin: -8px 19px 0 0;
}

#contents-p1 #right-col .shop-center .box,
#contents-p2 #left-col .shop-left .box {
        border: 1px solid #AAAAAA;
	clear: both;
	overflow: hidden;
        width: 680px;
        margin: 10px 9px 15px;
}

#contents-p1 #right-col .shop-center .box ul,
#contents-p2 #left-col .shop-left .box ul {
        margin: 15px;
}

#contents-p1 #right-col .shop-center .box .box_item,
#contents-p2 #left-col .shop-left .box .box_item {
        margin: 10px;
	overflow: hidden;
        width: 660px;
        min-width: 160px;
        min-height: 220px;
        border-bottom: 1px dotted #666666;
}

#contents-p1 #right-col .shop-center .box img,
#contents-p2 #left-col .shop-left .box img {
	max-width: 660px;
        min-width: 155px;
}

#contents-p1 #right-col .shop-center .box .box_img,
#contents-p2 #left-col .shop-left .box .box_img {
	overflow: hidden;
}

#contents-p1 #right-col .shop-center .box .box_item .order-item-l,
#contents-p2 #left-col .shop-left .box .box_item .order-item-l {
        font-weight: bold;
        border-bottom: 1px solid #999999;
        line-height: 1.5em;
        margin: 5px 0 0;
        text-indent: 0.5em;
}

#contents-p1 #right-col .shop-center .box .order-item-l,
#contents-p2 #left-col .shop-left .box .order-item-l {
        font-weight: bold;
        border-bottom: 1px solid #999999;
        margin: 5px 10px 0;
        line-height: 1.3em;
        width: 660px;
        text-indent: 0.5em;
}

#contents-p1 #right-col .shop-center .box .box_item .order-item-g,
#contents-p2 #left-col .shop-left .box .box_item .order-item-g {
        font-weight: bold;
        line-height: 1.2em;
        margin: 5px 0 0;
        padding: 10px 1px 0;
}

#contents-p1 #right-col .shop-center .box .box_item .list-desc-grid,
#contents-p2 #left-col .shop-left .box .box_item .list-desc-grid {
        margin-bottom: 10px;
}

#contents-p1 #right-col .shop-center .box .box_item .order-item-l a,
#contents-p2 #left-col .shop-left .box .box_item .order-item-l a {
        text-decoration: none;
}

#contents-p1 #right-col .shop-center .box .box_item .order-item-l a:hover,
#contents-p2 #left-col .shop-left .box .box_item .order-item-l a:hover {
        color: #000099;
}

#contents-p1 #right-col .shop-center .box .box_item .price,
#contents-p2 #left-col .shop-left .box .box_item .price {
        color: #990000;
        letter-spacing: 0.1em;
        margin: 5px 0 0;
        text-align: right;
        width: auto;
}

#contents-p1 #right-col .shop-center .box .box_item .list-desc,
#contents-p2 #left-col .shop-left .box .box_item .list-desc {
        width: 660px;
}

#contents-p1 #right-col .shop-center .item-title,
#contents-p2 #left-col .shop-left .item-title {
        font-weight: bold;
        background: none repeat scroll 0 0 #EEEEEE;
        line-height: 3em;
        margin: -10px 0 0 10px;
        padding: 0 0 0 5px;
        text-indent: 0.5em;
        width: 655px;
}

#contents-p1 #right-col .shop-center .item-number,
#contents-p2 #left-col .shop-left .item-number {
        font-weight: bold;
        background: none repeat scroll 0 0 #EEEEEE;
        line-height: 3em;
        margin: -10px 0 0 10px;
        padding: 0 0 0 5px;
        text-indent: 0.5em;
        width: 655px;
}

#contents-p1 #right-col .shop-center .item-desc,
#contents-p2 #left-col .shop-left .item-desc {
        margin: 0 10px;
        width: 660px;
}

#contents-p1 #right-col .shop-center .price,
#contents-p2 #left-col .shop-left .price {
        margin: 0 10px;
        width: 660px;
        color: #990000;
        letter-spacing: 0;
        text-align: right;
}

#contents-p1 #right-col .shop-center .item-img,
#contents-p2 #left-col .shop-left .item-img {
        margin: 10px 10px 0;
	overflow: hidden;
        width: 660px;
}

#contents-p1  #right-col .shop-center .cart,
#contents-p2  #left-col .shop-left .cart {
        border-bottom: 1px dotted #AAAAAA;
        border-top: 1px dotted #AAAAAA;
        width: 660px;
	height: 30px;
        margin: 0 10px;
        padding: 5px 0 0 0;
	overflow: hidden;
}

#contents-p1  #right-col .shop-center .cart-select,
#contents-p2  #left-col .shop-left .cart-select {
	float: right;
}

#contents-p1  #right-col .shop-center .add-cart,
#contents-p2  #left-col .shop-left .add-cart {
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	width: 130px;
	border: none;
	height: 24px;
	display: block;
        margin: 1px 8px 0 0;
	background: url("../../../img/themed/cart_add_btn.gif") 0px 0px no-repeat;
}

#contents-p1  #right-col .shop-center .cart p.no-stock,
#contents-p2  #left-col .shop-left .cart p.no-stock {
	font-size: 0.8em;
        margin: 4px 0 0;
        text-align: center;
	letter-spacing: 0;
	color: #ff0000;
}

#contents-p1  #right-col .shop-center .btn-back-panel,
#contents-p2  #left-col .shop-left .btn-back-panel {
        width: 660px;
        margin: 5px 10px;
        text-align: right;
}

#contents-p1  #right-col .shop-center .paging,
#contents-p2  #left-col .shop-left .paging {
	/*width: 150px;
	margin: 0 auto;
	text-align: center;*/
	margin: 10px;
}

#contents-p1  #right-col .shop-center .paging .current-page,
#contents-p2  #left-col .shop-left .paging .current-page {
	font-weight: bold;
	color: #ce0000;
	margin: 0 4px 0 2px;
}

#contents-p1  #right-col .shop-center .paging a,
#contents-p2  #left-col .shop-left .paging a {
	margin: 0 2px;
}

#contents-p1 #right-col .shop-center li.a-parent,
#contents-p2 #left-col .shop-left li.a-parent {
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#contents-p1 #right-col .shop-center li.a-parent a,
#contents-p2 #left-col .shop-left li.a-parent a {
	padding: 0 0 0 1em;
	background: url("../../../img/themed/item_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}

#contents-p1 #right-col .shop-center li.a-child,
#contents-p2 #left-col .shop-left li.a-child {
	text-decoration: none;
	padding: 0 0 0 1em;
        margin: 5px 0;
}

#contents-p1 #right-col .shop-center li.a-child a,
#contents-p2 #left-col .shop-left li.a-child a {
	background: url("../../../img/themed/item_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	padding: 0 0 0 1em;
}

#contents-p1 #right-col .shop-center li.a-sun,
#contents-p2 #left-col .shop-left li.a-sun {
	text-decoration: none;
	padding: 0 0 0 2em;
        margin: 5px 0;
}

#contents-p1 #right-col .shop-center li.a-sun a,
#contents-p2 #left-col .shop-left li.a-sun a {
	background: url("../../../img/themed/item_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	padding: 0 0 0 1em;
}

/* レイアウトA & C（幅の狭いカラム）
------------------------------------------*/
#contents-p1 #left-col .shop-left,
#contents-p2 #right-col .shop-center {
	padding: 0px;
}

#contents-p1 #left-col .shop-left .view-cart,
#contents-p2 #right-col .shop-center .view-cart {
       background: url("../../../img/themed/show_cart_btn.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
       border: medium none;
       display: block;
       height: 32px;
       margin: 10px 2px 0;
       outline: medium none;
       overflow: hidden;
       text-indent: -9999px;
       width: 206px;
}

#contents-p1 #left-col .shop-left .box_view,
#contents-p2 #right-col .shop-center .box_view {
        float: left;
        font-size: 85%;
        margin: -10px 0 5px 5px;
}

#contents-p1 #left-col .shop-left .box_view label,
#contents-p2 #right-col .shop-center .box_view label {
        font-weight: bold;
        color: #990000;
}

#contents-p1 #left-col .shop-left .box_select,
#contents-p2 #right-col .shop-center .box_select {
        float: right;
        margin: 0 2px 0 0;
}

#contents-p1 #left-col .shop-left .box,
#contents-p2 #right-col .shop-center .box {
        margin: 10px auto 15px;
        padding: 0;
  	border: 1px solid #AAAAAA;
	overflow: hidden;
        width: 200px;
}

#contents-p1 #left-col .shop-left .box ul,
#contents-p2 #right-col .shop-center .box ul {
        margin: 10px;
}

#contents-p1 #left-col .shop-left .box .box_item,
#contents-p2 #right-col .shop-center .box .box_item {
        margin: 10px;
	overflow: hidden;
        width: 180px;
        min-width: 85px;
        max-height: 420px;
}

#contents-p1 #left-col .shop-left .box img,
#contents-p2 #right-col .shop-center .box img {
        max-width: 180px;
        min-width:100px;
}

#contents-p1 #left-col .shop-left .box .box_img,
#contents-p2 #right-col .shop-center .box .box_img {
	overflow: hidden;
        min-height: 100px;
}

#contents-p1 #left-col .shop-left .box .box_item .order-item-l,
#contents-p2 #right-col .shop-center .box .box_item .order-item-l {
        font-weight: bold;
        border-bottom: 1px solid #999999;
        line-height: 1.5em;
        margin: 5px 0 0;
        text-indent: 0.1em;
}

#contents-p1 #left-col .shop-left .box .order-item-l,
#contents-p2 #right-col .shop-center .order-item-l {
        border-bottom: 1px solid #999999;
        font-weight: bold;
        line-height: 1.3em;
        margin: 5px 10px 10px;
        padding: 0 5px 5px;
        text-indent: 0em;
}

#contents-p1 #left-col .shop-left .box .box_item .order-item-g,
#contents-p2 #right-col .shop-center .box .box_item .order-item-g {
        display: none;
        /* font-weight: bold;
        line-height: 1.2em;
        margin: 5px 0 0;
        padding: 10px 1px 0; */
}

#contents-p1 #left-col .shop-left .box .box_item .list-desc-grid,
#contents-p2 #right-col .shop-center .box .box_item .list-desc-grid {
        margin-bottom: 10px;
}

#contents-p1 #left-col .shop-left .box .box_item .order-item-l a,
#contents-p2 #right-col .shop-center .box .box_item .order-item-l a {
        text-decoration: none;
}

#contents-p1 #left-col .shop-left .box .box_item .order-item-l a:hover,
#contents-p2 #right-col .shop-center .box .box_item .order-item-l a:hover {
        color: #000099;
}

#contents-p1 #left-col .shop-left .box .box_item .price,
#contents-p2 #right-col .shop-center .box .box_item .price {
        color: #990000;
        letter-spacing: 0;
        margin: 5px 0 0;
        text-align: right;
        width: auto;
}

#contents-p1 #left-col .shop-left .box .box_item .list-desc,
#contents-p2 #right-col .shop-center .box .box_item .list-desc {
       line-height: 1.2em;
       width: 180px;
}

#contents-p1 #left-col .shop-left .item-title,
#contents-p2 #right-col .shop-center .item-title {
        background: none repeat scroll 0 0 #EEEEEE;
        font-weight: bold;
        line-height: 1.5em;
        margin: -10px 0 0 10px;
        padding: 5px;
        text-indent: 0.2em;
        width: 170px;
}

#contents-p1 #left-col .shop-left .item-number,
#contents-p2 #right-col .shop-center .item-number {
        font-weight: none;
        text-align: right;
        line-height: 1.5em;
        margin: 10px 10px 5px 0;
        padding: 0;
}

#contents-p1 #left-col .shop-left .item-desc,
#contents-p2 #right-col .shop-center .item-desc {
        margin: 0 10px;
        width: 180px;
        line-height: 1.5em;
}

#contents-p1 #left-col .shop-left .price,
#contents-p2 #right-col .shop-center .price {
        margin: 0 10px;
        width: 180px;
        color: #990000;
        letter-spacing: 0;
        text-align: right;
}

#contents-p1 #left-col .shop-left .item-img,
#contents-p2 #right-col .shop-center .item-img {
        margin: 15px 10px 0;
	overflow: hidden;
        width: 180px;
}

#contents-p1  #left-col .shop-left .cart,
#contents-p2  #right-col .shop-center .cart {
        border-bottom: 1px dotted #AAAAAA;
        border-top: 1px dotted #AAAAAA;
        width: 180px;
	height: 30px;
        margin: 0 10px;
        padding: 5px 0 0 0;
	overflow: visible;
}

#contents-p1  #left-col .shop-left .cart-select,
#contents-p2  #right-col .shop-center .cart-select {
	float: right;
        font-size: 90%;
}

#contents-p1  #left-col .shop-left .add-cart,
#contents-p2  #right-col .shop-center .add-cart {
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	width: 130px;
	border: none;
	height: 24px;
	display: block;
        margin: 1px 0 0 -6px;
        background: url("../../../img/themed/cart_add_btn.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#contents-p1  #left-col .shop-left .cart p.no-stock,
#contents-p2  #right-col .shop-center .cart p.no-stock {
	font-size: 0.8em;
        margin: 4px 0 0;
        text-align: center;
	letter-spacing: 0;
	color: #f00;
}

#contents-p1  #left-col .shop-left .btn-back-panel,
#contents-p2  #right-col .shop-center .btn-back-panel {
        width: 180px;
        margin: 5px 10px;
        text-align: right;
}

#contents-p1  #left-col .shop-left .paging,
#contents-p2  #right-col .shop-center .paging {
	/*width: 150px;
	margin: 0 auto;
	text-align: center;*/
	margin: 10px;
}

#contents-p1  #left-col .shop-left .paging .current-page,
#contents-p2  #right-col .shop-center .paging .current-page {
	font-weight: bold;
	color: #ce0000;
	margin: 0 4px 0 2px;
}

#contents-p1  #left-col .shop-left .paging a,
#contents-p2  #right-col .shop-center .paging a {
	margin: 0 2px;
}

#contents-p1 #left-col .shop-left li.a-parent,
#contents-p2 #right-col .shop-center li.a-parent {
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#contents-p1 #left-col .shop-left li.a-parent a,
#contents-p2 #right-col .shop-center li.a-parent a {
	padding: 0 0 0 1em;
	background: url("../../../img/themed/item_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}

#contents-p1 #left-col .shop-left li.a-child,
#contents-p2 #right-col .shop-center li.a-child {
	text-decoration: none;
	padding: 0 0 0 1em;
        margin: 5px 0;
}

#contents-p1 #left-col .shop-left li.a-child a,
#contents-p2 #right-col .shop-center li.a-child a {
	background: url("../../../img/themed/item_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	padding: 0 0 0 1em;
}

#contents-p1 #left-col .shop-left li.a-sun,
#contents-p2 #right-col .shop-center li.a-sun {
	text-decoration: none;
	padding: 0 0 0 2em;
        margin: 5px 0;
}

#contents-p1 #left-col .shop-left li.a-sun a,
#contents-p2 #right-col .shop-center li.a-sun a {
	background: url("../../../img/themed/item_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	padding: 0 0 0 1em;
}