@charset "Shift_JIS";

/* ■ページ構造 */

body {
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1.3;
  /*margin: 2em;*/
  /*zoom:140%;*/
  transform: scale(1.4);
  background-color: #e6e6e6;
}
div#wrapper {
  width: 800px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  /*margin: 0 auto;*/
  text-align: left;
  background-color: #FFFFFF;
}
#header {
  font-size: 10px;
  width: 800px;
  padding: 0;
  line-height: 1.0;
  margin: 0;
}
#content {
  width: 800px;
}
#menu {
  font-size: 12px;
  width: 200px;
  float: left;
}
#main {
  font-size: 10px;
  width: 410px;
  float: left;
}
#sub {
  font-size: 10px;
  width: 190px;
  float: left;
}
#footer {
  font-size: 10px;
  clear: both;
  width: 800px;
}

/* ■その他 */

p {
  padding: 0.5em;
  margin: 0;
}
#header {
  color: #000000;
  background: #ffffff;
}
#menu, #sub {
  color: #000000;
  background: #ffffff;
}
#main {
  color: #000000;
  background: #ffffff;
}
#footer {
  color: #ffffff;
  background: #cccccc;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  background: transparent;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p2 {
  overflow: scroll;
  width: 200px;
  height: 80px;
  padding: 1em;
  border: 4px solid #006600;
  line-height: 1.5;
  color: #000000;
  background: #ffcc00;
  }

input { margin-bottom: 0.7em }
select, input, textarea { width: 398px }
textarea { height: 150px }

/* 縦メニュー */

li a {
  text-decoration: none;
  display: block;
  padding: 0.3em;
  width: 170px;
  border-bottom: 1px solid #66cc66;
  color: #555555;
  background: #ffffff;
}

li a:hover {
  color: #ffffff;
  background: #66cc66;
}

/* 横メニュー */

li2 {
  display: inline;
  line-height: 1.0;
  white-space: nowrap;
}
li2 a {
  text-decoration: none;
  padding: 0.2em 0.2em;
  color: #ffffff;
  background: #339933;
}
li2 a:hover {
  color: #ffffff;
  background: #66cc66;
}

.style21x {
	font-size: 11px;
	line-height: 15px;
}
