/*　基本設定　*/

body {
	background: url(../images/bg.jpg) repeat-x center top fixed; /*背景変更時に修正*/
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

div#wrapper{
	width: 628px;
	margin: 0 auto;
	}
	
/*　ヘッダー　*/
	
div#head{
	width: 628px;
	margin: 0 auto;
	background: url(../images/head_bg.png) no-repeat center top;
	}
	
h1{
	text-align: left;
	padding: 15px 0 0 20px;
	margin: 0;
	}
	
/* メイン　*/

div#main{
	width: 628px;
	margin: 0 auto;
	background: url(../images/middle_bg.png) repeat-y center top;
	}
	
h2{
	margin: 0;
	padding: 20px 0 20px 20px;
	text-align: left;
	}
	
h3{
	margin: 0;
	padding: 15px 0 10px 0;
	}
	
.cover_set{
	padding: 10px auto 30px auto;
	}
	
/* ボトム　*/

div#bottom{
	width: 628px;
	margin: 0 auto;
	background: url(../images/bottom_bg.png) no-repeat center bottom;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
.brown12px{
	font-size: 12px;
	color: #4a3a33;
	}

/* 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;
}