﻿/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



/* --- Reset End --- */


body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 11pt;
	line-height:170%;
	background-color:#fffac8;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color: navy;text-decoration:none;}
a:visited { color: green;text-decoration:none;}
a:active  { color: blue;text-decoration:none;}
a:hover   { color: olive;text-decoration:none; }




/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	color:#ffffff;
	margin:10px 0px 10px;
	}

.title {
	width:950px;
	height:113px;
	color: black;
	font-size: 20pt;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	}

.title a {color:  black;}
.title a:link    {color:  navy;text-decoration: none;}
.title a:visited {color: green;text-decoration: none;}
.title a:active  {color: blue;text-decoration: none;}
.title a:hover   {color: olive;text-decoration: none;}


/* ************************************************ 
 *	右側メニュー
 * ************************************************ */


.sidemenu {
	width:190px;
	color: black;
	margin-bottom: 20px;
	font-size: 10pt;
	}

.side_title {
	height:24px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color: white;
	padding:4px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:  aqua;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}




/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width:765px;
	height:30px;
	background: url(https://img17.shop-pro.jp/PA01150/047/etc/main_title_bg.jpg) no-repeat;
	color:#6d2916;
	margin-bottom:15px;
	font-weight:bold;
	}
	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 975px;
	height: 79px;
	color: #432A16;
	font-size:80%;
	text-align: center;
	background: url(https://img17.shop-pro.jp/PA01150/047/etc/footer_bg.jpg) no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	text-align:center;
	color:<{$footer_bgcolor}>;
	}

#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
	margin-bottom:25px;
	}

.side_cat_title {
	height:24px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:4px 15px 4px 24px;
/*	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px; */
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: <{$table_title_bgcolor}>;}
.side_cat_text a:link    {color: #432A16;text-decoration: none;}
.side_cat_text a:visited {color: #432A16;text-decoration: none;}
.side_cat_text a:active  {color: #432A16;text-decoration: none;}
.side_cat_text a:hover   {color: #7E5E44;text-decoration: none;}


