@charset "utf-8"

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         Yamakiya Co.,Ltd.
 Style Info:     トップページ、サブページ設定
----------------------------------------------------------- */

/*----------------------------------------------------
	スタイル初期化
----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}
/*----------------------------------------------------
hr,legend {
	display: none;
}
----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	vertical-align: bottom;
	margin: 0;
}

li {
	list-style-type: none;
}

/* -- form -- */
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}

legend {
	background:#fff;
	padding:0.3em;
}

input, textarea {
	line-height:1;
	padding:0;
	vertical-align:middle;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align:text-bottom;
}

input[type="submit"] {
	padding:0.1em;
}

select {
	padding:0;
}

	/* for IE6 */
	* html input {
	padding:0;
	}

	* html input.checkbox,
	* html input.radio {
	vertical-align:-0.3em;
	}

	* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
	}

	* html select {
	vertical-align:-0.2em;
	}

	/* for IE7 */
	*+html input {
	padding:0;
	}

	*+html input.submit {
	line-height:1.2;
	padding-top:0.2em;
	}

	*+html select {
	vertical-align:-0.2em;
	}

	/* for Opera9.27 */
	html:first-child input {
	padding:0.1em;
	}

	html:first-child input[type="checkbox"],
	html:first-child input[type="radio"] {
	vertical-align:middle;
	}

	html:first-child input[type="submit"] {
	padding:0.3em;
	}

	html:first-child select {
	padding:0.2em;
	}

	/* for Opera9.5 [Safari3] */
	body:first-of-type input {
	padding:0.1em;
	}

	body:first-of-type input[type="checkbox"],
	body:first-of-type input[type="radio"] {
	vertical-align:-0.3em;
	}

	body:first-of-type input[type="submit"] {
	padding:0.3em 0.3em 0.2em 0.3em;
	}

	/* for Safari3 */
	html:not(:only-child:only-child) input {
	padding:0;
	vertical-align:baseline;
	}

	html:not(:only-child:only-child) input[type="checkbox"],
	html:not(:only-child:only-child) input[type="radio"] {
	vertical-align:baseline;
	}

	html:not(:only-child:only-child) select {
	vertical-align:0.1em;
	}

/*----------------------------------------------------
	フォント設定
----------------------------------------------------*/
body {font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/*----------------------------------------------------
	Base
----------------------------------------------------*/
body {
	color: #666;
	line-height: 1.4;
	background: #FFF url(background.jpg) repeat;
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------
	トップ、サブ共通
----------------------------------------------------*/

/*	汎用クラス
----------------------------------------------------*/
dl.top-item {
	width: 100px;
	margin: 5px 0 0;
	padding: 0 18px 2px;
	_padding: 0 14px 2px;
	float: left;
}

dl.item {
	width: 100px;
	margin: 3px 0 0;
	padding: 0 7px 30px;
	_padding: 0 4px 30px;
	float: left;
	border-bottom: #5672A1 1px solid;
}

dl.top-item dt,
dl.item dt {
	padding: 24px 0 0;
}

dl.new dt {
	padding: 24px 0 0;
	background: url(new-item.gif) center top no-repeat;
}

dl.custom {
	background: url(custom-item.gif) center bottom no-repeat;
}

dl.top-item dd.item-price,
dl.item dd.item-price {
	margin: 0;
	height: 1.3em;
	width: 8em;
	overflow: hidden;
}

dl.top-item dd.item-name,
dl.top-item dd.item-number,
dl.item dd.item-name,
dl.item dd.item-number {
	margin: 0;
	height: 2.6em;
	width: 8em;
	overflow: hidden;
}

dl.item dd.item-detail {
	margin: 0;
	height: 4.2em;
	width: 8em;
	overflow: hidden;
}

dl.top-item dd.item-name,
dl.top-item dd.item-price,
dl.top-item dd.item-detail,
dl.item dd.item-name,
dl.item dd.item-price,
dl.item dd.item-detail{
	padding: 2px 0;
	border-bottom: #CCC 1px dotted;
}

.red-txt {
	color: #F00;
}


/*	ヘッダー
----------------------------------------------------*/
#header {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	background: url(header.jpg) repeat-y;
}

#header-bg {
	width: 734px;
	height: 75px;
	margin: 0 auto;
	padding: 20px 30px 0;
	background: #FFF url(header_bg.jpg) no-repeat;
}

