/***************************
トップページ用スタイルシート
***************************/

body {
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF;
  background-image: url("http://www.kaigo-shisetsu.com/images/body_back.gif");
  background-position: top center;
  background-repeat: repeat-x,repeat-y;
  background-attachment: scroll;
  text-align: center;
  font-family : osaka,"ＭＳ ゴシック";
}

TD{
  font-family : osaka,"ＭＳ ゴシック";
  color : #222222;
  line-height: 150%;
}

a:link {
  text-decoration:underline;
color: #3333ff;
}

a:visited {
  text-decoration:underline;
color: #3333ff;
}

a:active {
  color: #ff3333;
text-decoration:underline;
}

a:hover {
  color: #ff3333;
  text-decoration:underline;
}

h1 {
  font-size : 125%;
  color: #9c3429;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 7px 0px 6px 0px;
  border-top: 2px solid #9c3429;
  border-bottom: 2px solid #9c3429;
  background-color: #faf3f3;
  line-height: 120%;
}

h2 {
  font-size : 125%;
  color: #9c3429;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 7px 0px 6px 0px;
  border-top: 2px solid #9c3429;
  border-bottom: 2px solid #9c3429;
  background-color: #faf3f3;
  line-height: 120%;
}

h3 {
  font-size : 125%;
  color: #9c3429;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 7px 0px 6px 0px;
  border-top: 2px solid #9c3429;
  border-bottom: 2px solid #9c3429;
  background-color: #faf3f3;
  line-height: 120%;
}

h4 {
  font-size: 110%;
  color: #96854b;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 6px 0px 4px 0px;
  line-height: 120%;
}
h1.archive-title {
  font-size : 125%;
  color: #FEA034;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 0px 0px 6px 0px;
  border: 0px;
  background-color: transparent;
  line-height: 120%;
}
h2 a:link,
h2 a:visited {
  color: #9c3429;
  text-decoration: none;
}

ul {
  margin: 5px 0px 5px 20px;
  padding: 0px 0px 0px 0px;
  list-style-type : circle;
}
li {
  margin: 0px 0px 3px 0px;
}
p {
  margin: 5px 0px 5px 0px;
}

/*ベースカラー*/
#container {
  line-height: 120%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 0px 8px;
  width: 780px;
  background-color: #FFFFFF;
  background-image: url("http://www.kaigo-shisetsu.com/images/container_back.gif");
  background-position: top center;
  background-repeat: repeat-x,repeat-y;
}
.content {
  width: 780px;
}

/*ヘッダー部*/
#banner {
  width: 780px;
  color: #FFFFFF;
  background-color: #bde77b;
  padding: 15px 0px 0px 0px;
  border-bottom: 10px solid #FFFFFF;
  height: 40px;
}
#banner h1 {
  font-size : 17px;
}

#banner1 {
  width: 780px;
  height: 24px;
  background-image: url("http://www.kaigo-shisetsu.com/images/banner1_top.gif");
  background-position: top left;
  text-align: left;
}
#banner2 {
  width: 780px;
  height: 80px;
  background-image: url("http://www.kaigo-shisetsu.com/images/banner2_top.jpg");
  background-position: top left;
  text-align: left;
}
#banner3 {
  background-color: #bde77b;
}

/*ミドル部*/
#left {
  width: 183px;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: top;
  border-right : 4px solid #bde77b;
  font-size : 13px;
}
#left img {
  border: 0px solid #FF0000;
}
#center {
  width: 409px;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: top;
  float: left;
  font-size : 80%;
}
#right {
  width: 120px;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: top;
  border-left : 4px solid #bde77b;
  font-size : 13px;
}
#right img {
  border: 0px solid #FF0000;
}

/*フッター部*/
#footer {
  width: 780px;
  height: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  color : #333333;
  background-color : #bde77b;
  text-align : center;
}

/*その他クラス*/
.link-note {
  font-family: Verdana, Arial, sans-serif;
  font-size : 12px;
}

#small {
  font-size : 10px;
  font-family : osaka,"ＭＳ ゴシック";
  color : #333333;
}

.posted {
  font-size: 10px;
}

/*パンくずリスト*/
#navigator {
  margin: 0px 0px 1em 0px;
  padding: 0px 0px 0px 0px;
}
#navigator li {
  display: inline;
}

/*ブログ概要*/
.entry-asset .asset-footer {
  margin: 0 0 1em 0;
}
.entry-asset .asset-meta {
  text-align: right;
}
.entry-asset .asset-meta .author {
  display: none;
}