@charset "Shift_JIS";

/**********************************************************************

main.css
2017.07.27 更新

**********************************************************************/
/* ブラウザスタイルの初期化
------------------------------------------------------------ */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
STRIKE, STRONG, SUB, SUP, TT, VAR,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0 auto;
	padding: 0;
}

A:link { text-decoration: none;}
A:visited {color: #800080; text-decoration: none;}
A:hover {color: #CC0000; text-decoration: none;}
IMG {
	vertical-align: bottom;
	border: none;
}

/* =================================================================== */
HTML {
	height: 100%;
}

BODY {
	background: url(../common/back.gif) repeat-y 50%;
	height: 100%;
	color: #000000;
	margin-top: 0px;
}

* HTML #Container {
	height: 100%;
}

#Container {
	width: 900px;
	position: relative;
	min-height: 100%;
}

BODY > #Container {
	height: auto;
}

/* コンテンツエリア */
.Contents {
	width: 900px;
	border: 0px #FF0000 solid;
	padding-bottom: 50px;
}

/*---------------------------------------- */
/* ヘッダーとフッター
/*---------------------------------------- */
/* ヘッダー */
#Header {
    width: 900px;
    height: 95px;
}

/* フッター */
#Footer {
	width: 900px;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../footer/footerbg.gif) repeat-x;
}

/* 著作権表示 */
#Copy {
	margin-top: 0px; /* 30 */
	width: 900px;
	text-align: right;
}

/*---------------------------------------- */
/* メニュー
/*---------------------------------------- */
#Menu {
	width: 716px;
	margin-top: 10px;
}

#Menu UL {
	margin: 0;
	padding: 0px;
	display: inline-block;
	border: 0px #0000CC solid; /* レポートエリアの境界線 */
}

#Menu LI {
	float: left;
	list-style-type: none;
}

#Menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*---------------------------------------- */
/* Section
/*---------------------------------------- */
.Section {
	border: 0px #00FF00 solid;
	margin-top: 10px;
/*	margin-left: auto; /* 左側のマージン */
/*	margin-right: auto; /* 右側のマージン */
	width: 850px;
}

.mLeft DIV {
	margin-left: 0px; /* 左側のマージン */
	margin-right: auto; /* 右側のマージン */
}
.mCenter DIV {
	margin-left: auto; /* 左側のマージン */
	margin-right: auto; /* 右側のマージン */
}
.mRight DIV {
	margin-left: auto; /* 左側のマージン */
	margin-right: 0px; /* 右側のマージン */
}

/*---------------------------------------- */
/* レポートエリア
/*---------------------------------------- */
/* --- レポートエリア --- */
DIV.Report {
	width: 850px; /* レポートエリアの幅 */
	text-align: left;
	border: 0px #0000CC solid; /* レポートエリアの境界線 */
}

DIV.mTop {
	width: 35px;
	border: 0px #00FFFF solid;
	padding-left: 710px;
	margin-left: 80px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.5em; /* 行の高さ */
}

/* --- TitleBar01_S --- */
DIV.Report .TitleBar01 {
	width: 770px;
	height: 25px;
	background: url(../common/titlebar1.gif) no-repeat;
	text-align: left;
	padding-top: 12px;
	padding-left: 35px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	border: 0px #00FFFF solid;
}

DIV.Report .sp01 {
	width: 770px;
	text-align: left;
	padding-left: 35px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 0px #00FFFF solid;
	font-size: 80%;
	line-height: 1.5em; /* 行の高さ */
}
/* --- TitleBar01_E --- */

/* --- TitleBar02_S --- */
DIV.Report .TitleBar02 {
	width: 740px;
	height: 25px;
	background: url(../common/titlebar2.gif) no-repeat;
	text-align: left;
	padding-top: 12px;
	padding-left: 35px;
	margin-left: 50px;
	margin-bottom: 10px;
	font-weight: bold;
	border: 0px #00FFFF solid;
}

DIV.Report .sp02 {
	width: 740px;
	text-align: left;
	padding-left: 35px;
	margin-left: 50px;
	margin-bottom: 10px;
	border: 0px #00FFFF solid;
	font-size: 80%;
	line-height: 1.5em; /* 行の高さ */
}
/* --- TitleBar02_E --- */

/* --- TitleBar03_S --- */
DIV.Report DIV.TitleBar03 {
	width: 710px;
	height: 25px;
	background: url(../common/titlebar3.gif) no-repeat;
	text-align: left;
	padding-top: 12px;
	padding-left: 35px;
	margin-left: 80px;
	margin-bottom: 10px;
	font-weight: bold;
	border: 0px #00FFFF solid;
}

DIV.Report .sp03 {
	width: 700px;
	text-align: left;
	padding-left: 35px;
	margin-left: 80px;
	margin-bottom: 10px;
	border: 0px #00FFFF solid;
	font-size: 80%;
	line-height: 1.5em; /* 行の高さ */
}
/* --- TitleBar03_E --- */

