/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-y center top;
	background-color: #f9e3eb;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

div#wrapper{
	width: 610px;
	margin: 0 auto;
	padding: 0;
	}


div#main{
	width: 610px;
	margin: 0 auto;
	padding: 0;
	}
	

/*　ヘッダ　*/
	
h1{
	margin: 0 auto;
	padding: 20px 0 0 0;
	float: left;
	}
	
h2{
	margin: 0;
	padding: 0 ;
	float: right;
	}
	
div#main_img{
	margin: 20px auto;
	text-align: center;
	}
	
/*　レポート　*/

div.report_set{
	margin: 20px auto 40px auto;
	}
	
.title{
	color: #cf879c;
	padding-left: 10px;
	}
	

/*　左エリア　*/

div#fugu{
	margin: 20px auto;
	}
	
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
.price{
	color: #993333;
	}
	
.gray12px{
	color: #666666;
	font-size: 12px;
	}
	
/*　リンク　*/

a:link{
	color: #b5748b;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #e885a8;
	text-decoration: none;
	}
	
/*　フッタ　*/

div#foot{
	margin: 0 auto;
	padding: 30px 0 30px 0;
	}	

	
/* 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;
}