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

BODY {
	font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial";
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

IFRAME {
	width: 975px;
	height: 480px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

A {
	font-size: 14px;
	font-weight: 800;
	color: #FF6600;
}

A:hover {
	color: #0099FF;
}

DIV.banner {
	width: 100%;
	height: 260px;
	background-image: url('/images/header-bg.png');
}

DIV.logo {
	width: 260px;
	height: 260px;
	background-image: url('/images/header-logo.png');
}

DIV.title {
	width: 692px;
	height: 151px;
	background-image: url('/images/header-title.png');
}

DIV.frame {
	width: 100%;
	text-align: center;
}

DIV.spacer {
	height: 30px;
	clear: both;
}

DIV.header {
	font-family: "Helvetica Neue", "Verdana", "Arial";
	font-size: 20px;
	font-weight: 800;
}

DIV.info {
	width: 700px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding-top: 10px;
}

DIV.reviewby {
	text-align: right;
}

DIV.info LI DIV.question {
	font-weight: 800;
	color: #000000;
	padding-top: 10px;
}

DIV.info LI DIV.answer {
	padding-top: 10px;
}

TABLE.screenshot-container {
  width: 760px;
	margin-left: auto;
	margin-right: auto;
}

TABLE.screenshot-container TD {
	font-weight: 800;
	text-align: center;
	padding: 5px;
}

TABLE.screenshot-container TD IMG {
	width: 320px;
	height: 480px;
	display: block;
	border: solid 1px #666666;
}

TABLE.screenshot-container TD.wide IMG {
	width: 480px;
	height: 320px;
}

DIV.copyright {
	font-family: "Helvetica Neue", "Verdana", "Arial";
	font-size: 12px;
	font-weight: 800;
}

TABLE.manga-list {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #dddddd;
}

TABLE.manga-list TD {
	margin: 0px;
	padding: 0px;
}

TABLE.manga-list TD.header {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-image: url('/images/list-header-bg.png');
}

TABLE.manga-list TD.header A {
	font-size: 16px;
	color: #ffffff;
}

TABLE.manga-item {
	width: 320px;
	height: 102px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background-image: url('/images/list-bg.png');
}

TABLE.manga-item TD {
	margin: 0px;
	padding: 0px;
}

TABLE.manga-item TD.thumb {
	padding: 5px;
}

TABLE.manga-item TD.thumb IMG {
	border: solid 1px #000000;
}

TABLE.manga-item TD.info {
	width: 100%;
}

TABLE.manga-info {
}

TABLE.manga-info TD.title {
	font-size: 20px;
	font-weight: 800;
}

TABLE.manga-info TD.label {
	width: 50px;
	font-size: 12px;
	text-align: right;
	color: #999999;
}

TABLE.manga-info TD.data {
	font-size: 12px;
	color: #666666;
}

