body {
  color: black;
  margin: 0px 0px 0px 0px;
  background-color: #e5e6dd;
/*
  background-image: url("images/body_back.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
*/
  text-align: center;
/*
  font-family: 'ＭＳ 明朝', '細明朝体', monospace;
*/
  font-size: small;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img.link {
  border: none;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

td {
  vertical-align: top;
}

/* ベースカラー */
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  width: 720px; 
  background-color: #;
  text-align: left;
}

/* 左側の棒 */
.stickl {
  background-image: url("../images/stick_l.gif");
  background-color: #e1e6dd;
}

/* 右側の棒 */
.stickr {
  background-image: url("../images/stick_r.gif");
  background-color: #e1e6dd;
}

/* ヘッダ部 */
.header {
  width: 700px;
  height: 70px;
  text-align: left;
  background-color: #aaa;
  border-bottom: 2px solid #aaa;
  background-image: url("../images/header.gif");
}

/* 中央のブロック部 */
.centerblock {
  text-align: center;
  background-color: #ffffff;
}

.centerblock table {
  text-align: left;
  padding: 0 0 0 0;
}

/* 左メニュー ブロック部 */
.leftblock {
  float: left;
  text-align: left;
  padding-left: 5px;
  width: 175px;
  height: 580px;
  margin-top: 1em;
}

.leftblock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leftblock ul li {
  margin: 0;
}

/* 右ブロック部 */
.rightblock {
  float: left;
  text-align: left;
  width: 500px;
  margin-top: 0.5em;
  /*
  position: fixed;
  top: 20px;
  */
}

/* 右ブロックのタイトル */
.bodytitle {
  font-size: 1.2em;
  font-weight: bolder;
  margin-top: 15px;
}

/* 右ブロックのデータ部 */
.bodydata {
  margin-left: 10px;
  margin-right: 30px;
  line-height: 1.5;
  letter-spacing: 0em;
}

.bodydata ul li {
  list-style-image:none;
  list-style-type:disc;
}

/* フッター部 */
.footer {
  clear: both;
  text-align: right;  
  background-color: #aaff99;
  padding-bottom: 1em;
  border-top: 2px solid #aaa;
}
