/*
Theme Name: FOC2016
Description: FOCオリジナルテーマ
Author: ブラボーデザイン室　大塚小百合
*/

/* ==================== レイアウト ==================== */
body {
  font-family :   "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  margin: 0px;
  color: #222;
  font-size: 12px;
  line-height: 2em;
}
#container {
  width: 800px;
  margin: auto;
}
#content {
  margin: 25px 0;
}
#foot {
  clear: both;
}
/* ==================== リンク ==================== */
a {
  color: #222;
  text-decoration: none
}
/* ==================== ヘッダー ==================== */
#head {
  margin: 0;
  padding: 0;
}
#head p {
  margin: 0;
  padding: 0;
}
/* ==================== ナビゲーションバー ==================== */
#head .menu {
  font-size: 12px;
  height: 40px;
  background-color: #F6E3CA;
  border: solid 1px #C2A27B;
  padding: 0;
}
#head .menu ul {
  margin: 0;
  padding: 0;
}
#head .menu li {
  list-style-type: none;
  float: left;
}
#head .menu li a {
  display: block;
  width: 113px;
  line-height: 40px;
  border-right: solid 1px #C2A27B;
  text-align: center;
}
#head .menu li a:hover {
  background-color: #F0D69E
}
/* ==================== コンテンツ ==================== */
#content {
  background: none;
}
#content h2 {
  font-size: 18px;
  font-weight: normal;
  background-image: url(images/hachi.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 54px;
  padding-top: 15px;
  padding-left: 50px;
  /*clear: both;
  float: left;
  display: block;*/
  width: 100%;
}
#content h3 {
  font-size: 16px;
  display: block;
  width: 100%;
  border-left: solid 12px #996633;
  padding-left: 10px;
  height: 18px;
  clear: both;
  float: left;
}
#content h4 {
  font-size: 14px;
  background-image: url(images/footbar.gif);
  line-height: 1em;
  background-image: url(footbar.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
/* 画像 */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 25px auto;
}
a img {
  border: none;
}
/* ==================== リンク集 ==================== */
.link {
  margin: 0;
  padding: 0;
}
.link, .link ul {
  list-style-type: none;
}
.link li li {
  font-size: 12px;
  margin: 20px 0 25px;
  border-bottom: solid 1px #996633;
  padding-bottom: 5px;
}
.link a {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
.link a:hover {
  color: #008844;
}
/* ==================== フッター ==================== */
#foot {
  background-image: url(images/footbar.gif);
  background-repeat: no-repeat;
  padding: 10px 0 20px;
}
#foot p {
  font-size: 12px;
  margin: 0;
}
/* ==================== ニュース ==================== */
.newspost h3 {
  font-size: 16px;
  border-left: solid 6px #996633;
  border-bottom: solid 1px #996633;
  padding: 4px 4px 4px 10px;
  margin: 0 0 15px;
}
.newspost h3 span {
  font-size: 12px;
  color: #996633;
}
/* ==================== サイドバー==================== */

.sidebar {
  width: 200px;
  float: right;
  font-size: 12px;
  border: solid 1px #996633;
  padding: 10px;
  margin-bottom: 20px;
}
.sidebar h2 {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  background-color: #996633;
  background-image:no;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar li {
  line-height: 1.2;
  list-style-type: none;
  margin-bottom: 8px;
}
.sidebar li a:hover {
  color: #996633;
}
.sidebar #menu li {
	  line-height: 1.2;
  list-style-type: none;
  margin-bottom: 8px;
}

/* ========== 前後のページへのリンク ========== */
.prevnext {
  font-size: 14px;
  font-family: Verdana, sans-serif;
  color: #996633;
  margin-top: 30px;
  overflow:hidden;
}
.prevnext a {
  color: #996633;
}
.prevnext a:hover {
  color: #fff;
}
.prev {
  margin: 0;
  float: left;
}
.next {
  margin: 0;
  float: right;
}
/* ========== 記事の個別ページ ========== */
.postdate {
  color: #996633;
  font-weight: bold;
}
/* ==================== ２段組み ==================== */
.category #content, .single #content, .date #content, .page-template-custom_news-php #content {
  width: 550px;
  float: left;
}
#sidebar {
  width: 200px;
  float: right;
  margin: 25px 0;
}
/*=================続きを読む==========================*/
.more-link{
	text-align:right;
}
 
​