/* 090716修正
#header-bg h1 {
	font-size: 22px;
	margin: 0;
}
#header-bg h1 a:link,
#header-bg h1 a:visited,
#header-bg h1 a:hover,
#header-bg h1 a:active {
	color: #FFF;
	text-decoration: none;
}
*/

#title {
	text-decoration: none;
	font-size: 22px;
	margin: 0;
	font-weight:bold;
}

#subtitle { 
	text-decoration: none;
}

#header-bg h1 {
	font-size: 15px;
	margin: 0;
	padding-top: 10px;
}

#header-bg p {
	font-size: 15px;
	margin: 0;
	padding-top: 10px;
	font-weight:bold;
}

#header-bg h2 {
	width: 350px;
	margin: 0;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

#header-navi {
	width: 800px;
	height: 34px;
	margin: 0 auto;
	padding: 2px 15px;
	text-align: right;
	background: url(header_navi_bg.jpg) no-repeat;
}

#header-navi a {
	color: #FFF;
}

#header-navi img {
	vertical-align: middle;
	margin: 0 2px;
}

#header-navi ul {
	list-style: none;
	margin: 2px 5px 0 0;
	_margin: 5px 5px 0 0;
	height: 20px;
}
*:first-child + html #header-navi ul { /* IE7 Hack */
	margin: 5px 5px 0 0;
}

#header-navi ul li {
	margin: 0 5px;
	height: 12px;
	padding: 5px 0 3px 22px;
	display: inline;
	font-size: 10px;
}

li.navi-top {background:url(header_navi_icon00.gif) no-repeat top left;}
li.navi-company {background:url(header_navi_icon03.gif) no-repeat;}
li.navi-inqury {background:url(header_navi_icon04.gif) no-repeat;}
li.navi-catalog {background:url(header_navi_icon05.gif) no-repeat;}


/*	検索ボックス
----------------------------------------------------*/
#search-box {
	width: 810px;
	height: 56px;
	margin: 0 auto;
	padding: 0 5px 2px 15px;
	background: url(search_box_bg.jpg) no-repeat;
	color: #FFF;
}

#search-box dl {
	margin: 0;
	padding: 5px 0 0;
}

#search-box dt {
	width: 84px;
	height: 36px;
	margin-top: -5px;
	background: url(search_title.jpg) no-repeat;
	float: left;
}
#search-box dt strong {
	display: none;
}

#search-box dd {
	display: inline;
	margin: 0;
	padding: 0 5px 0 10px;
}

#search-box dd input,
#search-box dd select {
	vertical-align: bottom;
	_vertical-align: baseline;
	color: #1F5480;
}
*:first-child + html #search-box dd input,
*:first-child + html #search-box dd select { /* IE7 Hack */
	vertical-align: baseline;
}
html:first-child #search-box dd input,
html:first-child #search-box dd select { /* Opera Hack */
	vertical-align: baseline;
}

select.search-category {
	width: 100px;
	height: 18px;
	background: #C1D0DC;
	border: #5672A1 1px solid;
}
*:first-child + html select.search-category { /* IE7 Hack */
	height: 20px;
}
input.search-keyword {
	width: 98px;
	height: 16px;
	padding: 1px;
	background: #C1D0DC;
	border: #5672A1 1px solid;
}
input.search-price {
	width: 38px;
	height: 16px;
	padding: 1px;
	background: #C1D0DC;
	border: #5672A1 1px solid;
}

#btn-search {
	border: 0px;
	width: 150px;
	height: 25px;
	margin-left: -10px;
	background: url(btn_search.gif) left top no-repeat;
	cursor: pointer;
}


/*	#main
----------------------------------------------------*/
#main {
	width: 830px;
	margin: 0 auto;
	background: url(main_bg.jpg) repeat-y;
    overflow: hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/

#main a:link,
#main a:visited,
#main a:active {
	color: #40517C;
}
#main a:hover {
	color: #FB3D53;
	text-decoration: underline;
}

