/*-------------------------------------------------------*/
/*  全体                                                                                       */
/*-------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  background: url("../images/Back.jpg");
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

/*リンクに関する記述*/
a {
  color: #1A4B88;
  text-decoration: none;
}

/*リンクされている*/
a:link {
  color: #1A4B88;
  text-decoration: underline;
}

/*リンク先に訪れたことがある*/
a:visited {
  color: #1A4B88;
  text-decoration: underline;
}

/*リンク先がアクティブのとき*/
a:active {
  color: #FFA025;
  text-decoration: underline;
}

/*リンク先にマウスが当たったとき*/
a:hover {
  color: #FFA025;
  text-decoration: none;
}

/*-------------------------------------------------------*/
/*  ベース                                                                                     */
/*-------------------------------------------------------*/
.container {
  width: 800px;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  background-color: #FFFFFF;
  border: 0px solid #C0C0C0;
}

/*-------------------------------------------------------*/
/*  ヘッダー                                                                                  */
/*-------------------------------------------------------*/
#header {
  width: 800px;
  height: 100px;
  color: #8080FF;
  background: url("../images/Title.jpg");
  border-bottom: 1px solid #C0C0C0;
  text-align: left;
  font-size: 11px;
  padding: 80px 0px 0px 140px;
}

/*-------------------------------------------------------*/
/*  サイドバー（左側）                                                                      */
/*-------------------------------------------------------*/
/* 見出し 1 */
.sidebar h1 {
  width: 230px;
  color: #FF8080;
  background: url("../images/h1.gif");
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .2em;
  border: 0px;
  margin: 5px 5px 7px 5px;
  padding: 5px 0px;
}
/* メニュー */
.menu a {
  width: 180px;
  color: #003F5C;
  background-image: url(../images/Menu.jpg);
  background-position: left top;
  float: left;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
  border-left: 2px solid #800000;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #800000;
  margin: 0px 0px 7px 18px;
  padding: 3px 10px;
}

/*リンク先に訪れたことがある*/
.menu a:visited {
  color: #1A4B88;
  text-decoration: none;
}

.menu a:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0px 150px;
}

.menu-line {
  margin: 0px 15px 7px 15px;
}

.ranking{
  font-size: 20px;
  text-align: center;
  padding: 0px 0px 7px 0px;
}

.search {
  padding: 0px 0px 0px 20px;
}

.mail{
  font-size: 14px;
  text-align: center;
  padding: 5px 0px 20px 0px;
}

.index ul,
.entry ul,
.comment ul,
.category ul{
  width: 180px;
  list-style-image: url(../images/ul.gif);
  overflow: hidden;
  padding: 0px 5px 0px 20px;
  margin: 0px 5px 0px 10px;
}

.index li,
.entry li,
.comment li,
.category li{
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 150%;
  margin-top: 10px;
  list-style-type: none;
}

/*リンクに関する記述*/
.index a,
.entry a,
.comment a,
.category a {
  color: #1A4B88;
  text-decoration: none;
}

/*リンクされている*/
.index a:link,
.entry a:link,
.comment a:link,
.category a:link {
  color: #1A4B88;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
.index a:visited,
.entry a:visited,
.comment a:visited,
.category a:visited {
  color: #1A4B88;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
.index a:active,
.entry a:active,
.comment a:active,
.category a:active {
  color: #FFA025;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
.index a:hover,
.entry a:hover,
.comment a:hover,
.category a:hover {
  color: #FFA025;
  text-decoration: none;
}

/*-------------------------------------------------------*/
/*  コンテンツ（右側）                                                                      */
/*-------------------------------------------------------*/
.content {
  width: 570px;
  background-color: #FFFFFF;
  border-left: 1px solid #C0C0C0;
  margin: 5px 0px;
  padding: 0px 5px;
}

.content p{
  color: #5A5A5A;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  text-align: left;
  margin: 10px 10px;
  padding: 0px 5px;
}

.content p.posted {
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border-top: 1px solid #999999;
  text-align: left;
  margin: 0px;
  line-height: normal;
  padding: 5px 0px 0px 20px;
}

.content p.pagecntl{
  font-size: 12px;
}

/*リンクに関する記述*/
.content p.pagecntl a {
  color: #1A4B88;
  text-decoration: none;
}

/*リンクされている*/
.content p.pagecntl a:link {
  color: #1A4B88;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
.content p.pagecntl a:visited {
  color: #1A4B88;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
.content p.pagecntl a:active {
  color: #FFA025;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
.content p.pagecntl a:hover {
  color: #FFA025;
  text-decoration: none;
}

/* 見出し 1*/
.content h1 {
  color: #0000C0;
  background: url("../images/h1.gif");
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #008000;
  border-bottom: 2px solid #008000;
  margin: 5px 0px;
  padding: 5px 10px 2px 10px;
}

/* 見出し 2*/
.content h2 {
  color: #000080;
  background: url("../images/h2.gif");
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #FFC0FF;
  border-bottom: 2px solid #FFC0FF;
  margin: 5px 0px;
  padding: 5px 10px 2px 20px;
}

/* 見出し 3*/
.content h3 {
  color: #666666;
  background: url("../images/h3.gif");
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #eaddba;
  border-bottom: 2px solid #eaddba;
  margin: 5px 0px;
  padding: 5px 10px 2px 10px;
}

/* 見出し 4 */
.content h4 {
  color: #808080;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  border-bottom: 3px solid #af5606;
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
}

/* 見出し 5 */
.content h5 {
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 20px 0px 2px 0px;
  padding: 0px 10px 0px 20px;
}

/* 見出し 6 */
.content h6 {
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 10px 0px 2px 0px;
  padding: 0px 10px 10px 200px;
}

/*リンクに関する記述*/
.content a {
  color: #1A4B88;
  text-decoration: underline;
}

/*リンクされている*/
.content a:link {
  color: #1A4B88;
  text-decoration: underline;
}

/*リンク先にマウスが当たったとき*/
.content a:hover {
  color: #FFA025;
  text-decoration: underline;
}

/* 文字飾り */
.kazari1 {
  background-color: #C0C0FF;
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #C0C0C0;
}

.kazari2 {
  background-color: #E3F1FA;
  color: #808080;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
}

/* ページトップへ移動 */
.pagetop {
  color: #333333;
  background: url("../images/pagetop.jpg");
  background-repeat: no-repeat;
  background-position: 420px center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-align: right;
  line-height: 50%
  margin: 0px;
  padding: 0px 30px;
}

/*リンクに関する記述*/
.pagetop a {
  color: #1A4B88;
  text-decoration: none;
}

/*リンクされている*/
.pagetop a:link {
  color: #1A4B88;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
.pagetop a:visited {
  color: #1A4B88;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
.pagetop a:active {
  color: #FFA025;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
.pagetop a:hover {
  color: #FFA025;
  text-decoration: none;
}

.link1 {
  color: #5A5A5A;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding: 3px 10px;
}

.link1 p {
  color: #5A5A5A;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px;
  padding: 3px 0px;
}

/*-------------------------------------------------------*/
/*  フッター                                                                                   */
/*-------------------------------------------------------*/
#footer {
  color: #666666;
  background-color: #BBBBBB;
  text-align: right;
  font-size: 11px;
  overflow: hidden;
  padding-right: 10px;
}
