@charset "Shift_JIS";


body {
  color: #666;
  background: #FFF;
  text-align: center;
  line-height: 1.5;
  font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Helvetica,"ＭＳ Ｐゴシック",sans-serif;
}
/* ------------------------------------------------ */
/* 見出し           */
h1,h2,h3,h4,h5 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ------------------------------------------------ */
/* 段落（テキスト）           */
p {
  padding: 0.25em 1em;
}

/* ------------------------------------------------ */
/* リスト           */
ul li,
ol li {
  list-style-type: none;
}

/* ------------------------------------------------ */
/* 著作権表示       */
address {
  margin: 0;
  padding: 1em 0.5em;
  text-align: center;
  color: #666;
}

/* ------------------------------------------------ */
/* 文字表示       */
p,
ul,
ol,
dl,
address {
  font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Helvetica,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 100%;
}

/* ------------------------------------------------ */
/* 文字強調             */
em {
  color: #f53789;
}
strong {
  font-weight: bold;
  color: #f53789;
}

/* ------------------------------------------------ */
/* 画像              */
img {
  border-width: 0;
  border-style: none;
}

/* ------------------------------------------------ */
/* ハイパーテキストリンク       */
a {
  color: #de6028;
  text-decoration: none;
}
a:visited {
  color: #de6028;
}
a:hover {
  color: #4c5b97;
  text-decoration: none;
}
/* ----  文字  ---------- */
span {
  font-size:160%;
  padding-left:10px;
  font-weight: bold;
}

p {
  margin: -5px 0 0 15px;
  font-weight: bold;
}

/* ==== ページレイアウト ======== */
#container {
  width: 600px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color: #FFF;
  
}
#header {
  width: 600px;

}

#htitle{
  color:#4c5b97;
  font-weight: bold;
  font-size: 100%;
  background: url(titleback.gif) no-repeat;
  width: 600px;
  height: 73px;
  padding: 0 0 0 165px;
}

#contents {
  width:600px;
  padding:10px 0 10px 0;
}

.index-L {
  width:280px;
  height:30em;
  float:left;
  color:#de6028;
  margin:0 5px 0px 0px;
  border-left:8px solid #794f11;
  border-bottom: 1px solid #794f11;
}

.index-R {
  width:280px;
  height:30em;
  float:right;
  color:#de6028;
  padding-left:5px;
  border-left:8px solid #794f11;
  border-bottom: 1px solid #794f11;
}

.mad {
  width:140px;
}

#pm {
  text-align: right;
  font-weight:normal;
}

#item1,#item2,#item3 {
   display: none;
}

#bottom {
  width:590px;
  float:left;
  margin:10px 0 0 0;
}

#footer {
  width: 600px;
  background: #fff;
  margin: 0;
  padding: 0;
  clear: both;
  
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