#main a img {
	border: 1px solid #40517C;
}
#main a:hover img {
	border: 1px solid #FB3D53;
}


/*	#contents
----------------------------------------------------*/
#contents {
	width: 630px;
	margin: 0 6px 0 0;
	float: right;
	display: inline;
}


/*	サイドメニュー
----------------------------------------------------*/
#menu {
	width: 164px;
	margin: 0;
	padding: 5px 2px 0 28px;
	float: left;
	background: url(menu_bg.jpg) repeat-y;
}

#menu a img {
	border: none;
}
#menu a:hover img {
	border: none;
}

#menu p {
	margin: 5px 0 0;
}

#menu h3 {
	width: 135px;
	max-height: 32px;
	padding: 3px 5px;
	margin: 10px 0 0;
	background: #FFF;
	border-top: 1px solid #40517C;
	border-right: 1px solid #40517C;
	border-bottom: 1px solid #40517C;
	border-left: 6px solid #40517C;
	font-size: 12px;
	font-weight: normal;
	color: #40517C;
	overflow: hidden;
}
* html #menu h3 { /* IE6 Hack */
	display: block;
	height : expression( this.scrollHeight > 32 ? "32px" : "auto" );
}

#menu ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 3px 0 3px 15px;
	max-height: 30px;
	font-size: 12px;
	line-height: 1.3;
	vertical-align: baseline;
	background: url(list_icon.gif) no-repeat left top;
	overflow: hidden;
}
* html #menu li { /* IE6 Hack */
	display: block;
	height : expression( this.scrollHeight > 31 ? "31px" : "auto" );
}

#menu form {
	margin: 5px 0;
}

#btn-cart {
	border: 0px;
	width: 150px;
	height: 33px;
	background: url(btn_cart.gif) left top no-repeat;
	cursor: pointer;
}

#btn-faxorder {
	border: 0px;
	width: 150px;
	height: 33px;
	background: url(btn_fax.gif) left top no-repeat;
	cursor: pointer;
}

#btn-catalog {
	border: 0px;
	width: 150px;
	height: 33px;
	background: url(btn_catalog.gif) left top no-repeat;
	cursor: pointer;
}

#menu-media {
	background: url(menu_bottom.jpg) no-repeat bottom;
	padding: 0 0 30px 26px;
	margin: 0 -6px 0 -26px;
}

#menu-media li {
	padding: 0;
	background: none;
	line-height: 1.6;
	color: #723A00;
}


/*	パンくずリスト
----------------------------------------------------*/
ul#topicpath {
	margin: 0 0 10px -15px;
	_margin: 0 0 10px 25px;
}
*:first-child + html ul#topicpath { /* IE7 Hack */
	margin: 0 0 10px 25px;
}

ul#topicpath li {
	display: inline;
}

ul#topicpath li a {
	padding-right: 10px;
	background: url(topicpath.gif) no-repeat right center;
}

ul#topicpath li.li-last a {
	padding-right: 10px;
	background: none;
}


/*	ショッピングガイド
----------------------------------------------------*/
#guide {
	width: 580px;
	margin: 0 0 10px 25px;
	padding-top: 15px;
	clear: both;
	line-height: 1.2;
}

#guide p {
	margin: 0;
}

#guide a img {
	border: 0;
}

#guide h3 {
	width: 568px;
	height: 26px;
	padding: 6px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(category_sub_bg.jpg) no-repeat;
}

#guide h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 2px;
}

#payment {
	width: 250px;
	margin-bottom: 10px;
}
#payment img {
	margin: 2px;
}

#returns {
	width: 265px;
	padding-top: 10px;
	margin: 0;
}

#returns p {
	line-height: 1.4;
}

#shipping {
	float: right;
	width: 290px;
}

#shipping table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
	width: 290px;
}
#shipping table col.shipping-area {
	width: 132px;
	white-space: nowrap;
}
#shipping table col.shipping-area,
#shipping table col.shipping-area {
	white-space: pre;
}
#shipping th {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	background-color: #EEE;
    text-align: left;
	padding: 2px;
	font-weight: normal;
}
#shipping td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: right;
	padding: 2px;
}

#shipping p {
	font-size: 10px;
	color: #F00;
}

#discount {
	width: 580px;
	clear: both;
}

