@charset "Shift_JIS";
/*##################################################
  TemplateID  ：coffret
  TemplateName：コフレ 3列
  CssName     ：style.css
  Ver1.1      ：2008/06/12
##################################################*/


/*##################################################
#　ページの基本設定
#　背景色や横幅などを変更できます。
##################################################*/
/* -------------------------------------------
ページ全体：背景色
------------------------------------------- */

body {
	background:  #f8e5eb url(Images/background.jpg) left top repeat-x;
	color: #91685c;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

/* -------------------------------------------
コンテンツ表示：幅と背景色
------------------------------------------- */
.container {
	width: 830px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

/* -------------------------------------------
3列版：メインコンテンツ表示エリア：幅
------------------------------------------- */
.main {
	width: 510px;
}

/* -------------------------------------------
3列版：サイドコンテンツ表示エリア：幅
------------------------------------------- */
.side {
	width: 160px;
}


/*##################################################
#　ヘッダーエリアの詳細設定
#　背景色やショップ名の文字サイズなどを変更できます。
##################################################*/
/* -------------------------------------------
ヘッダーエリア：幅
------------------------------------------- */
.header {
	width: 830px;
	margin: 0px 0px 7px 0px;
}

.header table {
	width: 100%;
}

/* -------------------------------------------
  背景画像
  ※背景画像を変更したい場合は、この部分の
  　記述を編集してください。
------------------------------------------- */
.header .headerImageArea {
	background: #ffffff url(Images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* -------------------------------------------
  ショップ名・概要説明の文字サイズと行間、余白指定
------------------------------------------- */
.header .shop_name_summary {
	padding: 10px 15px 10px 15px;
	font-size: 12px;
	line-height: 1.4;
	color: #7d7975;
}


/* -------------------------------------------
  ショップ名の文字サイズ/色
------------------------------------------- */
.header .shop_name_summary h1 {
	font-size: 24px;
	font-weight: bold;
}

.header h1 a:link,
.header h1 a:visited {
	color: #7d7975;
	text-decoration: none;
}

.header h1 a:hover,
.header h1 a:active {
	color: #7d7975;
	text-decoration: underline;
}

/* -------------------------------------------
  ショップロゴ画像のマージンと表示位置の指定
------------------------------------------- */
.header .shopLogo img {
	margin: 10px 10px 15px 15px;
}

.header .shopLogo {
	float: left;
}

/*##################################################
#　ヘッダーメニューエリアの詳細設定
#　背景色やショップ名の文字サイズなどを変更できます。
##################################################*/
/* -------------------------------------------
　ヘッダーメニューエリア：幅/枠線/背景の指定
------------------------------------------- */
.header_menu {
	width: 830px;
	background: #ebebeb;
}

/* -------------------------------------------
  メニュー配置の指定/文字サイズ
------------------------------------------- */
.header_menu ul {
	list-style: none;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}

.header_menu li {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 12px;
	color: #36191c;
}

/* -------------------------------------------
  ヘッダーメニューの文字色
------------------------------------------- */
.header_menu li a:link,
.header_menu li a:visited {
	color: #36191c;
	text-decoration: underline;
}

.header_menu li a:hover,
.header_menu li a:active {
	color: #36191c;
	text-decoration: none;
}

/*##################################################
#　ナビゲーションエリアの詳細設定
##################################################*/
/* -------------------------------------------
　ナビゲーションの文字サイズ/マージンの指定
------------------------------------------- */
.navi {
	font-size: 12px;
	line-height: 1.8;
	margin-left: 5px;
	color: #990033;
}


/*##################################################
#　フッターエリアの詳細設定
#　文字サイズなどを変更できます。
##################################################*/
/* -------------------------------------------
 フッターエリア：幅
------------------------------------------- */
.footer {
	width: 830px;
	margin: 10px 0 0;
}

/* -------------------------------------------
  フッターメニュー配置の指定
------------------------------------------- */
.footer_navi {
	background: #ebebeb;
}

.footer_navi ul {
	list-style: none;
	padding: 4px 0;
	line-height: 1.5;
	text-align: center;
}

.footer_navi li {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 12px;
}

.footer_navi li a:link,
.footer_navi li a:visited {
    color: #36191C;
}

.footer_navi li a:hover,
.footer_navi li a:active {
    color: #36191C;
	text-decoration: none;
}

/* -------------------------------------------
  コピーライト
------------------------------------------- */
.footer_copyright {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #7D7975;
}

/* -------------------------------------------
  Powered by OneStyle My Shop
------------------------------------------- */
.footer_copyright .onestyle {
	padding: 10px;
	text-align: right;
	font-size: 12px;
	color: #7D7975;
}

.footer_copyright a:link,
.footer_copyright a:visited {
	color: #7D7975;
}

.footer_copyright a:hover,
.footer_copyright a:active {
	color: #7D7975;
	text-decoration: none;
}



/*##################################################
#　サイド表示
##################################################*/
/*サイド表示用
　商品名・カテゴリー名リスト
  カテゴリー/グループ/新着商品
------------------------------------------- */

.side .product_list_small {
    background: url(Images/frame_foot_b5px.gif) left bottom no-repeat; 
    padding-bottom: 10px;
	margin-bottom: 10px;
}

/* 見出し */
.side .product_list_small h2 {
	margin: 0 5px;
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_1.gif) left top no-repeat; 
	color: #993366;
}

.side .product_list_small ul {
	margin: 0 5px;
	list-style: none;
	font-size: 12px;
 	background: url(Images/frame_body.gif) left top repeat-y;
	color: #ff6699;
}

.side .product_list_small li {
	padding: 5px 5px 0 16px;
	background-image: url(Images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	text-align: left;
	line-height: 1.5;
}

.side .product_list_small li a:link,
.side .product_list_small li a:visited {
	color: #cc6699;
}

.side .product_list_small li a:hover,
.side .product_list_small li a:active {
	color: #cccc00;
}


/*サイド表示用
　商品検索
------------------------------------------- */
.side .product_search {
	margin: 0 5px 10px 5px;
  	background: url(Images/frame_body.gif) left top repeat-y;
}

/* 見出し */
.side .product_search h2 {
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_2.gif) left top no-repeat; 
	color: #993366;
}

.side .product_search div {
	padding: 2px 5px 10px;
	text-align: center;
 	background: url(Images/frame_foot.gif) left bottom no-repeat;
}

.side .product_search .searchboxLength {
	width: 125px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}


/*サイド表示用
　カート(小)
------------------------------------------- */
.side .cart_small {
	margin: 0 5px 10px 5px;
  	background: url(Images/frame_body.gif) left top repeat-y;
}

/* 見出し */
.side .cart_small h2 {
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_2.gif) left top no-repeat; 
	color: #993366;
}

.side .cart_small ul {
	list-style: none;
	font-size: 12px;
	text-align: left;
	margin: 0 10px 10px 10px;
	color: #ff6699;
}

.side .cart_small div {
	text-align: center;
	padding-bottom: 10px;
 	background: url(Images/frame_foot.gif) left bottom no-repeat; 
}

/* カート初期表示用(買い物かごに商品が入っていません。)*/
.side .cart_small p {
	padding: 0 10px 0 10px;
	font-size: 12px;
	line-height: 1.5;
	margin: 5px;
}


/*サイド表示用
　ユーザログイン関連
------------------------------------------- */
.side .login {
    background: url(Images/frame_foot_b5px.gif) left bottom no-repeat; 
    padding-bottom: 10px;
	margin-bottom: 10px;
}

/* 見出し */
.side .login h2 {
	margin: 0 5px;
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_2.gif) left top no-repeat; 
	color: #993366;
}

