@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #616161;
	background-image: url(../img/body-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #faf9f7;
	}

DIV#top {
	width: 803px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/top-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 133px;
	}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 82px;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px 0px 0px;
}
#headr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	height: 82px;
	}
#header-right {
	float: right;
	height: 70px;
	width: 382px;
	padding-top: 12px;
}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 0px;
	width: 382px;
	font-size: 10px;
	height: 51px;
	padding: 0px;
	text-align: right;
	}
/* ヘッダーーメニュー */
#header-menu {
	margin-top: 0px;
	width: 382px;
	text-align: right;
	height: 19px;
	padding-top: 0px;
	margin-bottom: 0px;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	font-size: 11px;
	text-align: center;
	background-image: url(../img/header-menu.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	color: #019f78;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 15px;
	padding-top: 0px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #019f78;
	font-size: 11px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	height: 12px;
	}
#header-menu A:hover {
	color: #616161;
	font-size: 11px;
	text-decoration: underline;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 766px;
	height: 46px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 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: left;
	width: 126px;
	}
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	width: 2px;
	height: 46px;
	background-image: url(../img/menu-sepa.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	float: left;
	}		
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #616161;
	text-decoration: none;
	display: block;
	height: 31px;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 106px;
	padding-top: 15px;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #FFF;
	font-size: 12px;
	background-image: url(../img/menu-roll.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 106px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	}
#main-menu  A.text:hover {
	font-size: 12px;
	color: #FFF;
	background-image: url(../img/menu-roll.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 106px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	}
/* =========================== */
/* メインコンテンツ            */
/* =========================== */
#flash-cont {
	background-image: url(../img/flash-cont-bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 299px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
}
#main-contents-wrap {
	width:803px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	background-image: url(../img/top-cont-bg-02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
#main-contents-wrap2 {
	background-image: url(../img/top-cont-bg-03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 803px;
	padding-bottom: 13px;

	}
#main-contents {
	width:765px;
	background-image: url(../img/top-cont-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 19px;
	padding-left: 19px;
	}
#top-cont {
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top-cont-left {
	width: 550px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#top-cont-right {
	width: 200px;
	padding-bottom: 10px;
}
/* =========================== */
/* フッター                     */
/* =========================== */
#footer-layout1 {
	background-image: url(../img/foot-lay-bg1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 52px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 4px;

}
#page-top {
	padding: 0px;
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	height: 29px;
}
/* フッターメニュー */
DIV#footer-menu {
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/head-menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-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 {
	color: #019f78;
	text-decoration: none;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #717171;
	padding-right: 10px;
	padding-left: 10px;
	}
#footer-layout2 {
	background-image: url(../img/foot-lay-bg2.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer-layout3 {
	background-image: url(../img/footer-lay-bg3.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-position: center top;
}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 786px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	}
#copy {
	font-size: 11px;
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* 左コンテンツ */
#main-contents #topi-left #topic-headline-section {
	width: 274px;
	border: none;
	padding: 29px 0px 0px;
	margin: 0px auto;
	background-image: url(../img/top-topi-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#main-contents #topi-left #topic-headline-section DL {
	width: 249px;
	padding: 10px 15px 10px 10px;
	margin: 0px auto;
	border: 1px solid #999;
	height: 212px;
	overflow: auto;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topi-left #topic-headline-section DT{
	width: 235px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topi-left #topic-headline-section DD{
	width: 235px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* 公開日 */
#main-contents #topi-left #topic-headline-section DT .date {
	font-weight: normal;
	width: 95px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topi-left #topic-headline-section DT A {
	color: #019f78;
	}
/* 右コンテンツ */
#main-contents #topi-right #topic-headline-section {
	width: 276px;
	border: none;
	padding: 29px 0px 0px;
	margin: 0px auto;
	background-image: url(../img/top-topi-title-02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#main-contents #topi-right #topic-headline-section DL {
	width: 251px;
	padding: 10px 15px 10px 10px;
	margin: 0px auto;
	height: 212px;
	overflow: auto;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topi-right #topic-headline-section DT{
	width: 235px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topi-right #topic-headline-section DD{
	width: 235px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* 公開日 */
#main-contents #topi-right #topic-headline-section DT .date {
	font-weight: normal;
	width: 95px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topi-right #topic-headline-section DT A {
	color: #0196ec;
	}

