@charset "UTF-8";

* {
  font-family:"MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  }

/* header --------------------------------------------------------------------*/
#header {
  margin:0 0;
  width:100%;
  background-image:url(./img/header_bg.jpg);
  background-repeat:repeat-x;
  }
#header h1{
  margin:0 0;
  }

#header h1 a img {
  border:none;
  }

/* 健康ネットに戻るボタン */
#btn_linkto-ehealth {
  position:absolute;
  top:35px;
  right:70px;
  }
#btn_linkto-ehealth img {
  border:0;
  }

/* ヘッダー右端のグラデーション部分 */
#header_right {
  position:absolute;
  top:0px;
  right:50px;
  width:225px;
  height:116px;
  background-image:url('./img/linkto_ehealth_bg.jpg');
  }

/* 戻るボタン */
#btn_back {
  position:absolute;
  right:85px;
  margin-top:-21px;
  }
#btn_back img {
  border:0;
  }

/* ぱんくず ------------------------------------------------------------------*/
#breadcrumb {
  margin-top:0px;
  padding:0px 0px 0px 15px;
  font-size:88%;
  }

/* コンテンツ ----------------------------------------------------------------*/
#pagebody {
  padding:20px 20px 20px 50px;
  }

#pagebody table p {
  margin:0;
  padding:0;
  }

/* front.html */
.align_center {
  margin:0px auto; /* 旧サイトのcenterの代わり */
  }

#top_topics_area {
  margin:0px auto; /* 旧サイトのcenterの代わり */
  height:350px;
  width:618px;
  overflow-y:scroll;
  }

/* FOOTER --------------------------------------------------------------------*/
#footer-inner {
  margin:0px 20px;;
  padding-top:10px;
  padding-bottom:30px;
  border-top:1px solid;
  }
  
#footer ul {
  font-size:88%;
  }
#footer ul {
  text-align    : center;
  margin:0 0;
  padding:0 0;
  padding-bottom:5px;
  }
#footer ul li {
  display: inline;
  padding: 0 0.5em 0 0.2em;
  border-right: 1px solid #666;
  color: #999;
  }
#footer ul li.last {
  /*border-right: 1px dotted #666;*/
  border-right: none;
  }
