/*　基本構造　*/

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: 725px;
	margin: 0 auto;
	}
	
div#main{
	width: 570px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	}
	
div#head ul{
	text-align: left;
	padding: 0 0 20px 0;
	list-style-type: none;
	}
	
div#head li{
	float: left;
	padding-right: 20px;
}
	
h1{
	text-align: left;
	}
	
div#main_left{
	float: left;
	}
	
div#main_right{
	float: right;
	}
	
/*　カート　*/

div#cart{
	width: 560px;
	height: 99px;
	margin: 20px auto;
	background: url(../shared/cart_bg.gif) no-repeat center top;
	}
	
div#cart_left{
	float: left;
	padding: 10px 0 10px 15px;
	}
	
div#cart_right{
	float: right;
	padding: 10px 20px 10px 10px;
	}
	
div#body_m,div#btn_cart_m,div#body_s,div#btn_cart_s{
	float: left;
	}
	
div#btn_cart_m,div#btn_cart_s{
	width: 150px;
	margin: 5px auto;
	text-align: center;
}

/*　フォント　*/

.gray12px{
	font-size: 12px;
	color: #999;
	}
	
.black12px{
	font-size: 12px;
	}
	
.alert{
	color: #C30;
	font-size: 12px;
	}
	
/*　ナビ　*/

div#navi h3{
	width: 600px;
	text-align: left;
	margin: 0 auto;
	}

div#navi ul{
	list-style-type: none;
	width: 600px;
	margin: 20px auto;
	}
	
div#navi li{
	margin: 0;
	padding: 0;
	float: left;
	width: 60px;
	height: 80px;
	text-align: center;
	}
	
/* 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;
}

/*　リンク　*/

a:link{ color: #30c45e; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }