@charset "EUC-JP";

/* CSS Document */

/*========== 目次 ==========

	1.初期化
	2.タグの再定義
	3.リンク設定
	4.共通設定

============================*/





/*===== ■1.初期化 =====*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}





/*===== ■2.タグの再定義 =====*/
body {
	color: #330000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	line-height: 130%;
	background: #FCF9EF;
}

address {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	right: 10px;
	bottom: 5px;
	color: #FFFFFF;
}

strong {
	font-weight: bold;
}

p {
	margin: 10px 0px 20px;
	line-height: 130%;
}

img {
	display: block;
	border: none;
}





/*===== ■3.リンク設定 =====*/
/* 基本リンク */
a {
	outline: hidden;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FAD771;
	text-decoration: underline;
}

a:active {
	color: #FAD771;
	text-decoration: none;
}

/* redリンク */
a.red:link {
	color: #990000;
	text-decoration: none;
}

a.red:visited {
	color: #990000;
	text-decoration: none;
}

a.red:hover {
	color: #CC6600;
	text-decoration: underline;
}

a.red:active {
	color: #993300;
	text-decoration: none;
}

/* brownリンク */
a.brown:link {
	color: #330000;
	text-decoration: none;
}

a.brown:visited {
	color: #330000;
	text-decoration: none;
}

a.brown:hover {
	color: #990000;
	text-decoration: underline;
}

a.brown:active {
	color: #990000;
	text-decoration: none;
}

/* productsリンク */
#main2 a:link,
#main3 .products a:link {
	color: #330000;
	text-decoration: none;
}

#main2 a:visited,
#main3 .products a:visited {
	color: #330000;
	text-decoration: none;
}

#main2 a:hover,
#main3 .products a:hover {
	color: #990000;
	text-decoration: underline;
}

#main2 a:active,
#main3 .products a:active {
	color: #990000;
	text-decoration: none;
}

/*===== ■4.BOX設定 =====*/
/* 全体 */
#entire {
	width: 926px;
	margin: 0px auto;
	background: url(../../../../img/img_bg.jpg) repeat-y;
	position: relative;
}

/* ヘッダ */
#header {
	position: relative;
	width: 900px;
	height: 70px;
	margin: 0px auto;
	border-bottom: 1px solid #E7DCB1;
	background: url(../images/img_topbar_bg.jpg) repeat-x;
}

/* コンテンツ全体 */
#contents {
	position: relative;
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF;
}

/* コンテンツ（左） */
#contleft {
	width: 180px;
	float: left;
}

#contleft h5 {
	margin: 10px 8px 0px 8px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #E7DCB1;
}


#contleft h5.top {
	margin: 0px 8px 0px 8px;
	border-top: none;
}

#contleft h5.bottom {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #E7DCB1;
}

#contleft h5.tri{
	margin: 10px 0px 10px 13px;
	padding: 0px 0px 0px 0px;
	border-top: none;
}

#contleft h5.squ{
	margin: 10px 0px 3px 13px;
	padding: 0px 0px 0px 0px;
	border-top: none;
}

#contleft img.logo_ban{
	margin: 10px 0px 10px 20px;
	padding: 0px;
}

#contleft .products{
	width: 160px;
	margin: 0px 5px;
	padding: 5px;
	background-color: #612828;
}

#contleft ul{
	list-style: none;
	margin: 5px;
	color: #FFFFFF;
}

#contleft .search {
	margin: 0px 0px 10px 8px;
}

#contleft .search input {
	vertical-align: middle;
}

/* コンテンツ（右） */
#contright {
	width: 180px;
	float: right;
	color: #FFFFFF;
}

#contright h5 {
	margin: 0px 8px 8px 8px;
	padding: 10px 0px 0px 0px;
}

#contright .products{
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #612828;
	text-align: center;
}

#contright .products img{
	display: inline;
	padding-top: 15px;
}

#contright .products p {
	margin: 0px;
	padding: 5px 0px 10px;
	font-size: 0.9em;
}

#contright .products ol{
	padding: 7px 0px 7px 20px;
	text-align: left;
}

/****** コンテンツ（商品一覧） ******/
#contmain {
	width: 538px;
	float: left;
	border-left: 1px solid #E7DCB1;
	border-right: 1px solid #E7DCB1;
	background: #FFFFFF;
}

#contmain h3.title{
	margin: 2px 0px 0px 0px;
}

#contmain #products_list{
	width: 520px;
	margin: 0px auto 10px 9px;
}

#contmain #products_list #main_top{
	color: #330000;
}

#contmain #products_list #main_top table{
	margin: 0px auto 0px 10px;
	width: 500px;
	border-bottom: 1px dashed #9E8461;
	border-collapse: collapse;
}

#contmain #products_list #main_top td{
	padding: 5px;
}

#contmain #products_list #main_top td.right{
	text-align: right;
}

#contmain #products_list #main_top ul.right li{
	float: right;
	list-style: none;
	padding: 5px 0px 5px 20px;
	background: url(../images/img_cart.gif) no-repeat 0px 50%;
}

#contmain #products_list h4{
	width: 490px;
	margin: 0px auto;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	background: #612828;
	color: #FFFFFF;
	text-align: left;
}

#contmain #products_list #all_list {
	margin: 0px auto;
	padding-left: 35px;
}

