@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	}

DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/header-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 111px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#headr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-left {
	width: 500px;
	height: 111px;
	float: left;
}
#header-right {
	float: right;
	width: 440px;
	height: 111px;
}

/* サイトタイトル */
#site-title {
	width: 500px;
	height: 60px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	clear: left;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	height: 20px;
	width: 485px;
	color: #72654a;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#header-contents2 {
	float: right;
	height: 79px;
	width: 440px;
	text-align: right;
}

#header-menu {
	display: inline;
	width: 423px;
	height: 20px;
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#header-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
	#header-menu  A.text:link,
#header-menu  A.text:visited {
	color: #3d3001;
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding-top: 5px;

	}
#header-menu DIV.menu-item {
	float: right;
	font-size: 11px;
	text-align: center;
	color: #3d3001;
	display: inline;
	background-image: url(../img/header-menu-guide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}


/* =========================== */
/* メインメニュー                  */
/* =========================== */	

#main-menu {
	width: 930px;
	height: 47px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	clear: both;
	background-image: url(../img/main-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	float:left;
	height: 47px;
	background-repeat: no-repeat;
	width: 155px;
	background-position: left top;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	background-image: url(../img/main-menu-btn.jpg);
	padding: 0px;
	}
	
#main-menu DIV.menu-sepalator {
	padding:0px;
	float:left;
	width: 5px;
	height: 40px;
	margin: 0px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 32px;
	text-align: center;
	width: 155px;
	padding-top: 15px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	width: 155px;
	height: 32px;
	background-image: url(../img/main-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	height: 32px;
	width: 155px;
	background-image: url(../img/main-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	}
#main-menu A:hover {
	height: 32px;
	width: 155px;
	background-image: url(../img/main-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */

#main-contents-top{
	height: 9px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main-contents-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#main-contents-bottom{
	height: 9px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main-contents-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#main-img {
	height: 327px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

#main-contents {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 13px;
	color: #333333;
	padding-top: 0px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/main-contetnts-wrap.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
	

/* =========================== */
/* ページトップへ            　*/
/* =========================== */
#page-top {
	text-align: left;
	width: 257px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	float: right;
	padding-top: 6px;
	padding-bottom: 9px;
}

/* =========================== */
/* フッター                     */
/* =========================== */

#footer {
	width: 950px;
	background-image: url(../img/footer-wrap.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	

/* フッターメニュー */
DIV#footer-menu {
	width: 683px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 7px;
	font-size: 11px;
	}
	#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#footer-menu DIV.menu-item {
	text-align: center;
	display: inline;
	float: left;
	padding-left: 13px;
	padding-right: 24px;
	margin: 0px;
	background-image: url(../img/header-menu-guide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
#footer-menu DIV.menu-sepalator {
	overflow: hidden;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	color: #3d3001;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 936px;
	color: #3d3001;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/footer-contents-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	font-size: 11px;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 645px;
	overflow: auto;
	overflow-x:hidden;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#cbc2b2;
	scrollbar-shadow-color:#cbc2b2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#cbc2b2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 0px;
	height: 138px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 645px;
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #867f72;
	padding-top: 10px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #867f72;
	padding-right: 24px;
	padding-left: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #3d3001;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	width: 547px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #867f72;
	padding-right: 0px;
	padding-left: 98px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9e9179;
	margin: 0px;

	}
	
	
