html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
h3 {
	width: 75%;
	border-width: 1px;
	border-style: dashed;
	background-color: #eee;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
h4 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
p {
	font-size: 11px;
	line-height: 1.5em;
}
.comp_box {
	width:60%;
	border-width: 1px;
	border-style: dashed;
	background-color: #fee;
	padding: 5px;
}
.item_box {
	position: relative;
	border-width: 1px;
	border-style: dashed;
	background-color: #eff;
	margin-left: 180px;
	padding: 5px;
}
.cover_pic {
	float:left; 
	margin-right: 5px; 
	margin-bottom: 5px; 
}
li {
	font-size: 11px;
}
.jmenu {
	position: absolute;
	width: 150px;
	left: 10px;
}
.jmenu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.jmenu li {
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-left: 5px;
	padding: 0px;
}
.jmenu li a {
	text-decoration: none;
}
.jmenu li a:hover { 
	color: #00c;	
}
a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
a:hover {
	color: #00c;
}
.buy {color: #FF0000}

