html {
  height: 100%;
}

body {
  color: #222222;
  font-family: Georgia, Arial, sans-serif;
  font-size: 12pt;
  height: 100%;
  line-height: 1.5;
  margin: 0px;
}

a {
  color: #0055cc;
}

a:visited {
  color: #0033aa;
}

a:hover {
  color: #ff0000;
}

p, ul, ol {
  text-align: left;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 200%;
  margin: 0px;
  text-align: center;
}

h2 {
  font-size: 150%;
  margin: 0px;
  text-align: center;
}

h3 {
  font-size: 150%;
  margin: 40px 0 0 0;
  text-align: left;
}

img {
  border: 0px;
}

#container {
  border-right: 1px dotted #cdcdc1;
  height: 100%;
  width: 1000px;
}

.layout {
  border: 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
}

.bottomborder {
  border-bottom: 1px dotted #cdcdc1;
}

.padded {
  padding: 20px;
}


		/* Header */

#top {
  background-color: #cdcdc1;
  background-image: url("image/artwork/logo.gif");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  font-size: 125%;
}

#top a {
  text-decoration: none;
}

#top a:visited {
  color: #0055cc;
}

#top a:hover {
  text-decoration: underline;
}

.now {
}

.off {
  color: #888888;
}

.logo {
  font-size: 250%;
  font-family: Helvetica, Geneva, sans-serif;
  font-weight: bold;
  color: #c70202;
  line-height: 1.0;
}

.slogan {
  line-height: 1.2;
  margin-left: 35px;
}

#facebook {
  padding: 163px 0 0 66px;
}


		/* Menu */

#nav {
  background-color: #eeeee0;
  line-height: 1.0;
  text-align: left;
  width: 280px;
}

#nav a {
  color: #444444;
  display: block;
  text-decoration: none;
}

#nav a.japan {
  color: #0055cc;
  display: block;
  text-decoration: none;
}

#nav a:hover {
  color: #c70202;
  text-decoration: underline;
}

.selected {
  background-color: #cdcdc1;
  color: #eeeee0;
}

.nav_section {
  font-size: 200%;
  margin-top: 20px;
  padding: 10px 0 10px 20px;
  text-align: left;
}

.nav_item {
  font-size: 150%;
  margin-top: 10px;
  padding: 10px 0 10px 40px;
  text-align: left;
}

.nav_subitem {
  font-size: 100%;
  padding: 5px 0px 5px 60px;
  text-align: left;
}

.signup {
  font-size: 125%;
  margin-left: 20px;
  text-align: left;
}


		/* Content */

#main {
  background-color: #fffff0;
  height: 100%;
}

h2.title {
  margin: -10px 0 0 0;
}

td.screenshot {
  padding: 20px;
}

img.screenshot {
  height: 300px;
  padding-bottom: 20px;
  width: 300px;
}

td.description {
  padding: 20px 20px 20px 0;
}

.highlight {
  background-color: yellow;
}

.buttons {
  padding-top: 6px;
}

.trial {
  font-size: 75%;
  text-align: left;
}

.discount {
  font-size: 75%;
  text-align: center;
}

.about_series {
  font-size: 125%;
  margin-bottom: -20px;
}

p.testimonial {
  font-style: italic;
  text-align: left;
}

p.signature {
  margin-top: -16px;
  padding-bottom: 16px;
  text-align: right;
}

p.summary {
  border: 1px dotted green;
  padding: 20px;
}

p.zx_team_signature {
  padding-bottom: 16px;
  text-align: right;
}

.date {
  color: #888888;
  text-align: right;
}

.question {
  font-weight: bold;
//  margin-bottom: 10px;
  padding-top: 20px;
}

.answer {
//  margin-bottom: -10px;
  margin-left: 20px;
}

// .colored {
//   color: #006400;
// }

// .error {
//   color: #ff0000;
// }

// .filename {
//   background-color: lightgrey;
//   font-weight: bold;
//   padding: 0 5px 0 5px;
// }

#clean {
	border: 1px dotted green;
	padding: 20px;
	text-align: center;
}

p.video {
  padding-bottom: 20px;
  text-align: center;
}

p.copyright {
  color: #888888;
  font-size: 75%;
  margin-top: 35px;
  text-align: left;
}


		/* Footer */

#bottom {
  background-color: #CDCDC1;
  border-right: 1px dotted #CDCDC1;
}