ul {
list-style-type:none;
}

#main {
	width: 910px;
	padding-left: 20px;
	padding-top: 20px;
}
#mainContents {
	width: 450px;
	float: left;
	padding-left: 20px;
}
#mainImg img {
	padding-bottom: 25px;
}

#seriesList {
	width: 450px;
	padding-bottom: 20px;
}
#seriesList h2 {
	display: block;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 2px;
}
#seriesList a {
	width: 147px;
	display: block;
	margin-bottom: 1px;
	border: 1px solid #999999;
	margin-right: 1px;
}
#seriesList a:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#seriesList li {
	float: left;
	width: 150px;
	display: block;
}
#otherArea {
	clear: both;
	width: 450px;
	padding-bottom: 20px;
}

#sideMenu {
	width: 180px;
	float: left;
}
#menuPurchase li {
	display: inline;
}
#menuPurchase a {
	display: block;
	width: 180px;
}
#subContents {
	float: right;
	width: 240px;
}
#news h2 {
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#newsArea {
	height: 180px;
	overflow: auto;
}
#newsArea dl {
	margin-top: 10px;
}
#newsArea dt {
	display: block;
}
#newsArea dd {
	display: block;
	margin-top: 2px;
}
#bannerArea {
	margin-top: 10px;
}
#bannerArea li {
	display: inline;
}
#bannerArea a {
	margin-bottom: 10px;
	display: block;
}

