html, body,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
div, p, blockquote,
th, td,
form, fieldset, input, textarea,
pre {
  margin: 0;
  padding: 0;
  font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif;
}

body, input { 
  font-size:120%;
}

input {
  margin: 3px;
}

form {
  text-align: center;
  margin: 0 auto;
}


span.input_header {
  width: 6em;
}

form.inline_form {
display: inline;
position: relative;
top: 0px; 
left: 20px;
margin-bottom:0;
}

/* container */
div#container {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}

div#header {
  border-bottom: 1px solid #ddd;
}

/*  main part*/
#main {
  float: left;
  width: 640px;
  padding:5px;
  margin-top:5px;
}


/* sub part */
#sub {
  float: right;
  width: 240px;
  margin-top:5px;
  border: solid  #ddd 1px;
}


p {
  clear: both;
  padding: 2px;
}

p.centering-label {
  text-align:center;
}

div#suggest_area {
  margin: 0 auto;
}

/* section header */
h2 {
  font-weight: normal;
  letter-spacing: 0.1em;
  background-color: #ffcccc;
  padding: 3px;
  margin:2px;

  border-top: 1px solid #ddd;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ddd;
}

/* table centering */
table {
  margin:0 auto;
}

/* footer */
div#footer {
  clear:both;
  margin:0 auto;
  text-align:center;
}

div#footer p {
  text-align:center;
}

/* footer */
div#footer ul {
  text-align:center;
  list-style-type: none;
}


div#footer ul li {
  margin-right: 10px;
  float: left;
  list-style-type: none;
}

div#footer ul li a {
  border-top: 1px solid #ddd;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ddd;
  display: block;
  width: 10em;
  height: 2em;
  line-height: 2em;
  text-align:center;
}

/* 標準のリンク */
a:link {
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
}

/* 訪問済みリンク */
a:visited { 
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
}

/* マウスカーソルが上に来た時のリンク */
a:hover {
  color: #ff0000; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
}

/* 現在開いているリンク */
a:active { 
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
}
