@charset "utf-8";

/* ===== 基本設定 ===== */
* {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Verdana, Helvetica, sans-serif;
}

body {
  background: url(http://www13.plala.or.jp/suzunomura/material/img_back1.gif);
  background-color: #ffff99 ;
  color: #663300;
  text-align: center;
  text-decoration: none;
}

br {
  letter-spacing: normal;
}

a {
  color: #663300;
  text-decoration: none;
}

a:link {
  color: #663300;
}

a:visited {
  color: #663300;
}

a:active {
  color: #666666;
}

a:hover {
  color: #ffc34c;
  text-decoration: none;
}

img {
  border:0px;
}

/* ===== テンプレート ===== */
#temp {
/*  background-color: #f3efff;*/
  width: 730px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 1px;
  margin: 30px auto;
}

/* ===== メニュー ===== */
#left {
  float: left;
  width: 210px;
}

h1 {
  background: url(http://www13.plala.or.jp/suzunomura/material/img_head.gif) no-repeat;
  width: 199px;
  padding: 199px 0 0px 0;
}

#menu{
  background: url(http://www13.plala.or.jp/suzunomura/material/img_middle.gif) repeat-y;
  width: 199px;
  text-align: left;
  line-height: 30px;
}

ul#menu {
  list-style-image: url(http://www13.plala.or.jp/suzunomura/material/img_list2.gif);
  padding-left: 30px;
}

#left_foot {
  background: url(http://www13.plala.or.jp/suzunomura/material/img_bottom.gif) no-repeat;
  width: 199px;
  height: 30px;
}

/* ===== メインコンテンツ ===== */
#right {
  float: right;
  width: 500px;
  text-align: left;
  padding: 10px;
}

#right h2 {
  background :url(http://www13.plala.or.jp/suzunomura/material/img_title.gif) no-repeat;
  line-height: 40px;
  padding-left: 10px;
  color: #663300;
}

#right p {
  margin: 5px 0px 20px 10px;
}

textarea {
  position: relative; top: 0px; left: 20px;"
  border-color: #663300;
  border-style: dotted;
  border-width: 2px 2px 2px 2px;
  color: #663300;
  font-size: 9pt;
  background-color: #fffff9;
  scrollbar-3dlight-color: #663300;
  scrollbar-arrow-color: #663300;
  scrollbar-base-color: #e0c384;
  scrollbar-darkshadow-color: #e0c384;
  scrollbar-face-color: #e0c384;
  scrollbar-highlight-color: #e0c384;
  scrollbar-shadow-color:#663300;
}

table {
  margin-left : auto;
  margin-right : auto;
  border-collapse: collapse;
  border: 1px #2860a3 solid;
  width: 470px;"
}

table#top {
  margin-left : auto;
  margin-right : auto;
  border-collapse: collapse;
  border: 0px #2860a3 solid;
  width: 100%;"
}

td.tdh1 {
  font-size: 10px;
  text-align: right;
  background-color: #e0c384;
  border: 1px #663300 solid;
}

td.tdh2 {
  background-color: #663300;
  height: 3px;
  border: 1px #663300 solid;
}

/* ===== メインコンテンツ - Link - ===== */
td.link1 {
  text-align: center;
  vertical-align: middle;
  background-color: #fffff9;
  width: 170px;
  border: 1px #663300 solid;
  padding: 2px;
}

td.link2 {
  text-align: left;
  vertical-align: top;
  background-color: #fffff9;
/*  width: 400px;*/
  caption-side: top;
  border: 1px #663300 solid;
}

/* ===== メインコンテンツ - Info - ===== */
ul.listmark {
  list-style-image: url(http://www13.plala.or.jp/suzunomura/material/img_list1.gif);
  padding-left: 40px;
}

table.info {
  background-color: #fffff9;
  margin: 3px;
  border: 1px solid #663300;
  padding: 2px;
}

col.info {
  border: 1px solid #663300;
  width: 70px;
  text-align: left;
  vertical-align: top;
}

tr.info {
  border: 1px solid #663300;
  text-align: left;
  vertical-align: top;
}

/* ===== メインコンテンツ - Mail - ===== */
table.mail {
//  background-color: #fffff9;
  margin: 3px;
  border: 0px solid #663300;
  padding: 2px;
}

col.mail {
//  border: 0px solid #663300;
  width: 150px;
  text-align: left;
  vertical-align: top;
}

tr.mail {
  border: 0px solid #663300;
  text-align: left;
  vertical-align: top;
}

/* ===== フッター ===== */
#counter {
  width: 700px;
  line-height: 30px;
  text-align: center;
  clear: both;
}

#footer {
  width: 700px;
  height: 30px;
  color: #663300;
  line-height: 30px;
  text-align: center;
  clear: both;
  font-size: 10px;
}