#contmain #products_list #all_list .products {
	float: left;
	width: 125px;
	margin: 10px 35px 30px 0px;
	color: #330000;
}

#contmain #products_list #all_list .products p{
	margin: 10px 0px 5px 0px;
	font-size: 120%;
	line-height: 120%;
	text-align: right;
}

#contmain #products_list #all_list .products p.cap{
	margin: 5px 0px;
	font-size: 90%;
	line-height: 120%;
}

#contmain #products_list #all_list .products p.small{
	margin: 0px;
	font-size: 100%;
	line-height: 150%;
}

#contmain #products_list #all_list .products p a {
	font-weight: bold;
}


/********************************************************/

#contmain #main {
	width: 528px;
} 

#contmain #main1 .login img {
	display: inline;
	margin: 0px 0px 0px 5px;
	vertical-align: text-bottom;
}

#contmain #main1,
#contmain #main2 {
	width: 528px;
	padding-bottom: 15px;
}

#contmain #main3 {
	width: 528px;
}

#contmain #main #main1 p{
	margin: 10px;
	padding: 0px 0px 0px 5px;
}

#contmain #main #main1 p.login {
	line-height: 2em;
}

#contmain #main #main2 #main_left{
	float: left;
	width: 260px;
}

#contmain #main #main2 #main_left ul{
	list-style: none;
	margin: 5px;
}

#contmain #main #main2 #main_left li{
	margin: 10px 0px 0px 10px; 
}

#contmain #main #main2 #main_right li{
	list-style: none;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 30px 5px;
	font-size: 140%;
	font-weight: bold;
}

#PtissierIntro p {
	padding: 0px 0px 0px 10px;
	line-height: 1.4;
	font-size: 0.925em;
}

#PtissierIntro p span {
	display: block;
	float: left;
	padding: 0px 5px 5px 0px;
}

#PtissierIntro p strong {
	display: block;
	float: left;
	padding: 0px 2px 1px;
	border-bottom: 1px solid #612828;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #612828;
}

#PtissierIntro p em {
	font-size: 0.875em;
}

#PtissierIntro p strong em {
	font-weight: bold;
	padding-left: 5px;
}



#contmain #main #main2 #main_left p {
	margin: 0px 5px 0px 5px;
	padding: 5px;
}

#contmain #main #main2 #main_right{
	float: right;
	width: 260px;
}

#contmain #main #main3 .products{
	width: 125px;
	float: left;
	padding-left: 40px;
}

#contmain #main #main3 p {
	text-align: center;
}


/***** originalより移動 top centerおすすめ商品に適用*****/
.centerBoxContentsFeatured {
	text-align: center;
}

.centerBoxContentsFeatured img {
	margin-left: 25px;
	text-align:left;
}

/********************************************************/

/***** contents_main共通 *****/
/* 点線 */
hr.dot {
	margin: 15px 0px;
	border-top: 1px dashed #FFFFFF;
	border-left: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #9E8461;
}

/* 赤矢印ボタン（右寄せ） */
ul.squ_btn_right li {
	list-style: none;
	float: right;
	height: 14px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 13px;
	font-size: 90%;
	background: url(../../../../img/img_arrow_red.gif) no-repeat 0px 40%;
}


/* フッタ */
#footer {
	position: relative;
	width: 900px;	
	height: 50px;
	margin: 0px auto;
	border-top: 1px solid #E7DCB1;
	background: #2B0000;
}

/*===== ■5.共通設定 =====*/
/* ロゴ */
h1 {
	position: absolute;
	width: 235px;
	height: 70px;
	left: 5px;
}

/* キャッチ */
#header em {
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	right: 10px;
}

/* ヘッダー／フッターナビゲーション共通設定 */
ul.subnavi {
	list-style: none;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #FFFFFF;
}

ul.subnavi li {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

ul.subnavi li.last {
	border-right: none;
	padding-right: 0px;
}

/* ヘッダーナビゲーション */
#header ul.subnavi {
	position: absolute;
	top: 55px;
	right: 10px;
}

/* フッターナビゲーション */

TD.footertop {
	position: relative;
/*	width: 900px;	*/
	height: 24px;
	margin: 0px auto;
	color: #FFFFFF;
	background: #2B0000;
}

TD.footerbottom {
	position: relative;
	width: 900px;	
	height: 24px;
	text-align: right;
	margin: 0px auto;
	color: #FFFFFF;
	background: #2B0000;
}

/* タイトル関係 */

h3,
h4 {
	margin: 0px 0px 10px 8px;
}

/* フロート解除 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hides from IE-mac ￥*/

/* ページトップへ戻る */
ul.totop {
	float: right;
	margin: 50px 0px 0px;
	list-style: none;
}

/* 左配置 */
.itemleft {
	float: left;
	margin: 0px 10px;
}

/* 右配置 */
.itemright {
	float: right;
	margin: 0px 10px;
}

/* 画像センター配置 */
.centerimg {
	text-align: center;
}

.centerimg img {
	display: inline;
}

/*===== ■6.文字設定 =====*/
sup {
	font-size: 0.6em;
}

/* 写真キャプション */
.cap {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0px 0px 10px;
}


.columnLeft {}

#navColumnOne {
	background-color: #2B0000; /* 左サイドボックスの背景 */
	}
