a  {
  color: #00f;
}


/*  コンテナ */
div#container  {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}


/* バナー */
div#banner  {
  background-color: #000080;
  background-image: url(http://kigyou.manab.biz/header_image01.jpg);
  padding: 28px 20px 135px;
}

div#banner h1  {
  margin: 0;
  font-size: 1.75em;
}

div#banner p  {
  color: #ffffff;
  font-size: 0.75em;
  margin: 0;
}


/* パンくずリスト */
p#pan  {
  font-size: 0.875em;
  margin-top: 3px;
  margin-bottom: 30px;
}


/* メイン */
div#main  {
  width: 500px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

div#main h2  {
  background-color: none;
  background-image: url(http://kigyou.manab.biz/bar-blue01.png);
  background-repeat: no-repeat;
  font-size: 1em;
  color: #ffffff;
  line-height: 28px;
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

div#main h3  {
  background-color: none;
  background-image: url(http://kigyou.manab.biz/bar-green.png);
  background-repeat: no-repeat;
  font-size: 1em;
  line-height: 23px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}

div#main p  {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 10px;
}


/* サイドバー */
div#sidebar  {
  width: 230px;
  float: left;
  margin-bottom: 25px;
}

ul.sidemenu  {
  font-size: 0.875em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  line-height: 0;
}

ul.sidemenu  {
  list-style-type: none;
}

ul.sidemenu li a  {
  display: block;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  background-color: #003399;
  border-bottom: solid 1px #ffffff;
  padding-left: 10px;
}

ul.sidemenu li a:hover  {
  background-color: #00bfff;
}

p.feed  {
  margin-bottom: 10px;
}

p.feed a  {
  font-size: 0.75em;
  color: #444444;
  text-decoration: none;
  line-height: 30px;
  border: solid 1px #888888;
  padding: 5px;
  vertical-align: middle;
}

p.feed img  {
  border: none;
}


/* フッター */

div#footer  {
  background-image: url();
  background-repeat: repeat-x;
  width: 760px;
  margin-top: 0;
  padding-top: 8px;
  clear: both;
}

address  {
  font-size: 0.75em;
  font-style: normal;
  text-align: center;
}