/* CSS Document */
html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	/* overflow:hidden; disable scrollbars */
}
#container {
	width:100%;
	margin:0 auto;
	z-index:1;
	padding-top:0px;
}

/******ここまでデフォルトで書き出されるスタイル指定の上書き*******/

.productname {
	font-size:15px;
	font-weight:bold;
	color:#868bcd;
	text-decoration:none;
	width:96%;
	background:#e6e6e6;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
	-moz-box-shadow: 0 1px 3px #4c4c4c;
	-webkit-box-shadow: 0 1px 3px #4c4c4c;
	margin:0 auto;
	margin-top:9px;
}

.productname a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	}
.productname a:hover {
	font-size:16px;
	color:#CCC;
	text-decoration:underline;
	}

.text {
	top:60px;
	right:10px;
	font-size:12px;
	color:#646464;
	width:25%;
	float:right;
	margin-top:10px;
	margin-right:10px;
	}

/******menudropのスタイル*******/
#menuBarHolder {
	position:absolute;
	top:0.3%;
	right:3%;
	width:50px;
	height:29px;
	background-color:#b4b4b4;
	color:#fff;
	font-family:Arial;
	font-size:13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index:10000;
	-moz-box-shadow: 0 1px 3px #4c4c4c;
	-webkit-box-shadow: 0 1px 3px #4c4c4c;
	text-align:center;
	float:right;
	margin-top:12px;
}
	
#menuBarHolder ul{
	list-style-type:none;
	display:block;
	margin:0px;
	padding-left:0px;
	}
#menuBar li{
	margin-top:7px;
	margin-left:0px;
	z-index:100;
	padding-left:0px;
	}
#menuBar li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
.menuHover {
	background-color:#999;
	}
.menuInfo {
	cursor:hand;
	background-color:#d8d9eb;
	color:#2f2f2f;
	width:auto;
	font-size:12px;
	height:auto;
	padding:10px;
	display:none;
	position:absolute;
	margin-top:-15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left:-200px;
	opacity:0.8;
	text-align:left;
	font-weight:bold;
}
/******amazonのスタイル*******/

.amazon {
	width:135px;
	height:auto;
	text-align:center;
	-moz-box-shadow: 1px 1px 3px #4c4c4c;
	-webkit-box-shadow: 1px 1px 3px #4c4c4c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size:11px;
	padding:5px;
	float:left;
	margin-top:10px;
	}

.btn{
	padding-top:20px;
	clear:both;
	margin:0 auto;
	width:50px;
	position:absolute;
	bottom:2%;
	left:2%;
	z-index:1000;
}

.input{
	margin:5px;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}