/*
【サイト共通デザイン】
サイト共通モジュールのデザイン(ヘッダー、フッター、サイドバーなど)
*/

/******************************************************************/
/* 共通書式 */
body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  background-color: #f3f3f3;
}

/* ClearFix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix {display:block;}
/* end MacIE5 */

/******************************************************************/
/* 全体ラッパー */
#Wrapper {
  width: 760px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
/******************************************************************/
/* ヘッダーイメージ */
#HeaderImg img {
  display: block;
}
/* ヘッダーナビゲーション */
#HeaderNavi {
  position: relative;
  overflow: hidden;
  width: 760px;
  background-color: #1e3760;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#HeaderNavi ul {
  position: relative;
  left: 50%;
  float: left;
}
#HeaderNavi ul li {
  position: relative;
  left: -50%;
  float: left;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
#HeaderNavi ul li.topmenu {
  border-left: 1px solid #dcdcdc;
}
#HeaderNavi ul li a {
  display: block;
  padding: 5px 14px;
  color: #fff;
  background-color: #1e3760;
  text-decoration: none;
}
#HeaderNavi ul li a:hover {
  background-color: #79ADD4;
}

/******************************************************************/
/* メインコンテンツとサイドバーのラッパー */
#MainWrapper {
  clear: both;
}
/* メインコンテンツ */
#BodyWrapper {
  float: left;
  width: 490px;
  margin: 20px 0 0 20px;
  color: #5f5f5f;
}
/* 「このページの先頭へ」リンク */
#LnkPgTop {
  margin-top: 20px;
  text-align: right;
}
#LnkPgTop a {
  font-size: 70%;
  color: #666666;
  text-decoration: none;
}
#LnkPgTop a:hover {
  text-decoration: underline;
}
/******************************************************************/
/* サイドバー */
#Sidebar {
  width: 200px;
  float: right;
  margin: 15px 10px 0 0;
}
/* 検索フォーム */
#SearchFrm {
  font-size: 75%;
}
#SearchFrm h2 {
  margin-bottom: 5px;
  color: #5f5f5f;
}
#SearchFrm form input {
  vertical-align: middle;
}
#SearchFrm input#s {
  width: 155px;
  margin-right: 0;
  padding: 3px;
  border: 1px solid #5f5f5f;
}
/* サイドメニュー */
#SideMenu {
  margin-top: 15px;
}
#SideMenu h2 {
  padding-bottom: 5px;
  color: #5f5f5f;
  font-size: 75%;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
#SideMenu dt {
  margin-top: 15px;
  padding-bottom: 5px;
  color: #5f5f5f;
  font-size: 75%;
  border-bottom: 1px solid #5f5f5f;
}
#SideMenu li {
  margin: 5px 0 0 10px;
  font-size: 70%;
  color: #5f5f5f;
}
#SideMenu li#CurrentPage {
  font-weight: bold;
}
#SideMenu li a {
  color: #5f5f5f;
  text-decoration: none;
}
#SideMenu li a:hover {
  text-decoration: underline;
}
/* お問合せ、バナーボタン */
.banner {
  width: 180px;
  margin: 20px auto 0;
}
.btn_rollover {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  background-position: top left;
  background-repeat: no-repeat;
}
#btn_contact a {
  height: 60px;
  background-image: url(images/btn_contact.jpg);
}
#btn_contact a:hover {
  background-position: top right;
}
/* 企画書テンプレートのバナー */
#btn_kikakusho_tpl a {
  height: 240px;
  background-image: url(images/btn_tpl.png);
}
#btn_kikakusho_tpl a:hover {
  background-position: 0px -240px;
}

/* RSS のリンク */
.RSSLink {
  margin-top: 20px;
  text-align: center;
}
.RSSLink a {
  font-size: 75%;
  color: #5f5f5f;
  text-decoration: none;
}
.RSSLink a:hover {
  text-decoration: underline;
}
/******************************************************************/
/* フッター */
#Footer {
  margin-top: 20px;
  clear: both;
  border-top: 3px solid #333;
  font-size: 75%;
}
/* フッターリンク */
#FooterNavi {
  margin: 15px 0;
  text-align: center;
}
#FooterNavi li {
  display: inline;
  border-left: 1px solid #666;
}
#FooterNavi li a {
  padding: 0 5px;
  color: #666;
  text-decoration: none;
}
#FooterNavi li a:hover {
  text-decoration: underline;
}
/* コピーライト */
#CopyRight {
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}
/******************************************************************/
/* 検索結果 */
#SearchResultTitle {
  margin-bottom: 20px;
  padding: 5px;
  background-color: #f3f3f3;
}
#SearchResultTitle strong {
  padding-right: 10px;
  font-weight: bold;
}
#SearchResultTitle .ResultCount {
  padding-left: 10px;
  font-size: 80%;
  vertical-align: text-top;
}
#SearchResult dt {
  margin-bottom: 5px;
}
#SearchResult dd {
  margin: 0 0 20px 10px;
  font-size: 75%;
}
/******************************************************************/
/* 404(Not Found) */
#NotFoundTitle {
  margin-bottom: 20px;
  font-size: 85%;
  font-weight: bold;
}
#NotFound {
  margin-left: 10px;
  font-size: 75%;
}

/*********************************************************************
【ページ共通デザイン】
ページ見出しなど、各ページ共通のデザイン
**********************************************************************/

/* ページタイトル(画像) */
h2#PageTitle {
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: bold;
  color: #000;
}
h2#PageTitle img {
  display: block;
}

/* 段落 */
#BodyWrapper p {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 75%;
}

/* 各記事のタイトルと見出し */
h2#ArticleTitle {
  margin-bottom: 20px;
  font-size: 85%;
  font-weight: bold;
}
h3#ArticleLead {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 110%;
  font-weight: bold;
  text-align: right;
  color: #000;
  border-bottom: 1px solid #5f5f5f;
  line-height: 1.4;
}

/* サービスステップ。番号見出し */
#ServiceStep dd {
  margin-bottom: 20px;
}

/* 区切り線 */
.SepLine {
  margin: 20px 0;
  border: none;
  background-color: #5f5f5f;
}

/* 見出し画像 */
.ChapterHeadImg {
  margin: 20px 0 10px;
}
.ChapterHeadImg2 {
  margin: 20px 0 0;
}
.ChapterHeadImgBN {
  margin: 20px 0 -10px;
}

/* 本文中の箇条書き */
.ListInBody {
  font-size: 75%;
}
.ListInBody ul,
.ListInBody ol {
  font-size: 100%;
}
.ListInBody li {
  margin: 0 0 5px 20px;
  list-style-type: disc;
  line-height: 1.4;
}
/* 小見出し */
.MiddleHeader {
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 75%;
  font-weight: bold;
  border-left: 3px solid #5f5f5f;
}