.side .login .content {
	margin: 0 5px;
	padding: 2px 5px 5px 5px;
	line-height: 1.6;
	list-style: none;
	font-size: 12px;
 	background: url(Images/frame_body.gif) left top repeat-y;
}


/*サイド表示用
　リンク集
------------------------------------------- */
.side .links {
    background: url(Images/frame_foot_b5px.gif) left bottom no-repeat; 
    padding-bottom: 10px;
	margin-bottom: 10px;
}

/* 見出し */
.side .links h2 {
	margin: 0 5px;
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_1.gif) left top no-repeat; 
	color: #993366;
}

.side .links ul {
	margin: 0 5px;
	list-style: none;
	font-size: 12px;
 	background: url(Images/frame_body.gif) left top repeat-y;
	color: #ff6699;
}

.side .links li {
	padding: 5px 5px 0 16px;
	background-image: url(Images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	text-align: left;
	line-height: 1.5;
}


/*サイド表示用
　ウェルカムメッセージ
------------------------------------------- */
.side .welcome_message {
	margin: 0 5px 10px 5px;
  	background: url(Images/frame_body.gif) left top repeat-y;
}

/* 見出し */
.side .welcome_message h2 {
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_1.gif) left top no-repeat; 
	color: #993366;
}

.side .welcome_message .message_area {
	padding: 5px 4px 10px 10px;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
  	background: url(Images/frame_foot.gif) left bottom no-repeat; 
}