#discount p {
	width: 260px;
	display: block;
	float: left;
	line-height: 1.4;
}

#discount table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
	float: right;
	width: 290px;
}
#discount th {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	background-color: #EEE;
    text-align: center;
	padding: 2px;
	font-weight: normal;
}
#discount td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: center;
	padding: 2px;
}

#gotoguide {
	clear: both;
	padding-bottom: 10px;
}


/*	フッター
----------------------------------------------------*/
#footer {
	width: 830px;
	height: 25px;
	margin: 0 auto;
	padding: 25px 0 15px;
	clear: both;
	color: #FFF;
	text-align: center;
	background: url(footer_bg.jpg) no-repeat;
}


/*----------------------------------------------------
	トップページスタイル
----------------------------------------------------*/
#shop-description {
	margin: 5px 0 0 30px;
	padding: 0;
	width: 570px;
	max-height: 5em;
	overflow: auto;
}
* html #shop-description { /* IE6 Hack */
	display: block;
	height : expression( this.scrollHeight > 66 ? "66px" : "auto" );
}

#official-info {
	margin: 5px 0 0 30px;
	padding: 0;
	width: 570px;
	max-height: 6.5em;
	overflow: auto;
}
* html #official-info { /* IE6 Hack */
	display: block;
	height : expression( this.scrollHeight > 70 ? "70px" : "auto" );
}


/*	shop news
----------------------------------------------------*/
#news {
	width: 140px;
	float: right;
	margin: 10px 25px 0 0;
	padding: 0 0 20px 0;
	background-color: #EBF3DC;
	display: inline;
}

#news h3 {
	width: 125px;
	height: 32px;
	padding: 3px 6px 3px 10px;
	margin: 0 0 -10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background:url(newitem_bg.jpg) no-repeat;
}


/*	おすすめ商品カテゴリ
----------------------------------------------------*/
#recommend {
	width: 410px;
	float: left;
	margin: 10px 0 10px 25px;
	display: inline;
}

#recommend h3 {
	width: 394px;
	height: 32px;
	padding: 3px 6px 3px 10px;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background:url(category_bg.jpg) no-repeat;
}

.event-description {
	width: 410px;
	margin: 0;
}


/*	完売商品リスト
----------------------------------------------------*/
#soldout {
	width: 580px;
	float: left;
	margin: 5px 0 10px 25px;
	display: inline;
}

#soldout h3 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 3px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background:url(category_sub_bg.jpg) no-repeat;
}

#soldout ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 570px;
	white-space: nowrap;
	overflow: auto;
	height: 90px;
}

/*	特注商品（新着）、商品詳細（新着）
----------------------------------------------------*/
#custum-new,
#itemlist-new {
	width: 580px;
	float: left;
	margin: 5px 0 10px 25px;
	display: inline;
}

#custum-new h3,
#itemlist-new h3 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 3px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background:url(category_sub_bg.jpg) no-repeat;
}

#custum-new dl,
#itemlist-new dl {
	height: 165px;
	margin: 0;
	padding: 0 5px;
	overflow: auto;
	overflow-x: hidden;
}

#custum-new dt,
#itemlist-new dt {
	clear: left;
	margin: 0;
	padding: 2px 0;
	float: left;
}

#custum-new dd,
#itemlist-new dd {
	margin: 0;
	padding: 7px 0 7px 8px;
	width: 502px;
	overflow: hidden;
	white-space: nowrap;
}

#custum-new p,
#itemlist-new p {
	float: right;
	margin: -28px 10px 0 0;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
#custum-new p a:link,
#custum-new p a:visited,
#custum-new p a:hover,
#custum-new p a:active,
#itemlist-new p a:link,
#itemlist-new p a:visited,
#itemlist-new p a:hover,
#itemlist-new p a:active {
	color: #FFF;
}

/*----------------------------------------------------
	下層ページスタイル
----------------------------------------------------*/

/*	カテゴリページ
----------------------------------------------------*/
.category {
	width: 580px;
	margin: 10px 0 10px 25px;
}

.category h3 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 0;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(category_sub_bg.jpg) no-repeat;
}

.category p {
	margin: 0;
	padding: 4px 0 0;
}

