@charset "utf-8";
/* CSS Document */

.center{
	text-align:center;
	margin : 0;
	padding : 0;
}

.right{
	text-align:right;
	margin : 0;
	padding : 0;
}


.clr {
	clear : both;
	margin : 0;
	padding : 0;
	font-size : 0;
	line-height : 0;
}



/* ###### 回り込みの設定 ######################## */
.f-left {
	float:left;
	margin : 0;
	padding : 0;
}

.f-right {
	float:right;
	margin : 0;
	padding : 0;
}

/* ########################################### */


/* トップメニュー */
#top-menu{
	text-align:right;
	padding:4px 5px 2px 0;
	width:667px;
	background-color:#FFFFFF;
}

#top-menu img{
	padding:0 5px 0 23px;
}

/* メニュー */
img{
	margin:0;
	padding:0;
}

h1{
	margin:25px auto 20px auto;
	width:143px;
}

#accordion-container{
	margin:10px auto;
	width:143px;
}


div.accordion-content {
	overflow: hidden;
}

.normal-menu,
.accordion-header{
	border-top:1px solid #C8CAA7;
	border-left:1px solid #C8CAA7;
	border-right:1px solid #C8CAA7;
	width:141px;
	margin:0;
	padding:0;
}

.accordion-content{
	border-left:1px solid #C8CAA7;
	border-right:1px solid #C8CAA7;
	width:141px;
	margin:0;
	padding:0;
}

.accordion-content ul{
	margin:0;
	padding:0;
}

.accordion-content li{
	list-style:none;
	line-height:29px;
}

ul.imgmenu{
	background-color:#ABAC78;
	margin:0;
	padding:0 0 5px 0;
}

.txtmenu{
	margin:0;
	padding:0;
}

.txtmenu li{
	background-color:#8E7E29;
	border-bottom:1px solid #C8CAA7;
	display:block;
	color:#fff;
	width:114px;
	text-align:left;
	background-image:url(/images/common/m-arrow01.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:27px;
	padding-left:27px;
}

.imgmenu li img{
	vertical-align:middle;
}

.borderlast{
	border-bottom:0px!important;
}

.borderbottom{
	border-bottom:1px solid #C8CAA7;
	margin:0;
	padding:0;
}

.txtmenu a,
.txtmenu a:link{
	color:#DDDEC5;
	text-decoration:none;
}

.txtmenu a:hover{
	color:#ab0404;
}

.menu-bn{
	margin:15px 0 0 0;
}


/* index.html用 */
#news{
	width:672px;
	margin:0 0 10px 0;
}

#news .f-left{
	width:317px;
	padding:0 0 0 35px;
}

#news .f-right{
	width:250px;
	padding:0 35px 0 0;
}

#news .f-left ul,
#news .f-right ul{
	list-style:none;
	margin:10px 0;
	padding:0;
}

#news .f-left li,
#news .f-right li{
	border-bottom:1px dotted #E8E6D1;
	color:#829261;
	line-height:1.5;
}

.news-title{
	font-weight:bold;
	padding:0 0 0 10px;
}

#news a,
#news a:link{
	color:#829261;
}

#news a:hover{
	color:#ab0404;
	text-decoration:underline;
}


/* ページタイトル */
#page-title{
	background-color:#3E0B0E;
	color:#fff;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height:40px;
	margin:0;
	padding:0 0 0 30px;
	font-size:medium;
}

/* ページイントロ(トップページ用) */
#topintro{
	background-image:url(/images/top-intro-bg01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:194px;
	border-bottom:1px solid #BDB59D;
}

.intro-txt-top{
	color:#7A8360;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:11px;
	padding:15px 35px 10px 160px;
	line-height:2.4;
}


/* ページイントロ */
#intro{
	background-image:url(/images/common/intro-bg01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	height:222px;
	border-bottom:1px solid #BDB59D;
}

#navi-title{
	color:#3E0B0E;
	text-align:right;
	line-height:28px;
	padding:0 35px 0 0;
}

.intro-txt{
	color:#7A8360;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:11px;
	padding:8px 35px 10px 0;
	line-height:2.4;
}

#navi-title a,
#navi-title a:link{
	color:#3D241D;
	text-decoration:none;
}

#navi-title a:hover{
	color:#3D241D;
	text-decoration:underline;
}

/* 商品ページ */
.entry-asset{
	width:672px;
}

.asset-inn{
	background-image:url(/images/common/pagetitle-bg01.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin:0 35px 20px 35px;
	padding:0;
}

#news h3,
.asset-inn h3,
.entry-title{
	color:#62551F;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:medium;
	background-image:url(/images/common/pagetitle-bg01.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	height:45px;
	line-height:40px;
}


.asset-body .f-right{
	width:240px;
}

.asset-body .f-left{
	width:320px;
}

.itembox{
	border-bottom:1px solid #A1B37D;
	border-left:1px solid #A1B37D;
	color:#A1B37D;
	margin:0 0 20px 0;
	padding:0 10px 5px 10px;
}

.itembox h4,
.item-color{
	margin:0;
	padding:5px 0 0 0;
}

.item-color img{
	margin:0;
	padding:0 5px 0 0;
}

.itemphoto{
	border:1px solid #A1B37D;
}

/* 商品紹介テキスト */
.entrytxt{
	margin:0 0 20px 0;
	line-height:1.4;
}

/* ライトボックス */
.imagelist{
width:315px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0;
margin:0px;
padding:0px;
background-color:#FFFFFF;
border:solid 1px #A69D8C;
}

#gallery{
margin:0px;
padding:0px 0px 0px 15px
}

#gallery img{
margin:0px 13px 7px 0px;
padding:0px;
}



/* 注文ボックス */
#orderbox{
	text-align:center;
	margin:15px 0;
	float:right;
}

#orderbox-inn{
	width:240px;
	background-color:#859E5E;
	text-align:left;
	margin:0 0 15px 0;
}

.order-content{
	padding:0 10px 5px 10px;
	color:#fff;
}


/* ページのトップ */
.asset-footer{
	text-align:right;
	padding:10px 0 10px 0;
	font-size:x-small;
}

.asset-footer a:hover,
.asset-footer a:link,
.asset-footer a:visited{
	color:#859E5E;
	text-decoration:none;
}