.side .welcome_message a:hover,
.side .welcome_message a:active {
	background-color: #f2d4d1;
}


/*サイド表示用
　商品一覧
------------------------------------------- */
.side .product_list {
    background: url(Images/frame_foot_b5px.gif) left bottom no-repeat; 
    padding-bottom: 10px;
	margin-bottom: 10px;
}

/* 見出し */
.side .product_list h2 {
	margin: 0 5px;
	font-size: 13px;
	line-height: 1.6;
	padding: 8px 5px 20px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_3.gif) left top no-repeat; 
	color: #993366;
}

.side .product_list .product {
	margin: 0 5px;
	list-style: none;
	font-size: 12px;
 	background: url(Images/frame_body.gif) left top repeat-y;
}

.side .product_list .productListItemArea table {
	width: 100%;
}

.side .product_list .productListItemArea td {
	text-align: center;
}

/* 商品メイン画像表示(必須表示) */
.side .product_list .product_img {
	text-align: center;
}

.side .product_list .product_img img {
	border: 9px solid #f0ebdb;
	margin-bottom: 10px;
	padding: 1px;
	background-color: #ffffff;
}

/* 商品名表示(必須表示) */
.side .product_list .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 5px 0 8px;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.side .product_list .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.side .product_list .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.side .product_list .product_price {
	font-size: 12px;
	line-height: 1.5;
	padding: 2px 0;
	color: #990033;
}

/* 商品概要説明(必須表示) */
.side .product_list .product_summary {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	text-align: left;
}

.side .product_list .productListItemArea .pager {
	font-size: 12px;
	line-height: 1.5;
}


/* クチコミ情報の表示 */
.side .product_list .kuchikomi {
	text-align: center;
	margin: 10px 0;
}

.side .product_list .kuchikomi .kensu {
	font-size: 12px;
	margin: 2px 0 0 0;
	color: #990033;
}


/*サイド表示用
　店長プロフィール
------------------------------------------- */
.side .manager_profile {
	margin: 0 5px 10px 5px;
  	background: url(Images/frame_body.gif) left top repeat-y;
}

/* 見出し */
.side .manager_profile h2 {
	font-size: 13px;
	line-height: 1.6;
	padding: 8px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_3.gif) left top no-repeat; 
	color: #993366;
}

.side .manager_profile .managerImage {
	margin: 10px 0;
	text-align: center;
}

.side .manager_profile .managercontent {
	padding: 0 0 5px 8px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.side .manager_profile table {
	width: 148px;
 	background: url(Images/frame_foot.gif) left bottom no-repeat;
}

.side .manager_profile a:hover,
.side .manager_profile a:active {
	background-color: #f2d4d1;
}


/*サイド表示用
　お知らせ一覧
------------------------------------------- */
.side .news_list {
	margin: 0 5px 10px 5px;
  	background: url(Images/frame_body.gif) left top repeat-y;
}

/* 「お知らせ一覧」見出し */
.side .news_list h2 {
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_1.gif) left top no-repeat; 
	color: #993366;
}

.side .news_list .news {
	padding: 5px;
	margin: 5px 5px 0 5px;
	border-top: 1px dashed #c4bcb3;
}

/* 「お知らせ」日付 */
.side .news_list .news .date {
	font-size: 12px;
	text-align: right;
}

/* 「お知らせ」概要 */
.side .news_list .news .title {
	font-size: 12px;
	line-height: 1.4;
}

/* 「お知らせ」見出し */
.side .news_list .news .title h3 {
	font-size: 12px;
}

/* 「お知らせ」ページャー */
.side .news_list .pager {
	font-size: 12px;
	line-height: 1.5;
}

.side .news_list .pager td {
    background: url(Images/frame_foot.gif) left bottom no-repeat;
    padding-bottom: 10px;
}


/*サイド表示用
　RSS読込み表示
------------------------------------------- */
.side .rssreader {
    background: url(Images/frame_foot_b5px.gif) left bottom no-repeat; 
    padding-bottom: 10px;
	margin-bottom: 10px;
}