#print-catalog a {
	display: block;
	margin: 10px auto 0;
	border: 0px;
	width: 525px;
	height: 48px;
	background: url(print_catalog.gif) left top  no-repeat;
	cursor: pointer;
}

#print-catalog em {
	display: none;
}


/*	商品詳細ページ
----------------------------------------------------*/
.sub {
	width: 580px;
	margin: 10px 0 10px 25px;
}

.sub h3 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 0;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(category_sub_bg.jpg) no-repeat;
}

.sub p {
	margin: 0;
	padding: 4px 0 0;
}

#shop-comment {
	padding: 6px 0;
}

#item-image {
	width: 352px;
	margin: 0 0 0 25px;
	_margin: 0 0 0 12px;
	padding: 0;
	float: left;
}

ul.navi-item {
	margin: 0 0 4px;
	padding: 0;
}
ul.navi-item .next {
	margin-top: -1.4em;
	float: right;
}

.main-image {
	margin: 0;
	border: 1px solid #CCC;
	clear: both;
}

.sub-image {
	margin: 6px 2px 2px;
	border: 1px solid #CCC;
	float: left;
}

.btn-gotoblog {
	clear: left;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.btn-gotoblog a {
	border: none;
}

#item-information {
	width: 210px;
	margin: 22px 25px 5px 0;
	padding: 5px;
	background: #B3CBE2;
	border: 1px solid #8197AE;
	float: right;
	display: inline;
}

#item-information p {
	margin: 0;
	padding: 0;
}
#item-information form {
	margin: 4px 0;
	padding: 0;
}

#item-information table {
    border-top: 1px solid #40517C;
    border-left: 1px solid #40517C;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
}

#item-information th {
    border-right: 1px solid #40517C;
    border-bottom: 1px solid #40517C;
    text-align: center;
	padding: 4px 10px;
	font-weight: normal;
}
#item-information td {
    border-right: 1px solid #40517C;
    border-bottom: 1px solid #40517C;
	padding: 4px 10px;
}

table#discount-table th,
table#discount-table td {
	padding: 2px 3px;
}

#cart {
	padding: 8px 0 0;
}

#btn-cart-in {
	margin: -26px 0 0;
	padding: 0;
	border: 0px;
	width: 141px;
	height: 34px;
	background: url(btn_cart_in.gif) left top no-repeat;
	cursor: pointer;
	float: right;
}
/* IE8 Hack */
html>/**/body #btn-cart-in {
	margin /*\**/: -8px 0 0\9;
}
/* Fx3.5 Hack */
#btn-cart-in, x:-moz-broken, x:last-of-type {
	margin: -8px 0 0;
}
#btn-cart-in, x:x {
	margin: -26px 0 0;
}

#btn-custom-order {
	margin: 0;
	padding: 0;
	border: 0px;
	width: 140px;
	height: 33px;
	margin-bottom: 7px;
	background: url(btn_custom_order.gif) left top no-repeat;
	cursor: pointer;
	float: right;
}
#btn-custom-order_text {
	margin: 0;
	padding: 0;
	border: 0px;
	width: 190px;
	height: 14px;
	margin-bottom: 0px;
	margin-top: 12px;
	background: url(btn_custom_order_text.gif) left top no-repeat;
	cursor: pointer;

}

#estimate {
	margin: 12px 0 0;
}

#estimate p {
	clear: right;
}

#estimate a:link,
#estimate a:visited,
#estimate a:hover,
#estimate a:active {
	color: #F00;
}

#btn-estimate {
	margin: -26px 0 0;
	padding: 0;
	border: 0px;
	width: 140px;
	height: 33px;
	margin-bottom: 7px;
	background: url(btn_estimate.gif) left top no-repeat;
	cursor: pointer;
	float: right;
}
/* IE8 Hack */
html>/**/body #btn-estimate {
	margin /*\**/: -8px 0 0\9;
}
/* Fx3.5 Hack */
#btn-estimate, x:-moz-broken, x:last-of-type {
	margin: -8px 0 0;
}
#btn-estimate, x:x {
	margin: -26px 0 0;
}

p.item-price {
	color: #F00;
	font-weight: bold;
}

