/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	padding: 0;
	margin: 0;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
}

body, p, ul {
	font: small Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #666666;
	font-size: x-small;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}


/*
 page[
----------------------------------------------------------- */
#page {
	width: 820px;
	height: 1580px;
	margin-bottom: 5px;
	border: none;
}

#left-wrap {
	float: left;
	margin-left: 0;
}

#left {
	width: 131px;
	height: 120px;
	background-color: #666666;
}

#leftunder {
	margin-top: 5px;
	width: 131px;
	height: 1455px;
	background-color: #666666;	
}

#right {
	float: right;
	width: 689px;
	height: 1580px;
	margin-right: 0;
}

/*
 main [
----------------------------------------------------------- */
#main {
	height: 1569px;
	width: 682px;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	border: #CCCCCC solid 1px;
	background: #FFFFFF;
}

#contents {
	width: 650px;
	height: 1555px;
	padding-left: 28px;
}

#contentsright {
	width: 220px;
	height: 1569px;
	float: right;
	margin-right: 0;
	border-left: #CCCCCC dashed 1px;
	font-size: x-small;
	vertical-align: middle;
}

.linkbanner {
	width: 200px;
	height: 80px;
	padding: 7px 10px 0 10px;
}

.linkbanner_double {
	width: 200px;
	height: 138px;
	padding: 7px 10px 0 10px;
}

.linkbanner_triple {
	width: 200px;
	height: 200px;
	padding: 7px 10px 0 10px;
}

.linkbanner_small {
	width: 200px;
	height: 52px;
	padding: 7px 10px 0 10px;
}

.storebox {
	width: 630px;
	height: 75px;
	border-top:#999999 1px dashed;
	padding-top: 5px;
}

.storebox-in {
	float: left;
	margin-right: 1em;
}

.cart {
	float: right;
	width: 205px;
	height: 35px;
	padding-top: 5px;
}

.cartprice {
	width: 130px;
	height: 35px;
	text-align: right;
}

.cartbtn {
	float: right;
	font-size: 9px;
	color: #CC0000;
	text-align: right;
}

.cartview {
	padding-right: 3px;
}

/*
 showcase [
----------------------------------------------------------- */
.showcase {
	margin: 5px 10px;
	width: 200px;
	height: 60px;
}

.showcase p {
	font-size: xx-small;
	line-height: 1.1;
}

.showcase-in {
	float: left;
	margin-right: 1em;
}

/*
 Contents [
----------------------------------------------------------- */
.headline {
	width: 628px;
	height: 77px;
	margin:  0 2px;
	padding: 38px 10px 0 28px;
	font-size: xx-large;
	font-weight: bold;

}

.headline-shadow {
	color: #999999;
	font-size: x-small;
}

