@charset "euc-jp";

/* ========================================================
    CSS Name:     print.css
    Version:      0.1
    Last Change:  2007/06/02.
    Author:       JETINTERNET
    Author URL:   http://www.jet.ne.jp/
   ======================================================== */

body {
  color: #000;
  font-size: 9px;
  background: #FFF;
}

p, li {
  line-height: 1.6;
}

table {
  margin: 1em 0 2em 0;
  border-collapse: collapse;
  border: solid 1px #000;
  empty-cells: show;
}

th, td {
  margin: 0;
  padding: 3px 5px;
  border: solid 1px #000;
}

th {
  background: #EEE;
  font-weight: bold;
}

a img {
  border: none;
}

#MainMenu,
#SubMenu,
p.description,
p.about,
#Contents_Left,
.top #Contents_Right,
#Marginal,
.up {
  display: none;
}

.top #Contents_Left {
  display: block;
}

p.pankuzu {
  padding-bottom: 5px;
  border-bottom: dotted 1px #000;
}

.hosting {
  float: left;
  padding: 10px;
  width: 230px;
  text-align: center;
  border: solid 1px #CCC;
}

.hosting h2 {
  margin: 0;
}

.hosting p {
  margin: 0 0 5px 0;
}

.service {
  clear: both;
}

.information {
  margin-top: 1em;
  border-top: solid 1px #CCC;
}


#Footer {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #CCC;
}

