/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka,Verdana;
	font-size:12px;
	color:#CCC;
}	

img {
	border:0;
}

a {
    color:#ffffff;
}

#header {
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background-repeat: no-repeat;
	background-color: #000000;
}

#topmain {
	background-image: url("../image/main-top.jpg") ;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}

#productsmain {
	background-image: url("../image/products-top.jpg") ;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}
	
#techmain {
	background-image: url("../image/tech-top.jpg") ;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}

#item {
	width:720px;
	border:1px solid grey;
	background: url(../image/item-bg.png);}
	
#item_text {
	width:260px;
	padding:10px;
	border:1px solid grey;
	background: url(../image/item_text-bg.png);}





.products {
	width:720px;
	padding:300px 0;}
.products ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.products li {
	width:220px;
	height: 260px;
	float:left;
	margin:10px 15px 10px 0;
	border:1px solid white;
	padding:0 0 10px 0;
	background: url(../image/product-bg-sm.png) 0 -20px repeat-x;
	position: relative;
	}
.products li:hover {
	background: url(../image/product-bg-sm.png) 0 -10px repeat-x;
	}
.products li .product-image {
	display:table-cell;
	margin:0;
	padding:0;
	height:194px;
	text-align:center;
	vertical-align:middle;
	width:220px;
	}
.products li .product-image img {
	margin:auto;
	}
.products li .product-name {
	display:block;
	font-weight:bold;
	padding:0 10px 4px;
	font-size:1.1em;
	line-height: 1.3em;
	text-decoration:none;
	}
	.products li .product-name:hover {
		text-decoration: underline;
		}
.products li .product-price {
	display:block;
	padding:2px 0 20px 10px;
	text-decoration:none;
	}
.productOptions {
	left: 7px;
	border: 15px;
	position: absolute;
	bottom: 15px;
	width: 215px;
	}

#impremain {
	background-image: url("../image/impre-top.jpg") ;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}
	
#impretable {
	width:720px;
	padding:300px 0 0 0;}


#shopmain {
	background-image: url("../image/shop-top.jpg") ;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}
	
#shoptable {
	width:720px;
	padding:300px 0 0 0;
	}