#maker-comment {
	clear: both;
}

#attention {
	clear: right;
	margin: 6px 0 0;
	padding: 0;
	font-size: 10px;
}

#availability {
	margin: 0;
	padding: 0;
}

dl#item-detail01 {
	display: block;
	margin: 6px 0 0;
	padding: 5px 0;
	border-top: #6B7A94 1px dotted;
	border-bottom: #6B7A94 1px dotted;
}

dl#item-detail01 dt {
	color: #40517C;
	float: left;
	padding-right: 1em;
	font-weight: bold;
}

dl#item-detail01 dd {
	margin: 0;
}

ul.merit {
	margin: 10px 0 15px;
	padding: 0;
}

ul.merit li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(list_icon02.gif) no-repeat top left;
	_height: 1.1em;
}


/*	スライダー
----------------------------------------------------*/
#reccomend-set {
	width: 510px;
	margin: 0 auto 15px;
	padding: 4px 0 4px 8px;
	border: #6B7A94 1px solid;
    overflow: hidden;
}

#reccomend-set:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #reccomend-set {
    height: 1em;
    overflow: visible;
}
/**/

#reccomend-set p {
	font-weight: bold;
	color: #40517C;
	margin: 0;
	padding: 0 0 8px;
}

dl.set-item {
	width: 75px;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
}

dl.set-item dd {
	margin: 0;
	padding: 2px 0;
	height: 1.2em;
	width: 7em;
	overflow: hidden;
	font-size: 11px;
}

/*	商品詳細説明
----------------------------------------------------*/
#btn-more-info01 a {
	display: block;
	margin: 4px 0;
	border: 0px;
	width: 175px;
	height: 29px;
	background: url(more-info.gif) left top  no-repeat;
	cursor: pointer;
}

#btn-more-info02 a {
	display: block;
	margin: 4px 0 30px 405px;
	border: 0px;
	width: 175px;
	height: 29px;
	background: url(more-info.gif) left top  no-repeat;
	text-align: right;
	cursor: pointer;
}

#btn-more-info01 em,
#btn-more-info02 em {
	display: none;
}

#more-info {
	margin: 0;
	padding: 10px;
	width: 558px;
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	border: #E4E4E4 1px solid;
}

#more-info dl {
	clear: both;
	margin-bottom: 10px;
    overflow: hidden;
}

#more-info dl:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #more-info dl {
    height: 1em;
    overflow: visible;
}
/**/

#more-info dl dt,
#more-info dl dd {
	margin: 0;
	padding: 0;
}

#more-info dl.img-left img {
	float: left;
	margin: 0 15px 15px 0;
}

#more-info dl.img-right img {
	float: right;
	margin: 0 0 15px 15px;
}


/*	イベントカテゴリ01～10トップページ
----------------------------------------------------*/
#event01, #event02, #event03, #event04, #event05,
#event06, #event07, #event08, #event09, #event10 {
	width: 410px;
	float: left;
	margin: 10px 0 10px 25px;
	display: inline;
}

#event01 h3,#event02 h3,#event03 h3,#event04 h3,#event05 h3,
#event06 h3,#event07 h3,#event08 h3,#event09 h3,#event10 h3 {
	width: 406px;
	height: 32px;
	padding: 3px 6px 3px 10px;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#event01 h3 {background:url(evt01category_bg.jpg) no-repeat;}
#event02 h3 {background:url(evt02category_bg.jpg) no-repeat;}
#event03 h3 {background:url(evt03category_bg.jpg) no-repeat;}
#event04 h3 {background:url(evt04category_bg.jpg) no-repeat;}
#event05 h3 {background:url(evt05category_bg.jpg) no-repeat;}
#event06 h3 {background:url(evt06category_bg.jpg) no-repeat;}
#event07 h3 {background:url(evt07category_bg.jpg) no-repeat;}
#event08 h3 {background:url(evt08category_bg.jpg) no-repeat;}
#event09 h3 {background:url(evt09category_bg.jpg) no-repeat;}
#event10 h3 {background:url(evt10category_bg.jpg) no-repeat;}


