@charset "utf-8";

*{margin:0;padding:0;}

body{
    font: 13px/1.4 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    color:#460e0b;
    background: #f8f8f1 url(../images/bg.png);
}

.ui-widget {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 1em;
}

a{color:#706620;text-decoration:none;}
a:hover{color:#4d450c;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 1120px;
}

/*************
/* ヘッダー
*************/
#header{
height: 80px;
}

#header h1 {
color: #706620;
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
#menu ul{
list-style: none;
padding: 5px;
margin: 25px 0 5px 0;
}
#menu li{
padding: 0;
margin: 0 15px 0 0;
float: left;
}
#menu li a{
display: block;
border-bottom: 1px dotted #555;
text-decoration: none;
font-weight:bold;
color: #452503;
padding: 0px 20px 0px 20px;
margin: 0px 2px;
text-align: left;
font-size: 14px;
}
#menu li a:hover{
background:url('../images/mark.gif') no-repeat left center;
opacity:0.5;
}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 870px;
padding: 25px 0;
display: inline;
}

#mainimage {
margin-top: 30px;
}

#main h2{
margin-bottom: 5px;
padding: 0 10px 0px 20px;
line-height: 30px;
font-size: 13px;
font-weight: bold;
color: #452503;
background: url(../images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #706620;
border-bottom: 1px solid #ccc;
}

#main h4 {
    margin-top: 3px;
    padding: 0 5px 0 5px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #452503;
    background: url(../images/heading2.png) no-repeat;
}

#main .box{
    float: left;
    width: 205px;
    margin: 10px 16px 10px 0;
    word-wrap:break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 1em;
}

#main .box:hover{
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 80);
    cursor: pointer;
}

#main .box .name{
    padding: 3px;
}

#main .box .price{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
}

#main .last{margin-right:0;}

/* ボタン */
p.button{
	text-align: center;
	padding: 10px 0;
}

p.button a{
	display:block;
	line-height: 32px;
	background: url(../images/button.png) no-repeat;
	margin: 0 -20px;
}

p.button a{color:#452503;}
p.button a:hover{color:#3b240b;}

p.button a:hover{
	cursor:pointer;
	background-position: 0 -32px;
}

.topicslist{
	margin: 10px 0;
	padding: 10px 0;
}

.topicslist li{
	margin: 0 10px 10px 5px;
	list-style: none;
	border-bottom: 1px dashed #a17646;
}

.topicslist li a{
	background: url(../images/list.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
	font-weight:bold;
}

.topicslist li a:hover{background-position: 3px 50%;}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 230px;
	padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
	margin-top: 5px;
	padding: 0 10px 0 23px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #452503;
	background: url(../images/heading2.png) no-repeat;
}

#sidebar ul{
	margin-bottom: 20px;
	padding: 10px 0 0 10px;
}

#sidebar li{
	margin: 0 10px 10px 5px;
	list-style: none;
	border-bottom: 1px dashed #a17646;
	font-size: 11px;
	background: url(../images/list.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
	clear:both;
	padding: 10px 0 10px;
	border-top: 1px solid #a98154;
}

#footer .inner{
	overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
	float:left;
	padding: 0 0 5px;
	width: 260px;
}

#footer .footerbox{
    float: left;
    width: 205px;
    margin: 10px 16px 10px 0;
    word-wrap:break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#footer .last{margin-right:0;}

address{
    padding: 20px 0 3px;
    text-align: center;
    font-style:normal;
    font-size: 12px;
    clear:both;
    display:block;
}

/*************************************
/* JqueryUi combobox autocomplete
*************************************/
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -32px;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
    width: 95%;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.shadow{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
}

.thumbnailimg{
    width: 205px;
    height: 150px;
    margin-bottom: 10px;
}

.box_skitter_large {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; font-size: 1em;
	width:870px;
	height:300px;
}

.box_skitter .label_skitter p {
	font: 18px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.box_skitter img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_skitter .label_skitter {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0 0 5px 5px;
}

/*************************************
/* 商品紹介ダイアログ
*************************************/
.productdialog{
	width: 260px;
	border-collapse: collapse;
	border-right: 1px solid #999;
	font-size: small;
}
.productdialog th{
	width: 70px;
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #fff;
	background-color: #555;
	border-left: 5px solid #ff6633;
	border-top: 1px solid #fff;
}
.productdialog td{
	text-align: left;
	width: 190px;
	word-wrap:break-word;
	padding: 3px 5px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}


/*************************************
/* ページTOP
*************************************/
.pagetop {
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 50);
	position: fixed;
	bottom: -40px;
	right: 50px;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	background-color: #333;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 40px;
}
.pagetop:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 100);
}

input[type="text"] {
	padding: 3px 5px;
}

div.pagination {
	font-size: 13px;
	text-align: center;
	padding:10px 6px 4px 0;
	color:#313031;
}

div.pagination a {
	font-weight:bold;
	color:#0030ce;
	text-decoration:underline;
	padding:1px 3px 1px 3px;
	margin:0 1px 0 1px;
}

div.pagination a:hover, div.pagination a:active {
	background-color:#0030ce;
	color: #fff;
}
div.pagination span.current {
	padding:1px 2px 1px 2px;
	color:#000;
	font-weight: bold;
}
div.pagination span.disabled {
	display:none;
}
.detail_images{
    max-width: 90px;
    max-height: 70px;
    cursor: pointer;
    cursor: hand;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#detail_main_img{
    max-width: 350px;
    max-height: 350px;
}