@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	color: #222222;
	background-color: #FFF;
	}

DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 130px;
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../img/header_img.jpg);
}
#headr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 313px;
	margin: 0px;
	height: 120px;
	padding: 0px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 0px;
	height: 62px;
	width: 200px;
	font-size: 10px;
	color: #222222;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float: right;
	background-image: url(../img/header_menu_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#header-menu {
	text-align: right;
	height: 24px;
	display: inline;
	float: right;
	padding-top: 0px;
	width: 183px;
	background-image: url(../img/header_bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 3px;
	padding-right: 15px;
	color: #000000;
	}
	#header-menu  A.text:link,
#header-menu  A.text:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 16px;

	}

#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	font-size: 12px;
	text-align: center;
	color: #808080;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
	padding-top: 2px;
	margin-left: 10px;
	}
	
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu-wrap {
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: repeat-x;
	height: 54px;
	width: 100%;
	}
#main-menu {
	width: 919px;
	height: 46px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 46px;
	text-align: center;
	background-image: url(../img/menu_btn.jpg);
	background-repeat: no-repeat;
	width: 129px;
	background-position: right bottom;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	width: 2px;
	height: 46px;
	background-image: url(../img/menu_sp.jpg);
	background-repeat: no-repeat;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	font-weight: bold;
	width: 129px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 12px;
	color: #e6be7f;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #59310a;
	font-size: 12px;
	height: 30px;
	width: 129px;
	font-weight: bold;
	}
#main-menu A:hover {
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	width: 129px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents-wrap {
	width: 100%;
	}
#main-contents {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 2px;
	}
/* =========================== */
/* トップコンテンツ テーブル   */
/* =========================== */
#top-cont {
	width: 900px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
/* =========================== */
/* トップコンテンツ 左     　　*/
/* =========================== */
#top-cont-left {
	width: 595px;
	padding-right: 0px;
}
/* =========================== */
/* トップコンテンツ 右     　　*/
/* =========================== */
#top-cont-right {
	width: 290px;
	padding-left: 15px;
}
/* =========================== */
/* ページトップへ            　*/
/* =========================== */
#page-top {
	text-align: right;
	height: 17px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* =========================== */
/* フッター                     */
/* =========================== */
#footer-layout {
	clear:both;
	width:100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #d5d6d5;
	height: 127px;
	}
#footer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
}
/* フッターメニュー */
DIV#footer-menu {
	padding: 0px;
	width: 900px;
	color: #222222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#footer-menu DIV.menu-item {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/footer_menu_sepa.jpg);
	background-repeat: no-repeat;
	height: 12px;
	overflow: hidden;
	width: 4px;
	float:left;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 2px 0px;
	background-position: left 5px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 80%;
	color: #222222;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 900px;
	color: #271805;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	}
#header_bg {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	height: 184px;
	background-image: url(../img/header_bg.jpg);
}
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 500px;
	border: none;
	margin: 0px;
	padding: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	width: 490px;
	font-weight: bold;
	margin: 0px;
	background-image: url(../img/topi_bg.jpg);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	font-weight: bold;
	padding-right: 10px;
	color: #f96e00;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #222222;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	width: 370px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 105px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

