@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #222222;
  text-decoration:none;
}

a:visited {
  color: #222222;
  text-decoration:none;
}

a:active {
  text-decoration:none;
}

a:hover {
  color: #222222;
  text-decoration:underline;
  background-color:#DDDDDD;
}

a[name]:hover {
  color: #ffffff;
  text-decoration:underline;
  background-color:#ffffff;
}


/* フォント */
body {
  background-color:#EEEEEE;
  font-size: 0.85em;
  text-align: center;
/*  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 0;
  margin: 0;
}

/* レイアウト */

#content_all {
  background-color:#FFFFFF;
  text-align: left;
  margin: 1em auto 0;
  width: 950px;
}

#header {
  padding: 0px 0px 0px;
}

#content_left {
/*  background-color:#FF0000;*/
  float: left;
  width: 180px;
  padding: 1em 10px;
}

#contents {
  float: right;
  width: 740px;
  padding: 1em 0px 1em 0px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
}

/* #header内の指定 */

/* h1 */
h1 {
  background-color:#EEEEEE;
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* #contents内の指定 */

/* 見出 */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#header p {
  line-height: 1.6em;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}

#contents p {
  line-height: 1.6em;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}

/* #content_left内の指定 */

/* サイドメニュータイトル */
.sidetitle {
  padding: 0.5em 0;
}

/* サイドメニューリスト */
.sidemenu {
  list-style-type: none;
  margin-bottom: 2em;
}

.sidemenu li { display: inline; }

.sidemenu a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #ffffff;
  color: #000000;
}

.sidemenu p {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.85em;
}

.sidemenu a:hover {
  text-decoration: none;
  background-color: #faf0e6;
  color: #000000;
}
/* #footer内の指定 */
#footer p { text-align: center; }
