@charset "utf-8";

/* 売買専用
---------------------------------------*/
h2 {
	display:block;
	width: 610px;
	height: 90px;
	margin-bottom: 10px;
	position: relative;
}

h2 span.catLabel {
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:5px;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size: 18px;
	font-weight: bold;
}

div#shibori {
	background:url(../img/chintai/bgShibori.gif);
	width:590px;
	padding: 10px 10px 0;
	margin-bottom: 1em;
}

div#shibori h3 {
	width: 168px;
	height: 20px;
	margin-bottom: 12px;
	
}



/* グローバルメニュー
----------------------------------------------------------- */
div#globalMenu {
	width: 820px;
	padding: 0 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 39px;
	padding-bottom: 6px;
	background:url(../img/header/bgGMenuBb.gif) left bottom repeat-x;
	overflow: hidden;
}

div#globalMenu ul{
	width:820px;
	height:39px;
	display:block;
}

div#globalMenu ul li{
	height:39px;
	float:left;
	display:block;
}

div#globalMenu ul li a{
	height:39px;
	display:block;
	text-decoration: none;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}

div#globalMenu ul li#gM01 {
	width:150px;
	margin-right: 5px;
	background:url(../img/header/btnGM01_off.gif) left top no-repeat;
}
div#globalMenu ul li#gM02 {
	width:330px;
	margin-right: 5px;
	background:url(../img/header/btnGM02_off.gif) left top no-repeat;
}
div#globalMenu ul li#gM03 {
	width:330px;
	background:url(../img/header/btnGM03_on.gif) left top no-repeat;
}

.price {
	font-size:110%;
}


table.bknSyousai { margin: 1em auto; }

table.bknSyousai,
table.bknSyousai th,
table.bknSyousai td { border:1px solid #676767; 
}

table.bknSyousai th,
table.bknSyousai td { padding:5px;}


table.bknSyousai th {
	width: 115px;
	text-align: center;
	background-color: #ffe4e2;
}

table.bknSyousai td { width: 160px; }

