/* -- system common design -- */

@charset "Shift_JIS";

/* --- reset --- */
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
  color: #000000;
  __background-color: #f5f5f5;
  background-image: url(../images/background.png);
  background-position: top center;
  background-repeat: repeat;
}

th, td {
  __white-space: nowrap;
}

img {
  border: 0;
}

/* --- title --- */
#title {
  width: 100%;
  frame: void;
  rules: none;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#title-line {
  height: 4px;
  background-color: #4466dd;
}

#title-main {
  height: 76px;
  background-color: #ffffff;
}

#title-article {
  width: 950px;
  align: center;
}

#title-article-left {
  width: 650px;
  text-align: left;
  vertical-align: bottom;
  font-size: 11px;
}

#title-article-right {
  width: 300px;
  text-align: right;
  vertical-align: bottom;
  font-size: 11px;
}

/* --- main --- */
#main {
  width: 950px;
  frame: void;
  rules: none;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

/* --- article --- */
#article {
  width: 750px;
  vertical-align: top;
}

#article p {
  margin-left: 20px;
}

/* --- right-side --- */
#right-side {
  width: 200px;
  vertical-align: top;
}

/* --- ad --- */
#ad {
  margin-top: 20px;
  line-height: 4px;
}

/* --- about_us --- */
#about_us {
  margin-left: 40px;
  border-collapse: collapse;
  border-top: 0;
  border-bottom: 1px solid #555555;
  border-right: 0;
  border-left: 0;
}

#about_us th {
  width: 180px;
  color: #336633;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 0;
  border-bottom: 1px solid #555555;
  border-right: 0;
  border-left: 0;
  text-align: left;
  vertical-align: top;
}

#about_us td {
  width: 500px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 0;
  border-bottom: 1px solid #555555;
  border-right: 0;
  border-left: 0;
  text-align: left;
  vertical-align: top;
}

#about_us a:link {
  color: #000000;
}

#about_us a:visited {
  color: #000000;
}

#about_us a:hover {
  color: #0000ff;
}

/* --- return --- */
#return {
  width: 950px;
  height: 30px;
  text-align: left;
  vertical-align: bottom;
  padding-left: 750px;
  padding-bottom: 10px;
}

/* --- foot-menu --- */
#foot-menu {
  width: 950px;
  height: 18px;
  font-size: 11px;
  vertical-align: top;
  background-color: #0000cd;
}

#foot-menu ul {
  list-style-type: none;
  line-height: 18px;
  background: darkblue;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

#foot-menu li {
  display: inline;
  margin-right: 10px;
}

#foot-menu a:link {
  color: #ffffff;
  text-decoration: none;
}

#foot-menu a:visited {
  color: #ffffff;
  text-decoration: none;
}

#foot-menu a:hover {
  color: #dddddd;
  text-decoration: underline;
}

/* --- copyright --- */
#copyright {
  width: 950px;
  height: 15px;
  text-align: center;
  font-size: 11px;
}

#copyright p {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}
