@charset "utf-8";
/* CSS Document */

body {
	padding: 20px;
	width: 480px;
}
p {
	font-size: small;
	line-height: 1.5em;
}
.copy {
	font-size: 10px;
	line-height: 30px;
	margin-top: 70px;
}

.shoptable{
	font-size: 10px;
	background:#000000;
}

.shoptable td{
	background:#FFFFFF;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}


p.attention{
	font-size: 10px;
	color:#ff0000;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.3em;
	margin:10px 0px 5px 0px;
}