/*　基本構造　*/

body {
	background: url(../images/second_bg.gif) repeat-x center top;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	}
	
/*　ヘッダ　*/
	
div#head{
	width: 100%;
	height: 390px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../design/images/t09_honkinari_km_head_bg.jpg) no-repeat center top;
	}
	
h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　メイン　*/

div#main_wrapper{
	width: 100%;
	background: url(../images/main_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	}

div#main{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}
	
/*　ナビゲーション　*/

div#navi{
	width: 900px;
	height: 44px;
	margin: 0 auto;
	}
	
div#navi ul{
	margin: 0 auto;
	padding: 20px 0 0 0;
	list-style-type: none;
	}
	
div#navi li{
	margin: 0;
	padding: 0;
	display: inline;
	}
	
/*　左エリア　*/

div#left{
	width:600px;
	float: left;
	text-align: left;
	padding-left: 30px;
	}
	
h3{
	margin: 30px 0;
	color: #6e5c4f;
	font-size: 14px;
	font-weight: bold;
	}
	
.set{
	margin: 40px auto;}
	
div#sam{
	margin: 20px auto;
	}
	
div#sam ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	
div#sam li{
	display: inline;
	}
	
	
div#sub_navi ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	
div#sub_navi li{
	display: inline;
	}
	

/*　右エリア　*/

div#right{
	width:270px;
	float: right;
	text-align: center;
	}
	
div#right ul{
	margin: 0 auto;
	padding: 12px 0 0 0;
	list-style-type: none;
	}
	
div#right li{
	margin: 0 0 5px 0;
	padding: 0;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
.alert{
	color: #FF0000;
	font-size:12px;
	}
	
/*　販売表示　*/

.onsale{
	display: block;
	}
	
.sold{
	display: none;
	}
	
/*　フッタ　*/

div#foot{
	width: 100%;
	height: 200px;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	margin: 0 auto;
	}
	
div#foot ul{
	margin: 0 auto;
	padding: 20px 0 0 0;
	list-style-type: none;
	}
	
div#foot li{
	margin: 0;
	padding: 0;
	display: inline;
	}
	
/*　リンク　*/

a:link{
	color: #946b4d;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #d8890c;
	text-decoration: none;
	}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	left: 50%;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}



#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/store/techo/2009/shared/close_btn.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}