/*　リンク　*/

a:link{ color: #30c45e; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }

/*　基本構造　*/

body {
	background: url(../images/base.gif) repeat center top fixed;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	}
	
div#wrapper{
	width: 700px;
	margin: 0 auto;
	background-color: #FFF;
	}
	
div#main{
	width: 570px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	}
	
/*　左エリアメイン画像　*/

div#left_head{
	width: 570px;
	margin: 0 auto;
	}
	
div#left_head ul{
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	}
	
div#left_head li{
	margin: 0;
	padding: 0;
	float: left;
	}
	
div#left_mainimg{
	width: 474px;
	float:left;
	}
	
div#btn_zoom{
	width: 88px;
	float: right;
	}
	
div#btn_zoom ul{
	margin: 0;
	padding: 0;
	}
	
div#btn_zoom li{
	margin: 0 0 5px 0;
	padding: 0;
	}
	
	
/*　左エリアメイン　*/

div#left_main{
	padding-left: 40px;
	}
	
#title{
	margin: 0;
	padding: 15px 0 0 0;
	}
	
div#bread{
	height: 15px;
	}

/*　左エリアポイント　*/

div#point{
	width: 560px;
	background-color: #ECF0E2;
	margin: 20px 0 20px 0;
	}
	
.point_set{
	padding-left: 20px;
	}
	
.point_ph{
	float: left;
	}
	
div#point p{
	float: left;
	padding: 0 0 0 10px;
	margin-top: 0;
	}

	
/*　右エリアサブナビ　カスケーディング　*/

div#right_wrapper{
	margin: 30px auto 15px auto;
	}

/*　左エリア本文　*/　

#desc{
	width: 570px;
	}
	
/*　左エリアスペック　*/

div#spec{
	padding: 30px 0 20px 0;
	font-size: 12px;
	color: #666666;
	}
	
.alert{
	width: 130px;
	text-align: center;
	}
	
/*　フォント　*/

.gray12px{
	font-size: 12px;
	color: #666666;
	}
	
	/* 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;
}

.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;
	}