/*　基本構造　*/

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	background: url(../images/base_090606.jpg) no-repeat center bottom fixed;
}

/*　リンク　*/

a:link {
	color: #8294b4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: 646E96;
}
a:active {
	text-decoration: none;
}


div#wrapper{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

div#head{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}

h1{
	margin: 0 auto;
	padding: 0;
	}
	
div#head ul{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}
	
div#head li{
	margin: 0;
	padding: 0;
	float: left;
	}
	

/*　メイン　*/

div#main{
	width: 730px;
	margin: 10px auto 30px auto;
	}
	
/*　デザインセット　*/

.design_set{
	width: 730px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #999999;
	}
	
.spec{
	float: left;
	}
	
.desc{
	float: right;
	line-height: 1.6;
	}
	
.photo{
	width: 583px;
	margin: 50px auto 10px auto;
	}
	
.photo img{
	float: left;
	margin: 0 20px;
	}
	
/*　インフォメーションセット　*/

.info_set{
	width: 730px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	border-top: 1px solid #999999;
	}
	
.info_left{
	float: left;
	}
	
.info_right{
	float: right;
	}
	
.about{
	width: 350px;
	padding: 15px;
	background-color: #E6E6E6;
	}
	
.cart_area{
	width: 685px;
	margin: 20px auto;
	text-align: right;
	font-size: 12px;
	color: #666666;
	}	
	

	
/*　フッタ　*/

div#foot{
	margin: 20px auto;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
.text12px_gray{
	font-size: 12px;
	color: #999999;
	}
	
.text13px{
	font-size: 13px;
	line-height: 20px;
	}
	
.alert{
	color: #990000;
	font-size: 12px;
	}
	
.sales_info{
	font-size: 16px;
	line-height: 2;
	}
	
/* 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;
}

/*　表示切り替え　*/

div#foot_navi_gray{
	display: none;
	}

