/*　リンク　*/

a:link{ color: #5fcbf9; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }

/*　フォント　*/

.price_text{
	font-size: 18px;
	font-weight: bold;
	}

.bluemiddle{
	font-size: 17px;
	font-weight: bold;
	color: #008CBE;
	}
	
.bluebig{
	font-size: 22px;
	font-weight: bold;
	color: #008CBE;
	}
	
.blue14px{
	font-size: 14px;
	font-weight: bold;
	color: #008CBE;
	}
	
.bold{
	font-size: 14px;
	font-weight: bold;
	}
	
.white12px{
	font-size: 12px;
	color: #FFFFFF;
	}

.gray13px{
	font-size: 13px;
	color: #666666;
	}
	
.gray12px{
	font-size: 12px;
	color: #666666;
	}
	
.gray10px{
	font-size: 10px;
	color: #666666;
	}
	
.black12px{
	font-size: 12px;
	color: #000000;
	}
	
.black13px{
	font-size: 13px;
	color: #000000;
	}
	
.alert{
	font-size: 12px;
	color:#CC3333;
	}
	
.boldred{
	font-size: 13px;
	font-weight: bold;
	color:#CC3333;
	}
	
.blue14px{
	color: #54a6c1;
	}
	
/* 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;
}