@charset "Shift_JIS";

/* センタリング
---------------------------------------------------- */
.center {
  text-align: center;
}

/* 強調文字 2006/02/15 追加
---------------------------------------------------- */
strong {
  color: #ff7400;
  background-color: inherit;
}
strong.setumei {
  color: #3300cc;
  background-color: inherit;
}
strong.login {
  color: #3465FF;
  font-size: small;
}

/* 注意文字 2006/04/11 追加
---------------------------------------------------- */
p.important {
  font-size: x-small;
  font-weight: bold;
}

/* hr（ライン） 2006/04/11 追加
---------------------------------------------------- */
hr {
  color: #68B4FD;
}

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: small;
  font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  color: #444444;
  background: url(../images/kabe.gif) repeat #ffffff;
}
a {
/*  text-decoration: none;*/
}
a img {
  border: none;
}
.sidebar {
  padding: 10px;		/* ■marginだとIEで指定通りに表示されない*/
  overflow: visible;	/* ■これがないとMacIE5で段が崩れる*/
}
#top_right-col {
  text-align: left;
  float: right;
  width: 170px;
}
#top_left-col {
  text-align: left;
  float: left;
  width: 170px;
}
#main-col {
  margin: 12px 0 0 8px;
  float: left;
}

/* コンテナ
---------------------------------------------------- */
#container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  color: #444444;
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #0033cc;
/*  color: #77af01;*/
  background-color: inherit;
}
a:visited {
  color: #0033cc;
/*  color: #77af01;*/
  background-color: inherit;
}
a:hover, a:active {
  color: #0033cc;
/*  color: #77af01;*/
  background-color: inherit;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  text-align: left;
  color: #000000;
  background-color: inherit;
  background: url(../images/back.jpg) repeat-x;
}
#header h1 {
  margin: 0;
  width: 100%;		/* ■IEのバグ回避のため指定 */
  color: #000000;
  background: #6699FF;
}
#header h1 img {
  vertical-align: bottom;
}

/* フッダ
---------------------------------------------------- */
address {
  margin: -10px 0 0 0;
  padding: 5px 0 5px 0;
  border-top: solid 12px #3465FF;
  width: 760px;
}

/* サイドバー
---------------------------------------------------- */
.sidebar h2.top {
  text-align: left;
  color: #444444;
  font-weight: bold;
  font-size: small;
  line-height: 1.2em;
  margin: -10px -30px -15px 0;
  padding: 17px 5px 4px 23px;
  width: 170px;
  background-color: inherit;
  background: url(../images/bar_top.gif) no-repeat 0px 0.9em;
}
.sidebar div.back {
  margin: 13px 0 5px 0;
  padding: 0 0 0 0;
  width: 170px;
  background: url(../images/bar_back.gif) repeat-y 0px 0.9em;
}
.sidebar div.btm {
  margin: -17px -30px 0 0;
  padding: 18px 10px 0 20px;
  width: 170px;
  background: url(../images/bar_btm.gif) no-repeat 0px 0.9em;
}
.sidebar ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  font-size: x-small;
}
.sidebar li {
  padding: 2px 0 3px 24px;
  width: 140px;
  background: url(../images/marker.gif) no-repeat 13px 9px;
}
.sidebar table {
  margin: 0 0 0 5px;
  width: 160px;
  text-align: center;
  font-size: x-small;
}
/* ログイン
---------------------------------------------------- */
#login {
  font-size: x-small;
}
#login input {
  margin: 3px 0 0 0em;
  border-width: 1px;
  border-color: #000000;
  width: 6em;	/* ←ID・Passの入力ボックスの大きさ */
/*  vertical-align: middle;*/
  color: #000000;
/*  background-color: inherit;*/
}
#login button {
  width: 75px;
  height: 38px;
  padding: 0;
  color: #ffffff;
  background-color: inherit;
  background: url(../images/top_button.gif) no-repeat;
  border-width: 0px;
}
#login p.posted {
  font-size: x-small;
  margin: 11px 0 11px 0;
  padding: 0 0 4px 0;
}
#login form {
  margin: 0 0 0 0;
}
/*
#login table {
  margin: 0px 10px 0 10px;
}
*/
/*
#login th {
  width: 150px;
  text-align: center;
}
#login td.img {
  width: 150px;
  text-align: center;
}
*/
/*
#login img {
  margin: 0 0 0 11px;
  width: 150px;
  text-align: center;
}
*/
/* メイン・コンテンツ
---------------------------------------------------- */
#main-col div.top {
  font-weight: bold;
  font-size: small;
  line-height: 1.3em;
  margin: 10px 0 0 0px;
  padding: 8px 0 0 22px;
  width: 340px;
  background: url(../images/main_top_bar.gif) no-repeat;
}
#main-col div.back {
  margin: 0 0 0 0px;
  padding: 0 0 10px 22px;
  width: 340px;
  background: url(../images/main_back_bar.gif) repeat-y;
}
#main-col div.btm {
  margin: 0 0 0 0px;
  padding: 10px 0 10px 22px;
  width: 340px;
  background: url(../images/main_btm_bar.gif) no-repeat;
}
#main-col h3 {
  text-align: left;
  font-weight: normal;
  font-size: small;
  margin: 0;
  padding: 10px 10px 0 20px;
  line-height: 1.1em;
  background: url(../images/newsarrow.gif) no-repeat 1px 1em;
}
#main-col h2+h3 {		/* ■IEは未対応のため線が表示される */
  border-top-style: none;
}
#main-col p {
  text-align: left;
  margin: 3px 10px 0 23px;
  font-size: small;
  line-height: 1.2em;
}

/* テーブル
---------------------------------------------------- */
table {
  margin: 0 0 10px 0;
}