/*	イベントカテゴリ01～10サブページ
----------------------------------------------------*/
.event01-sub,.event02-sub,.event03-sub,.event04-sub,.event05-sub,
.event06-sub,.event07-sub,.event08-sub,.event09-sub,.event10-sub {
	width: 580px;
	margin: 10px 0 10px 25px;
}

.event01-sub h3,.event02-sub h3,.event03-sub h3,.event04-sub h3,.event05-sub h3,
.event06-sub h3,.event07-sub h3,.event08-sub h3,.event09-sub h3,.event10-sub h3 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 0;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.event01-sub p,.event02-sub p,.event03-sub p,.event04-sub p,.event05-sub p,
.event06-sub p,.event07-sub p,.event08-sub p,.event09-sub p,.event10-sub p {
	margin: 0;
	padding: 4px 0 0;
}

.event01-sub h3 {background: url(evt01category_sub_bg.jpg) no-repeat;}
.event02-sub h3 {background: url(evt02category_sub_bg.jpg) no-repeat;}
.event03-sub h3 {background: url(evt03category_sub_bg.jpg) no-repeat;}
.event04-sub h3 {background: url(evt04category_sub_bg.jpg) no-repeat;}
.event05-sub h3 {background: url(evt05category_sub_bg.jpg) no-repeat;}
.event06-sub h3 {background: url(evt06category_sub_bg.jpg) no-repeat;}
.event07-sub h3 {background: url(evt07category_sub_bg.jpg) no-repeat;}
.event08-sub h3 {background: url(evt08category_sub_bg.jpg) no-repeat;}
.event09-sub h3 {background: url(evt09category_sub_bg.jpg) no-repeat;}
.event10-sub h3 {background: url(evt10category_sub_bg.jpg) no-repeat;}


/*	山貴屋独自CSS
----------------------------------------------------*/
#shop-alllinks {
line-height: 1.4em;
font-size: 10px;
margin: 0 20px 10px 20px;
}

#shop-alllinks_outline {
width: 580px;
float: right;
margin: 10px 20px 0 0;
display: inline;
}

/*	090706追加	*/
.sub h1 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 0;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(category_sub_bg.jpg) no-repeat;
}
.category h1 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 0;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(category_sub_bg.jpg) no-repeat;
}

.event01-sub h1,.event02-sub h1,.event03-sub h1,.event04-sub h1,.event05-sub h1,
.event06-sub h1,.event07-sub h1,.event08-sub h1,.event09-sub h1,.event10-sub h1 {
	width: 568px;
	height: 26px;
	padding: 3px 6px 0;
	margin: 0 0 -5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.event01-sub h1 {background: url(evt01category_sub_bg.jpg) no-repeat;}
.event02-sub h1 {background: url(evt02category_sub_bg.jpg) no-repeat;}
.event03-sub h1 {background: url(evt03category_sub_bg.jpg) no-repeat;}
.event04-sub h1 {background: url(evt04category_sub_bg.jpg) no-repeat;}
.event05-sub h1 {background: url(evt05category_sub_bg.jpg) no-repeat;}
.event06-sub h1 {background: url(evt06category_sub_bg.jpg) no-repeat;}
.event07-sub h1 {background: url(evt07category_sub_bg.jpg) no-repeat;}
.event08-sub h1 {background: url(evt08category_sub_bg.jpg) no-repeat;}
.event09-sub h1 {background: url(evt09category_sub_bg.jpg) no-repeat;}
.event10-sub h1 {background: url(evt10category_sub_bg.jpg) no-repeat;}

/*	090723追加	*/
#item-comment-title {
	margin: 6px 0px 0 0px;
	padding: 0;
	font-weight: normal;
	float:left;
}
#category-description {
	margin: 5px 0 0 0px;
	padding: 0;
	width: 570px;
	max-height: 5em;
	overflow: auto;
	font-weight: normal;

}
#shop-description_title {
	margin: 0px 0 0 30px;
	padding: 0;
	float:left;
}
h2.navi-category-h2 { 
	font-weight: normal;
	padding: 0px;
	display: inline;
	margin: 0px 0px 0px -3px;
}
li.navi-category { 
	background:url(header_navi_icon00.gif) no-repeat;
	background-position: left;
}
#btn-custom-order_text_margin {
	margin: 0;
	padding: 0;
}