/*---------------------------------------- */
/* Flash
/*---------------------------------------- */
.VisualFlash {
	width: 540px;
	height: 300px;
	border: 0px #898989 solid;
	padding: 0;
}

/*---------------------------------------- */
/* バナー
/*---------------------------------------- */
.Banner {
	width: 140px;
	height: 60px;
	border: 0px #898989 solid;
	text-align: center;
}

.Banner H4{
	font-size: 12px;
	margin-top: 5px;
}

.Banner3 {
	width: 280px;
	height: 55px;
	border: 2px #0E2648 solid;
	text-align: center;
	padding-top: 5px;
	background: url(../common/banner.jpg) repeat-x;
}

/*---------------------------------------- */
/* 新着情報
/*---------------------------------------- */
DIV.UPDATE {
	width: 540px; /* 新着情報エリアの幅 */
	font-size: 100%;
}

/* --- 見出し --- */
DIV.UPDATE H3 {
	margin: 0px 0px 0px 5px; /* 見出しのマージン（上、左右、下） */
	padding-top: 10px;
	font-size: 100%;
}

/* --- 新着リスト --- */
DIV.UPDATE DL {
	width: 100%; /* 新着リストの幅 */
	height: 290px; /* 新着リストの高さ */
	overflow: auto;
	margin: 0;
	background-color: #F9F9F9; /* 新着リストの背景色 */
	border-top: 1px #C0C0C0 dotted; /* 新着リストの上境界線 */
	border-bottom: 1px #C0C0C0 dotted; /* 新着リストの下境界線 */
	font-size: 80%;
}

/* --- 日付エリア --- */
DIV.UPDATE DT {
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0px 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
DIV.UPDATE DD {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
	line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	min-height: 1px;
}

/*---------------------------------------- */
/* 社会・経済ニュース
/*---------------------------------------- */
DIV.yomu {
	width: 280px; /* 新着情報エリアの幅 */
	font-size: 100%;
	border: 1px #000000 solid; /* 新着リストの下境界線 */
}

/* --- 見出し --- */
DIV.yomu H3 {
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
	padding-top: 10px;
	padding-left: 0.5em;
	font-size: 100%;
	text-align : center;
}

/* --- 日付 --- */
DIV.yomu .date {
	font-size: 0.8em;
	color: #000099;
	text-align: right;
	padding-right: 0.5em;
}

DIV.yomu .backnumber {
	font-size: 0.8em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

/* --- 新着リスト --- */
DIV.yomu OL {
	font-size: 0.8em;
	line-height: 120%;
}

/*---------------------------------------- */
/* 個別ページ(about.html)
/*---------------------------------------- */
#shibu {
	margin-left: 0px;
	margin-right: auto;
}
#shibu .NameTH{
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 6em;
	padding:0.5em;
}

#shibu .AddTH{
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 15em;
	padding:0.5em;
}

#shibu .TelTH{
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#shibu .Name {
	background-color: #e4e4e4;
	text-align: center;
	padding:0.5em;
}

#shibu .Add {
	background-color: #e4e4e4;
	text-align: left;
	padding:0.5em;
}

#shibu .Tel {
	background-color: #e4e4e4;
	text-align: center;
	padding:0.5em;
}

#kaihi {
	margin-left: 0px;
	margin-right: auto;
	background-color: #000000;
}

#kaihi .kiboTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#kaihi .kijunTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 13em;
	padding:0.5em;
}

#kaihi .gakuTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#kaihi .kibo {
	background-color: #FFFFFF;
	text-align: left;
	height: 15px;
	padding:0.5em;
}

#kaihi .kijun {
	background-color: #FFFFFF;
	text-align: left;
	height: 15px;
	padding:0.5em;
}

#kaihi .gaku {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	padding:0.5em;
}

#kaihi2 {
	background-color: #000000;
	margin-left: 0px;
	margin-right: auto;
}

#kaihi2 .kiboTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#kaihi2 .kijunTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 13em;
	padding:0.5em;
}

#kaihi2 .gakuTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#kaihi2 .kibo {
	background-color: #FFFFFF;
	text-align: left;
	height: 15px;
	padding:0.5em;
}

#kaihi2 .kijun {
	background-color: #FFFFFF;
	text-align: left;
	height: 15px;
	padding:0.5em;
}

#kaihi2 .gaku {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	padding:0.5em;
}

#kaihi3 {
	background-color: #000000;
	margin-left: 0px;
	margin-right: auto;
}

#kaihi3 .kiboTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 21.2em;
	padding:0.5em;
}

#kaihi3 .gakuTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#kaihi3 .kibo {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	padding:0.5em;
}

#kaihi3 .gaku {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	padding:0.5em;
}

#kaihi4 {
	background-color: #000000;
	margin-left: 0px;
	margin-right: auto;
}

#kaihi4 .kiboTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 21.2em;
	padding:0.5em;
}

#kaihi4 .gakuTH {
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 7em;
	padding:0.5em;
}