/* 見出し */
.side .rssreader h2 {
	margin: 0 5px;
	font-size: 13px;
	line-height: 1.6;
	padding: 14px 5px 10px 44px;
	font-weight: bold;
 	background: url(Images/frame_h2_1.gif) left top no-repeat; 
	color: #993366;
}

.side .rssreader ul {
	margin: 0 5px;
	list-style: none;
	font-size: 12px;
 	background: url(Images/frame_body.gif) left top repeat-y;
	color: #ff6699;
}

.side .rssreader li {
	padding: 5px 5px 0 16px;
	background-image: url(Images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	text-align: left;
	line-height: 1.5;
}


/*##################################################
#　メイン表示
##################################################*/
/*メイン表示用
　ウェルカムメッセージ
------------------------------------------- */
.main .welcome_message {
	margin: 3px 0 15px 0;
	border: 0px solid #d5c7ac;
	border-width: 6px 0px;
	background: #ffffff url(Images/annotation_bg.jpg) bottom right no-repeat;
}

/* 見出し */
.main .welcome_message h2 {
	padding: 10px 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #999966;
}

.main .welcome_message .message_area {
	padding: 10px 20px 30px;
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
  商品リスト product_list
------------------------------------------- */
.main .product_list {
	margin: 3px 0 15px 0;
}

/* 見出し */
.main .product_list h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .product_list .productListItemArea {
	margin: 15px 0 0;
}

.main .product_list .productListItemArea table {
	width: 470px;
	margin: 0 20px;
}

.main .product_list .productListItemArea td.product {
	width: 100%;
}

.main .product_list .productListItemArea .product {
	padding-bottom: 20px;
}

.main .product_list .productListItemArea .product .productImgArea {
	float: left;
	width: 140px;
			
}

.main .product_list .productListItemArea .product .detail {
	float: right;
 	width: 300px;
}

.main .product_list .productListItemArea .product .detail .stock {
	font-size: 12px;
	line-height: 1.5;
}

.main .product_list .productListItemArea .product .clearBoth {
	clear: both;
}

.main .product_list .productListItemArea .pager {
	font-size: 12px;
	line-height: 1.5;
}

/* 商品メイン画像表示(必須表示) */
.main .product_list .product_img {
	text-align: center;
	width: 150px;
}

.main .product_list .product_img img {
	border: 9px solid #f0ebdb;
	margin-bottom: 10px;
	padding: 1px;
	background-color: #ffffff;
}

/* 商品名表示(必須表示) */
.main .product_list .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.main .product_list .product_price {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #990033;
}

/* 商品概要説明(必須表示) */
.main .product_list .product_summary {
	font-size: 12px;
	line-height: 1.5;
}

/* クチコミ情報の表示 */
.main .product_list .productListItemArea .kuchikomi {
	margin: 10px 0;
}

.main .product_list .productListItemArea .kuchikomi .img_icon {
	float: left;
	margin: 0 5px 0 0;
}

.main .product_list .productListItemArea .kuchikomi .kensu {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	color: #990033;
}

/*メイン表示用
   商品リスト(複数列表示) product_list
------------------------------------------- */
.main .product_list .productListItemArea_M {
	margin: 0px 0 0;
}

.main .product_list .productListItemArea_M table {
	width: 470px;
	margin: 0 20px;
}

.main .product_list .productListItemArea_M td.product {
	width: 100%;
}

.main .product_list .productListItemArea_M .product {
	width: 150px;
	padding: 10px 0;
	margin: auto;
	text-align: center;
}

.main .product_list .productListItemArea_M .product .detail {
	text-align: center;
	width: 140px
}

.main .product_list .productListItemArea_M.product .detail .stock {
	font-size: 12px;
	line-height: 1.5;
}

.main .product_list .productListItemArea_M .pager {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.main .product_list .productListItemArea_M .productImgArea {
	text-align: center;
	width: 140px;
}

/* 商品メイン画像表示(必須表示) */
.main .product_list .productListItemArea_M .product_img {
	text-align: center;
	width: 150px;
}

.main .product_list .productListItemArea_M .product_img img {
	border: 9px solid #f0ebdb;
	margin-bottom: 10px;
	padding: 1px;
	background-color: #ffffff;
}

/* 商品名表示(必須表示) */
.main .product_list .productListItemArea_M .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .productListItemArea_M .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .productListItemArea_M .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.main .product_list .productListItemArea_M .product_price {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: #993366;
}

/* クチコミ情報の表示 */
.main .product_list .productListItemArea_M .kuchikomi {
	text-align: center;
	margin: 10px 0;
}

.main .product_list .productListItemArea_M .kuchikomi .kensu {
	font-size: 12px;
	margin: 2px 0 0 0;
	color: #990033;
}

/*メイン表示用
　商品名・カテゴリー名リスト
  カテゴリー/グループ/新着商品
------------------------------------------- */
.main .product_list_small {
	margin: 3px 0 15px 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.5;
}

/* 見出し */
.main .product_list_small h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .product_list_small ul {
	line-height: 1.5;
	padding: 5px 20px;
	list-style: none;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
}

.main .product_list_small li {
	background-image: url(Images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 3px 5px 2px 17px;
}

/*メイン表示用
　商品検索
------------------------------------------- */
.main .product_search {
	margin: 3px 0 15px 0;
}

.main .product_search h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .product_search div {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px;
	text-align: center;
}

.main .product_search img {
	margin: 10px 0 3px 0;
}

/*メイン表示用
　カート(小)
------------------------------------------- */
.main .cart_small {
	margin: 3px 0 15px 0;
}

.main .cart_small h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .cart_small ul {
	list-style: none;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.main .cart_small div {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.main .cart_small img {
	margin: 10px 0 3px 0;
}

/* カート初期表示用(買い物かごに商品が入っていません。)*/
.main .cart_small p {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　店長プロフィール
------------------------------------------- */
.main .manager_profile {
	margin: 3px 0 15px 0;
}

.main .manager_profile h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .manager_profile .managerImage {
	float: left;
	width: 150px;
	margin: 5px 0 3px 0;
	padding: 5px;
	text-align: center;
}

.main .manager_profile .managercontent {
	float: right;
	width: 300px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.main .manager_profile table {
	width: 470px;
	margin: 0 20px;
}

/*メイン表示用
　ユーザログイン関連
------------------------------------------- */
.main .login {
	margin: 3px 0 15px 0;
}

.main .login h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .login .content {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.main .login img {
	margin: 10px 0 3px 0;
}

/*メイン表示用
　リンク集
------------------------------------------- */
.main .links {
	margin: 3px 0 15px 0;
}

.main .links h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .links ul {
	line-height: 1.5;
	padding: 5px 20px;
	list-style: none;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
}

.main .links li {
	background-image: url(Images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 3px 5px 2px 17px;
}


/*メイン表示用
　お知らせ一覧
------------------------------------------- */
.main .news_list {
	padding: 3px 0 15px 0;
}

/* 「お知らせ一覧」見出し */
.main .news_list h2 {
	padding: 1px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .news_list .news {
	margin: 3px 20px;
	line-height: 1.5;
	border-bottom: 1px dashed #d5c7ac;
}

/* 「お知らせ」日付  */
.main .news_list .news .date {
	float: left;
	width: 100px;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.4;
}

/* 「お知らせ」概要 */
.main .news_list .news .title {
	float: right;
	width: 368px;
	font-size: 12px;
}

/* 「お知らせ」見出し */
.main .news_list .news .title h3 {
	font-size: 12px;
}

/* 「お知らせ」ページャー */
.main .news_list .pager {
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　RSS読込み表示
------------------------------------------- */
.main .rssreader {
	margin: 3px 0 15px 0;
}

/* 見出し */
.main .rssreader h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .rssreader ul {
	margin: 0px 20px;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
}

.main .rssreader li {
	padding: 4px 10px;
	color: #663333;
	border-bottom: 1px dashed #d5c7ac;
}

/*############################################
#　商品カテゴリー/商品グループ/検索結果表示ページの詳細設定
############################################*/
.main .cat_product_list {
	margin: 3px 0 15px 0;
}

/* -------------------------------------------
　見出しの文字サイズ/色/太さ/背景画像
------------------------------------------- */
.main .cat_product_list h2 {
	padding-left: 20px;
    padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

/* -------------------------------------------
　カテゴリー/グループ情報の表示
------------------------------------------- */
.main .cat_product_list .cat_summary {
	margin: 10px 20px 0px;
}

.main .cat_product_list .cat_summary table {
	width: 100%;
}

/* 見出しの文字サイズ/太さ */
.main .cat_product_list .cat_summary h3 {
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px dashed #d5c7ac;
}

/* 説明文の文字サイズ/太さ/行間 */
.main .cat_product_list .cat_summary p {
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

/* カテゴリー画像の表示 */
.main .cat_product_list .cat_summary img {
	margin: 5px;
}

/* -------------------------------------------
　商品情報の表示
------------------------------------------- */
/* 商品名の文字サイズ/行間 */
.main .cat_product_list .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.main .cat_product_list .product_name h3 a:link,
.main .cat_product_list .product_name h3 a:visited {
	color: #cc6699;
}

.main .cat_product_list .product_name h3 a:hover,
.main .cat_product_list .product_name h3 a:active {
	color: #cccc00;
}


/* 商品価格表示の文字サイズ/行間 */
.main .cat_product_list .product_price {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #990033;
}

/* 商品概要説明の文字サイズ/行間 */
.main .cat_product_list .product_summary {
	font-size: 12px;
	line-height: 1.5;
	margin: 3px 10px 3px 0;
}

.main .cat_product_list .productListItemArea {
	margin: 10px 0;
}

.main .cat_product_list .productListItemArea table {
	width: 100%;
}

.main .cat_product_list .productListItemArea td.product {
	width: 100%;
}

.main .cat_product_list .productListItemArea .product {
	background: url(Images/group_border.gif) no-repeat left top;
	padding: 15px 0px 19px;
}

.main .cat_product_list .productListItemArea .product .productImgArea {
	float: left;
	width: 170px;
}

.main .cat_product_list .productListItemArea .product .detail {
	float: right;
	width: 330px;
}

.main .cat_product_list .productListItemArea .product .detail .stock {
	font-size: 12px;
	line-height: 1.5;
}

.main .cat_product_list .productListItemArea .product .clearBoth {
	clear: both;
}

/* ページャー */
.main .cat_product_list .productListItemArea .pager {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 30px;
}

/* 商品メイン画像表示(必須表示) */
.main .cat_product_list .product_img {
	text-align: center;
	width: 140px;
}

.main .cat_product_list .product_img img {
	margin: 5px 15px;
	border: 9px solid #f0ebdb;
	padding: 1px;
	background-color: #ffffff;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .cat_product_list .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .cat_product_list .product_icon {
	margin: 5px 0 0 0;
}

/* -------------------------------------------
　表示順序の選択
------------------------------------------- */
.main .cat_product_list .koujyunkensaku {
	margin: 10px 0;
}

.main .cat_product_list .koujyunkensaku table {
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #d5c7ac;
	border-bottom: 1px solid #d5c7ac;
}

.main .cat_product_list .koujyunkensaku th {
	padding: 5px 0px;
	background-color: #e9e3d5;
	line-height: 1.5;
	text-align: center;
}

.main .cat_product_list .koujyunkensaku td {
	padding: 5px;
	background-color: #f7f5f0;
	line-height: 1.5;
}

.main .cat_product_list .koujyunkensaku td a:link,
.main .cat_product_list .koujyunkensaku td a:visited {
	color: #91685c;
}

.main .cat_product_list .koujyunkensaku td a:hover,
.main .cat_product_list .koujyunkensaku td a:active {
	color: #cccc00;
}

/* -------------------------------------------
  クチコミ情報の表示
------------------------------------------- */
.main .cat_product_list .productListItemArea .kuchikomi {
	margin: 10px 0;
}

.main .cat_product_list .productListItemArea .kuchikomi .img_icon {
	float: left;
	margin: 0 5px 0 0;
}

.main .cat_product_list .productListItemArea .kuchikomi .kensu {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	color: #990033;
}


/*##################################################
#　商品詳細ページの詳細設定
##################################################*/
.main .product_detail {
	margin: 3px 0 15px 0;
}

.main .product_detail .productSpecArea {
	margin: 10px 20px;
}

/* -------------------------------------------
　商品名の文字サイズ/色/太さ/背景画像
------------------------------------------- */
.main .product_detail .product_name h2 {
	padding-left: 20px;
	padding-top: 1px;
	font-weight: bold;
	height: 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

/* -------------------------------------------
　商品概要説明の文字サイズ/行間
------------------------------------------- */
.main .product_detail .product_summary {
	font-size: 12px;
	line-height: 1.5;
}

/* -------------------------------------------
　商品詳細説明の文字サイズ/行間
------------------------------------------- */
.main .product_detail .product_explain {
	padding: 5px 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
	background: url(Images/group_border.gif) left top no-repeat;
}

/* -------------------------------------------
　商品価格・商品仕様の表示
------------------------------------------- */
.main .product_detail .detail_list_data {
	margin: 0 auto;
	width: 80%;
	border-top: 1px dashed #d5c7ac;
	font-size: 12px;
	text-align: center;
}

.main .product_detail .detail_list_data td {
	padding: 7px 5px;
	border-bottom: 1px dashed #d5c7ac;
}

/* 在庫切れ時・適正在庫以下の時の文言表示 */
.main .product_detail .productSpecArea .stock {
	font-size: 12px;
	line-height: 1.5;
}

/* 商品メイン画像表示(必須表示) */
.main .product_detail .product_img {
	margin: 20px 0;
	text-align: center;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_detail .product_outstock {
	margin: 0 10px;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_detail .product_icon {
	margin: 0;
}

/* 商品サブ画像 */
.main .product_detail .product_sub_img {
	margin: 10px 0;
	text-align: center;
}

.main .product_detail .product_sub_img img {
	margin: 1px;
}

.main .product_detail .itemQuantity {
	margin: 5px 0;
	font-size: 12px;
}

/* 期間限定表示 */
.main .product_detail .bargain {
	margin: 5px 0;
	font-size: 12px;
}

/* 割増区分情報のテキスト表示 */
.main .product_detail .warimashi {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* クチコミ情報の表示 */
.main .product_detail .kuchikomi {
	font-size: 12px;
	margin: 10px 0;
	color: #990033;
}

.main .product_detail .kuchikomi img {
	vertical-align: text-bottom;
}

.main .product_detail .kuchikomi .kensu {
	margin: 2px 0 0 0;
}

/* -------------------------------------------
　代替商品の紹介エリア
------------------------------------------- */
.main .product_detail .substitution {
	margin: 10px;
	border: 1px solid #c4bcb3;
}

.main .product_detail .substitution h2 {
	padding: 6px;
	background-color: #c4bcb3;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .product_detail .substitution .productSpecArea {
	margin: 10px;
}

.main .product_detail .substitution .productSpecArea .product_name {
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
}

.main .product_detail .substitution .productSpecArea table {
	width: 300px;
	margin: auto;
}

/*############################################
#　お知らせ詳細ページの詳細設定
############################################*/
.main .news_detail {
	margin: 3px 0 15px 0;
	font-size: 12px;
	line-height: 1.5;
}

/* -------------------------------------------
　見出しの文字サイズ/太さ/背景画像
------------------------------------------- */
.main .news_detail .title h2 {
	padding-left: 20px;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

/* 「お知らせ」日付 */
.main .news_detail .date {
	margin: 2px 5px 5px;
	padding: 5px;
	font-size: 12px;
	text-align: right;
}

/* 「お知らせ」内容 */
.main .news_detail .content {
	margin: 10px 5px 30px 5px;
	font-size: 12px;
	line-height: 1.5;
}

/* 「お知らせ」ページャー */
.main .news_detail .pager {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}


/*##################################################
#　ご利用案内、特定商取引法、プライバシーポリシーの詳細設定
#　表の枠線や配色などを変更できます。
##################################################*/
.main .shop_basic_page {
	margin: 3px 0 15px 0;
}

/* -------------------------------------------
　見出しの文字サイズ/色/太さ/背景画像
------------------------------------------- */
.main .shop_basic_page h2 {
	padding-left: 20px;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .shop_basic_page h3 {
	margin: 20px 15px 0px;
	font-size: 12px;
	font-weight: bold;
}

/* -------------------------------------------
　表の枠線・項目の配色指定
　項目内の文字サイズ/色
------------------------------------------- */
.main .shop_basic_page .data_table {
	margin: 10px auto 20px;
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: solid;
	border-color: #91685C;
	border-width: 1px 0 0 1px;
	empty-cells: show;
}

.main .shop_basic_page .data_table .td_L {
	width: 140px;
	padding: 5px;
	border-style: solid;
	border-color: #91685C;
	border-width: 0 1px 1px 0;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.main .shop_basic_page .data_table .td_R {
	padding: 5px;
	border-style: solid;
	border-color: #91685C;
	border-width: 0 1px 1px 0;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
}

/* -------------------------------------------
　ご利用案内ページ内
　説明文言の標準の文字サイズ/行間
------------------------------------------- */
.main .shop_basic_page .info_text {
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}

/*##################################################
#　フリーページの詳細設定
##################################################*/
.main .free_page {
	margin: 3px 0 15px 0;
}

.main .free_page h2 {
	padding: 2px 0 5px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}


/*##################################################
#　ショッピングカートページの詳細設定
#　カートの配色などを変更できます。
##################################################*/
.main .cart {
	margin: 3px 0 15px 0;
}

/* -------------------------------------------
　見出し・標準の文字サイズ/行間
------------------------------------------- */
.main .cart h2 {
	padding-left: 20px;
    padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 1.6;
	color: #a49984;
	background: #ffffff url(Images/label_bg.gif) left top no-repeat;
}

.main .cart .page_info {
	margin: 10px 20px;
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 30px;
	background: #ffffff url(Images/group_border.gif) left bottom no-repeat;
}

/* -------------------------------------------
　カート枠線・項目の配色
　項目内の文字サイズ/色
------------------------------------------- */
.main .cart .data_table {
	margin: 10px auto;
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: solid;
	border-color: #91685c;
	border-width: 1px 0 0 1px;
	empty-cells: show;
}

.main .cart .data_table th {
	padding: 5px;
	border-style: solid;
	border-color: #91685c;
	border-width: 0 1px 1px 0;
	background-color: #fff8b5;
	font-size: 12px;
	line-height: 1.5;
}

.main .cart .data_table td {
	padding: 5px;
	border-style: solid;
	border-color: #91685c;
	border-width: 0 1px 1px 0;
	font-size: 12px;
	line-height: 1.5;
}

/* -------------------------------------------
　メッセージ表示エリア
------------------------------------------- */
.main .cart .original_message {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 20px;
}

/*############################################
#　クチコミ一覧ページのクチコミ表示詳細設定
############################################*/

.kutikomi {
	font-size: 12px;
	margin: 0 10px;
	padding: 10px 0 10px 0;
	background: #ffffff url(Images/group_border.gif) left top no-repeat;
}

/* 投稿者名 */
.kutikomi_name {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

/* 投稿日時 */
.kutikomi_date {
	font-size: 12px;
	padding: 0 10px;
	text-align: right;
}

/* クチコミ内容 */
.kutikomi_comment {
	font-size: 12px;
	letter-spacing: 1px;
	line-height : 160% ;
	padding: 5px 10px;
}

/* おすすめ度 ★ */
.kutikomi_rankmark {
    color: 	#ff6600;
	padding: 0 10px;
}

/* おすすめ度文字 */
.kutikomi_rankmark .kutikomi_osusume {
	color: #91685c;
	font-size: 12px;
	font-weight: bold;
}

/* クチコミ・ページャー */
.kutikomi_pager {
	font-size: 12px;
	line-height: 1.5;
}


/*##################################################
#　閉店時表示
###################################################*/
.main .closed_page {
	margin: 50px 0;
	font-size: 20px;
	line-height: 1.5;
}

/*##################################################
#　エラー表示
###################################################*/
.error {
	margin: 10px;
	text-align: left;
}

.error ul {
	list-style-type: none;
}

.error li {
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: bolder;
	background: url(Images/attention.gif) no-repeat 0px 40%;
	color: #ff0000;
}


/*##################################################
#　メンテナンス表示
###################################################*/
.header .maintenance {
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #ff0000;
	border: 3px solid #cc3300;
	color: #ffffff;
}


/*##################################################
# 　共通
###################################################*/
h1, h2, h3, h4, h5, h6, address {
	color: #91685c;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

p, ul, ol, li, dl, dt, dd {
	color: #91685c;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

table, caption, th, td {
	color: #91685c;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

img {
	border: 0px;
}

hr {
	display: none;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: normal;
}

a:link, a:visited {
	color: #993366;
	text-decoration: underline;
}

a:hover, a:active {
	color: #cccc00;
	text-decoration: underline;
}

input, label {
	vertical-align: middle;
}

/* -------------------------------------------
デザイン調整用
------------------------------------------- */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clearboth {
	clear: both;
	font-size: 1px;
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.width250 {
	width: 250px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.required01 {
	color: #cc0000;
}


/* -------------------------------------------
reset elements
------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

