@charset "utf-8";
body {
  color: #3A270F;
  background-color: #556A86;
}

/*
  #############################################
  # 全体の基本レイアウト
  #############################################
*/
#Wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 1px solid #333333;
  background-color: #FFFFFF;
}
#Header {
  width: 980px;
  height: 434px;
  margin: 0;
  padding: 10px;
  text-align: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#Contents {
  width: 1000px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
#ContentsLeft {
  width: 687px;
  height: auto;
  margin: 0;
  padding: 10px;
  text-align: left;
  float: left;
}
#ContentsRight {
  width: 292px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  float: right;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D6D6D6;
}
#Footer {
  width: 1000px;
  height: 20px;
  margin: 0;
  padding: 10px 0;
}

/*
  #############################################
  # ヘッダー部のレイアウト
  #############################################
*/
#Header h1 {
  font-size: 100%;
}

#Header h1 a,
#Header h1 a:link,
#Header h1 a:visited,
#Header h1 a:active {
  color: #3A270F;
  text-decoration: none;
}
#Header h1 a:hover {
  color: #E4801E;
}

/*
  #############################################
  # 左側のコンテツ部のレイアウト
  #############################################
*/
#ContentsLeft .item {
  width: 647px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
#ContentsLeft .item .itemHead {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #F7C416;
  padding: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #D6D6D6;
}
#ContentsLeft .item .itemHeadComment {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #F7C416;
  padding: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #D6D6D6;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D6D6D6;
}
#ContentsLeft .item .itemHeadComment2 {
  margin-top: 20px;
}
#ContentsLeft .item .itemHead h2 {
  font-size: 1.6em;
}
#ContentsLeft .item .itemHeadComment h3 {
  font-size: 1.2em;
}
#ContentsLeft .item .itemHeadComment h4 {
  font-size: 1em;
}
#ContentsLeft .item .itemBody {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 2.5em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D6D6D6;
}
.social {
  width: 130px;
  height: 30px;
  float: left;
}
.google_plusone {
  padding-top: 8px;
  width: 106px;
  height: 22px;
}
.twitter {
  padding-top: 5px;
  height: 25px;
}
.facebook_like {
  padding-top: 10px;
  width: 105px;
  height: 20px;
}
.facebook_share {
  width: 80px;
}
#ContentsLeft .item .itemBody .commentform {
  width: 647px;
}
#ContentsLeft .item .itemBody .commentform textarea.formfield {
  width: 627px;
}
#ContentsLeft .item .itemBody .commentform input.formfield {
  width: 627px;
  display: block;
}
#ContentsLeft .item .itemFoot {
  font-size: 0.6em;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #D6D6D6;
}
#ContentsLeft a {
  color: #3A270F;
  text-decoration: none;
}
#ContentsLeft a:link,
#ContentsLeft a:visited,
#ContentsLeft a:active {
  color: #3A270F;
}
#ContentsLeft a:hover {
  color: #E4801E;
}

/*
  #############################################
  # 右側のコンテツ部のレイアウト
  #############################################
*/
#ContentsRight .sidebar {
  margin-bottom: 20px;
}
#ContentsRight .sidebar dt {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #D8DFF2;
  background-color: #31199F;
  font-size: 1.1em;
}
#ContentsRight .sidebar dd {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 0.8em;
}
#ContentsRight .sidebar .sidebardl dd:hover {
  background-color: #E4801E;
}
#ContentsRight .sidebar a {
  color: #3A270F;
  text-decoration: none;
}
#ContentsRight .sidebar .sidebardl dd a {
  background-image: url(../images/arrow.gif);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}
#ContentsRight .sidebar a:link,
#ContentsRight .sidebar a:visited,
#ContentsRight .sidebar a:active {
  color : #3A270F;
}
#ContentsRight .sidebar a:hover {
  color : #E4801E;
}
#ContentsRight .sidebar dd a:hover {
  color : #3A270F;
}
#ContentsRight .sidebar .searchform .formfield {
  width: 150px;
}

/*
  #############################################
  # フッター部のレイアウト
  #############################################
*/
#Footer .footerCenter {
  text-align: center;
  font-size: 0.8em;
}
#Footer a,
#Footer a:link,
#Footer a:visited,
#Footer a:active {
  color: #333333;
  text-decoration: none;
}
#Footer a:hover {
  color: #E4801E;
}
#Footer .footerRight {
  text-align: right;
  font-size: 0.8em;
  position: relative;
  top: -1.6em;
  left: 0;
  float: right;
}

/*
  #############################################
  # その他のレイアウト
  #############################################
*/
hr.clear {
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  background-color: #D6D6D6;
}
.clear {
  clear: both;
}
.highlight {
  background-color: yellow;
}
.center {
  text-align: center;
}
p.left {
  padding-left: 30px;
  padding-right: 30px;
}
.right {
  text-align: right;
}
p.right {
  padding-left: 30px;
  padding-right: 30px;
}
.red {
  color: red;
}
.top {
  font-size: 10px;
  background-attachment:scroll;
  background-image:url(../images/arrowTop.gif);
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:10px;
}
.plr10 {
  padding-left:10px;
  padding-right:10px;
}