#kaihi4 .kibo {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	padding:0.5em;
}

#kaihi4 .gaku {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	padding:0.5em;
}

.bukai {
	background-color: #000000;
	margin-left: 0px;
	margin-right: auto;
}

.bukai TH{
	background-color: #ffffc4;
	text-align: center;
	height: 15px;
	width: 42em;
	padding:0.5em;
}

.bukai TD {
	background-color: #FFFFFF;
}

#youshi {
	margin-left: 0px;
	margin-right: auto;
}
#youshi TD {
	padding:0.5em;

}

#youshi .TD-1 {
	text-align: center;
	height: 15px;
	width: 12em;
}

/*---------------------------------------- */
/* 個別ページ(schedule.html)
/*---------------------------------------- */
.schedule {
	background-color: #FFFFFF;
	font-size: 12px;
}

.schedule TH {
	font-size: 14px;
	border-bottom: 1px solid #000000;
}

.schedule TD {
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 2em;
}

.sDateTH {
	width: 110px;
	padding-left: 10px;
}

.sTimeTH {
	width: 115px;
}

.sThemeTH {
	width: 300px;
}

.sPlaceTH {
	width: 200px;
}

.sDate {
	border-right: 1px dashed #999999;
}

.sTime {
	border-right: 1px dashed #999999;
}

.sTheme {
	border-right: 1px dashed #999999;
}

/*---------------------------------------- */
/* 個別ページ(release.html)
/*---------------------------------------- */
#kaiinsu {
	background-color: #000000;
	margin-left: 0px;
	margin-right: auto;
}

#kaiinsu TH , #kaiinsu TD {
	padding:0.5em;
}

#kaiinsu .shibuTH {
	background-color: #d7ffff;
	text-align: center;
	width: 6em;
}

#kaiinsu .kaiinsuTH {
	background-color: #d7ffff;
	text-align: center;
	width: 5em;
}

#kaiinsu .shibu {
	background-color: #ffffff;
	text-align: center;
}

#kaiinsu .kaiinsu {
	background-color: #ffffff;
	text-align: right;
}
#kaiinsu .shibuSum {
	background-color: #d7ffff;
	text-align: center;
}

#kaiinsu .kaiinsuSum {
	background-color: #d7ffff;
	text-align: right;
}

/*---------------------------------------- */
/* 個別ページ(link01.html)
/*---------------------------------------- */
/* --- アイコンリスト --- */
DIV.sp02 IMG{
	padding-right: 0px;
}

.Set01 {
	width:400px;
}
.Set02 {
	width:800px;
}

DIV.iconlist_link {
	font-size: 100%;
	border: 0px dashed #999999;
	margin-left: 0px; /* 左側のマージン */
	margin-right: auto; /* 右側のマージン */
}

DIV.iconlist_link OL {
	margin: 0;
	padding: 0 0 5px; /* アイコンリストのパディング（上、左右、下） */
	list-style-type: none;
}

DIV.iconlist_link LI {
	padding: 0px 0px 1em 14px; /* 項目のパディング（上右下左） */
	background-repeat: no-repeat;
	background-position: 2px 2px; /* 背景画像の表示位置（左からの距離、上からの距離） */
	line-height: 120%;
	float: left;
	width: 180px;
}

DIV.iconlist_link BR {
	clear: both;
}

/* --- マーカー画像 --- */
DIV.iconlist_link li.icon102 {
	background-image: url(../common/icon/icon_102.gif); /* icon_102 */
}

DIV.iconlist_link li.icon103 {
	background-image: url(../common/icon/icon_103.gif); /* icon_103 */
}

DIV.iconlist_link li.icon104 {
	background-image: url(../common/icon/icon_104.gif); /* icon_104 */
}

DIV.iconlist_link li.icon105 {
	background-image: url(../common/icon/icon_105.gif); /* icon_105 */
}

DIV.iconlist_link li.icon108 {
	background-image: url(../common/icon/icon_108.gif); /* icon_108 */
}

/*---------------------------------------- */
/* 個別ページ(社会・経済ニュースバックナンバー)
/*---------------------------------------- */
.Magazine {
	width: 685px;
/*	border-right: 10px solid #000000;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
*/
	border: 10px solid #000000;
}

.newsBody {
	width: 685px;
/*	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
*/
	border: 10px solid #000000;
}

.newsTitile {
	width: 665px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	background-color: #53779D;
	padding-bottom: 2px;
	color: #FFFFFF;
	padding-top: 5px;
}

.newsMain {
	width: 665px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 150%;
	padding-top: 5px;
	text-align: left;
	font-family: "ＭＳ ゴシック";
}

.topix01 {
	font-size: 80%;
	line-height: 150%;
	border: 2px solid #406b35;
	background-color: #ffffc4;
	padding-left: 1em;
	padding-right: 1em;
}

/* --- 見出し --- */
.topix01 H3 {
	padding-top: 10px;
	padding-bottom: 1em;
	font-size: 125%;
	text-align : center;
}

