@charset "UTF-8";

body {
font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic",IPAPGothic,sans-serif !important;
}
table { font-size: inherit; font: 100%; }

/* -------------------- Defaults */
body, table, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
body { color: #454545; height: 100%; }
h1 { color: #3333CC; font-size: 12pt; margin: 10px 0px; }
h2 { color: #0099FF; font-size: 12pt; margin: 6px 0px; }
h3 { font-size: 12pt; margin: 6px 0px; padding-left: 0.5em; }
h4 { font-size: 11pt; margin: 6px 0px; padding-left: 0.5em; }

p { margin: 1em 0px 1em; line-height: 140%; font-size: 12pt; }
ul { list-style-type: none; }

img { border-style: none; vertical-align: baseline; }
table { border-collapse: collapse; empty-cells: show; }
th, td { border: 1px inset #454545; }
th { background-color: #FAFAFA; }
td { padding: 3px; }
pre { margin: 0px; padding: 0px; }

a { color: #0099FF; }
a:link { }
a:hover { text-decoration:none; }
a:visited { }
a:active { }

a, a img {
  border:0 none;
}

.break { clear: left; }
.break-both { clear: both; }
.break:before { /* for Opera */
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* -------------------- Contents */

#wrapper { text-align: center; }

#content {
  margin: 40px auto;
  text-align: left;
  position: relative;
  width: 720px;
  height: 580px;
}

#content.install {
  background: transparent url(images/install.png) no-repeat scroll 50% 0;
}
#content.update {
  background: transparent url(images/update.png) no-repeat scroll 50% 0;
}

#banner {
  position: absolute;
  top: 300px;
  left: 50px;
  width: 620px;
  height: 80px;
}

#banner a {
  display: block;
  width: 100%;
  height: 100%;
  _background: url(space.gif);
  text-indent: -1000em;
}

.feature {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 160px;
  left: 40px;
  width: 640px;
  line-height: 140%;
}
.feature a,
.feature a:visited { color:#ccccff; }
.feature a:hover { text-decoration: none; }

.comment {
  color: #333;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 370px;
  left: 60px;
  width: 610px;
}
.comment p {
  font-size: 11pt;
  line-height: 140%; 
}

