/*　基本構造　*/

body{
	background: url(../shared/normal_bg.jpg) no-repeat center bottom fixed;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	}
	
div#wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: none;
	}
	
div#main{
	width: 720px;
	margin: 0 auto;
	padding: 0;
	}


/*　ヘッダ　*/

div#head{
	width: 710px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
h1{
	margin: 0;
	padding: 5px 0 0 5px;
	float: left;
	}
	
h2{
	margin: 0;
	padding: 5px 5px 0 5px;
	float: right;
	}
	

div#head ul{
	width: 710px;
	list-style-type:none;
	margin: 10px auto;
	padding: 0;
	 }
	 
div#head li{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	 }

/*　左エリア　*/


div#all{
	width: 690px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

	
	 
/*　フッタ　*/

div#foot{
	margin: 50px auto 30px auto;
	}
	 
/*　リンク　*/

a:link{
	color: #5c9203;
	text-decoration: none;
	border: none;
	}
	
a:visited{
	color: #95a180;
	text-decoration: none;
	border: none;
	}

a:hover{
	color: #ff7f02;
	text-decoration: none;
	border: none;
}



/* フォント */

.price{
	font-size: 12px;
	color: #FFFFFF;
	}
	
.text12px{
	font-size: 12px;
	}
	
.text14brown{
	color: #996633;
	}
	
.text14blue{
	color: #3399FF;
	}
	
.text12blue{
	color: #3399FF;
	font-size: 12px;
	}
	
.text14red{
	color: #993333;
	}
	
	/* 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;
}



#lbNextLink {
	right: 0;
}



#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;
}

