@charset "utf-8";

/* ===== Reset
========================================================================= */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h5, h6, table, input, textarea, select { font-size: 100%; }

address, em, cite, dfn, var { font-style: normal; }

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	vertical-align: bottom;
	border: none;
}

a { color: #00f; }

a img {	border: none; }

html { overflow-y: scroll; }

body {
	background: #e0e0e0 url(../images/body_bg.gif) repeat-y center 0;
	font-family: sans-serif;
	font-size: medium;
	color: #333;
}

* html body {
	padding-left: 1px;
}

ul { list-style: none outside; }

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/* ===== lead
========================================================================= */

#lead {
	width: 880px;
	margin: 0px auto;
	padding: 9px 10px 1px 10px;
	color: #535353;
	font-weight: normal;
	border-bottom: 3px solid #bfbfbf;
}


/* ===== header
========================================================================= */

div#header {
	position: relative;
	width: 880px;
	height: 63px;
	margin: 0px auto;
	padding: 0 10px;
	border-bottom: 8px solid #2859a9;
}

div#header p {
	position: absolute;
	top: 10px;
	left: 10px;
}

div#header ul.parallel {
	position: absolute;
	top: 5px;
	right: 10px;
}

div#header ul.buttonmenu {
	position: absolute;
	top: 35px;
	right: 10px;
	overflow: hidden;
}

div#header ul.buttonmenu li {
	float: left;
	width: 109px;
}
div#header ul.buttonmenu li.first { margin-right: 10px; }


/* ===== breadcrumb
========================================================================= */

ul#breadcrumb {
	width: 880px;
	margin: 0px auto;
	padding: 4px 10px;
	border-bottom: 1px solid #949494;
}

ul#breadcrumb li {
	display: inline;
	padding-right: 28px;
	background: transparent url(../images/breadcrumb_arrow.gif) no-repeat right 0.1em;
	zoom: 1;
}
ul#breadcrumb li.last {
	padding-right: 0;
	background: none;
}

/* ===== wrapper
========================================================================= */

div#wrapper {
	width: 900px;
	margin: 0px auto;
	background: transparent url(../images/wrapper_bg.gif) repeat-y 0 0;
}
div#wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* ===== contents
========================================================================= */

div#contents {
	float: right;
	width: 670px;
	padding-right: 10px;
	padding-bottom: 40px;
	color: #535353;
	line-height: 1.5;
}

/* ----- headings
------------------------------------------------------------------------- */

div#contents h1 {
	height: 24px;
	margin-top: 34px;
}

div#contents h2 {
	width: 650px;
	margin-top: 1.5em;
	padding-left: 20px;
	background: transparent url(../images/head_lv2_bg.gif) no-repeat 0 0;
	color: #000;
	font-size: 112%;
}

div#contents h3 {
	width: 670px;
	margin-top: 1em;
	background: transparent url(../images/head_lv3_bottom_bg.gif) no-repeat 0 bottom;
	color: #000;
}

div#contents h3 span {
	display: block;
	width: 627px;
	padding: 2px 10px 1px 33px;
	background: transparent url(../images/head_lv3_top_bg.gif) no-repeat 0 0;
}

div#contents h4 {
	margin-top: 1em;
	padding-left: 18px;
	background: transparent url(../images/head_lv4_bg.gif) no-repeat 0 0.3em;
	color: #000;
}

/* ----- list
------------------------------------------------------------------------- */

div#contents li dl,
div#contents dd dl,
div#contents dd ul {
	margin-left: 1em;
}

div#contents dt,
div#contents ul,
div#contents ol {
	margin-top: 1em;
}

div#contents dd ul { margin-top: 0; }

div#contents li { padding-bottom: 5px; }

div#contents ol li {
	margin-left: 1.5em;
}

/* ----- table
------------------------------------------------------------------------- */

div#contents table {
	width: 670px;
	margin-top: 1.5em;
	border-collapse: collapse;
}

div#contents table th,
div#contents table td {
	padding: 6px 10px;
	font-size: small;
	border: 1px solid #999;
	vertical-align: top;
}
div#contents table th {
	background-color: #d9e7ff;
	color: #4386fd;
	font-weight: bold;
	border: 1px solid #75a7ff;
	white-space: nowrap;
}
div#contents table td { color: #535353; }

div#contents table tr.membersonly td { background-color: #f4f4f4; }

div#contents table th a {
	color: #4386fd;
	text-decoration: none;
}

/* ----- form
------------------------------------------------------------------------- */

div#contents table.form {
	border: 0;
}

div#contents table.form th,
div#contents table.form td {
	font-size: medium;
	border: 0;
	color: #707070;
}

div#contents table.form th {
	background-color: transparent;
	font-weight: normal;
	white-space: normal;
	width: 220px;
	text-align: left;
}

div#contents table.form input {
	margin-right: 3px;
}

div#contents table.form .input_short {
	width: 50px;
}

div#contents table.form .input_middle {
	width: 150px;
}

div#contents table.form .input_long {
	width: 410px;
}

div#contents table.form .input_radio {
}

div#contents table.form .input_textbox {
	width: 410px;
	height: 80px;
}

div#contents table.form label {
	white-space: nowrap;
}

/* ----- other
------------------------------------------------------------------------- */

div#contents p {
	margin-top: 1em;
	text-indent: 1em;
}

div#contents p.no-indent {
	text-indent: 0;
}

div#contents div,
div#contents address {
	margin-top: 1em;
}


/* ===== 年金と経済
========================================================================= */

.magazine {
	width: 180px;
	color: #000;
	font-size: 75%;
}

.magazine img {	margin-bottom: 7px; }

.magazine strong { font-size: 117%; }


/* ===== サイトマップ
========================================================================= */

div#contents #sitemap_menu {
	margin: 0 0 0 -40px;
	overflow: hidden;
	zoom: 1;
}

div#contents div#sitemap_menu dl {
	display: inline;
	float: left;
	width: 315px;
	margin: 0 0 0 40px;
}

div#contents #sitemap_menu dl dd {
	padding-top: 1em;
}

div#contents #sitemap_menu dd ul {
	margin-left: 0;
}
div#contents #sitemap_menu dd ul ul,
div#contents #sitemap_menu dd ul ul ul {
	margin-top: 5px;
	margin-left: 1em;
}


/* ===== 検索ページ（CSS上書き）
========================================================================= */

#search div#wrapper { background: none; }

#search div#contents {
	float: none;
	width: 780px;
	padding: 0 60px 40px 60px;
}

#search div#contents h2 {
	width: 760px;
	margin-top: 1.5em;
	padding-left: 20px;
	background: transparent url(../images/head_lv2_bg.gif) no-repeat 0 0;
	font-size: 112%;
}

#search div#contents h3 {
	width: 780px;
	margin-top: 1em;
	background: transparent url(../images/search_head_lv3_bottom_bg.gif) no-repeat 0 bottom;
}

#search div#contents h3 span {
	display: block;
	width: 737px;
	padding: 2px 10px 1px 33px;
	background: transparent url(../images/search_head_lv3_top_bg.gif) no-repeat 0 0;
}

#search div#contents table {
	margin-top: 4px;
	width: 780px;
}


/* ===== 検索ページ（固有のもの）
========================================================================= */

#search div#search_menu {
	width: 675px;
	margin: 25px auto 34px auto;
	overflow: hidden;
}

#search div#search_menu_focus {
	width: 780px;
	background-color: #82afff;
	overflow: hidden;
}

#search dl#search_menu_keyword {
	position: relative;
	width: 744px;
	margin-top: 1em;
	padding: 10px 18px 10px 18px;
	background-color: #7ecef4;
	overflow: hidden;
}

#search div#search_menu dt,
#search div#search_menu ul,
#search div#search_menu_focus dt,
#search div#search_menu_focus ul,
#search dl#search_menu_keyword dt {
	margin: 0;
}

/* ----- 絞り込み検索
------------------------------------------------------------------------- */

#search div#search_menu dl#focus,
#search div#search_menu_focus dl#focus {
	display: inline;
	float: left;
	width: 292px;
	padding: 13px 18px 18px 18px;
	background-color: #82afff;
}

#search div#search_menu dl#focus dt,
#search div#search_menu dl#focus dd,
#search div#search_menu_focus dl#focus dt,
#search div#search_menu_focus dl#focus dd,
#search div#search_menu_focus dl#year dt {
	line-height: 1em;
}

#search div#search_menu dl#focus dd ul li,
#search #search_menu_focus dl#focus dd ul li {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1px;
}

/* ----- キーワード検索
------------------------------------------------------------------------- */

#search div#search_menu dl#keyword {
	display: inline;
	float: right;
	width: 276px;
	padding: 10px 18px 18px 18px;
	background-color: #7ecef4;
}

#search div#search_menu dl#keyword img {
	font-size: 1px;
	vertical-align: text-top;
}

#search dl#search_menu_keyword option,
#search dl#search_menu_keyword input,
#search div#search_menu dl#keyword option,
#search div#search_menu dl#keyword input,
#search div#search_menu_focus dl#year dd option {
	color: #535353;
}

#search dl#search_menu_keyword #query,
#search div#search_menu dl#keyword #query {
	width: 268px;
	margin-top: 10px;
	padding: 2px 4px 0 4px;
}
#search dl#search_menu_keyword #query { margin-top: 0; }

#search dl#search_menu_keyword #search_button,
#search dl#search_menu_keyword #clear_button,
#search div#search_menu dl#keyword #search_button,
#search div#search_menu dl#keyword #clear_button {
	width: 103px;
	height: 21px;
	margin-top: 8px;
	margin-left: 10px;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
#search dl#search_menu_keyword #search_button,
#search div#search_menu dl#keyword #search_button {
	margin-left: 30px;
	background: transparent url(../images/search_button06.gif) no-repeat 0 0;
}
#search dl#search_menu_keyword #clear_button,
#search div#search_menu dl#keyword #clear_button {
	background: transparent url(../images/search_button07.gif) no-repeat 0 0;
}

#search dl#search_menu_keyword select {
	position: absolute;
	top: 34px;
	left: 18px;
	width: 173px;
}

#search dl#search_menu_keyword dt,
#search dl#search_menu_keyword #inside {
	font-size: 1px;
}

#search dl#search_menu_keyword #inside {
	position: absolute;
	top: 38px;
	left: 200px;
}

#search dl#search_menu_keyword div {
	float: right;
	margin-top: 0;
	width: 467px;
	padding: 0 0 8px 18px;
	border-left: 1px solid #fff;
}

/* ----- 研究年度
------------------------------------------------------------------------- */

#search div#search_menu_focus dl#year {
	display: inline;
	float: right;
	width: 411px;
	margin-top: 37px;
	padding: 2px 18px 0 18px;
	height: 168px;
	border-left: 1px solid #fff;
}
#search div#search_menu_focus dl#year dt { font-size: 1px; }

#search div#search_menu_focus dl#year dd { margin-top: 10px; }


/* ----- 検索ヒット数
------------------------------------------------------------------------- */

#search p#count {
	margin-top: 63px;
	margin-bottom: px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* ----- 検索一覧遷移リンク
------------------------------------------------------------------------- */

#search div#pagination {
	width: 760px;
	margin-top: 25px;
	padding: 6px 10px 8px 10px;
	_padding-bottom: 5px;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
* + html #search div#pagination { padding-bottom: 5px; }

#search div#pagination ol {
	_position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	zoom: 1;
}
* + html #search div#pagination ol { position: relative; }

#search div#pagination ol li {
	display: inline;
	margin-left: 0;
}

#search div#pagination ol li a,
#search div#pagination ol li span {
	width: 0.5em;
	margin-right: 4px;
	padding: 4px 8px;
	border: 1px solid #a0a0a0;
	color: #959595;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	zoom: 1;
}
#search div#pagination ol li .current {
	background-color: #82afff;
	color: #fff;
}
#search div#pagination .prev_page,
#search div#pagination .next_page {
	width: 2.2em;
	_position: relative;
	_bottom: 1px;
}
* + html #search div#pagination .prev_page,
* + html #search div#pagination .next_page {
	position: relative;
	bottom: 1px;
}

#search div#pagination .next_page { margin-right: 0 !important; }

#search dl#notes dt {
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: bold;
}

#search table td.author {
	width: 5.5em;
}


/* ===== navi
========================================================================= */

div#navi {
	float: left;
	width: 200px;
}

/* menu */

dl#menu dl dd { display: inline; }

dl#menu ul.arrow { margin: 10px 10px 0 10px; }

dl#menu ul.arrow li { margin-bottom: 10px; }

dl#menu ul.arrow li a { display: block; line-height: 1.4; }

dl#menu ul.arrow li a.current { color: #959595; }

/* banner */

div#banner {
	width: 180px;
	padding: 0 10px 80px 10px;
}

div#banner ul { margin-top: 40px; }

div#banner ul li { margin-bottom: 5px; }

div#banner p { margin-top: 18px; }


/* ===== footer
========================================================================= */

div#footer {
	width: 880px;
	margin: 0px auto;
	padding: 0 10px 30px 10px;
	border-top: 1px solid #2859a9;
}

div#footer .boxarrow { margin-top: 13px; }

div#footer .boxarrow li {
	display: inline;
	margin-left: 15px;
}

div#footer .boxarrow li.first { margin-left: 0; }

div#footer p {
	margin-top: 10px;
	color: #727171;
	font-size: small;
}


/* ===== class
========================================================================= */

/* ----- マージン
------------------------------------------------------------------------- */

.no_margin { margin-top: 0 !important; }

/* ----- フロート
------------------------------------------------------------------------- */

.clear { clear: both; }

.img_left,
.img_right {
	margin-bottom: 1em !important;
	text-indent: 0 !important;
}

.img_left {
	float: left;
	margin-right: 1em !important;
}

.img_right {
	float: right;
	margin-left: 1em !important;
}

/* ----- テキスト
------------------------------------------------------------------------- */

.center { text-align: center; }

.right { text-align: right; }

.red { color: #e60012; }

.bold { font-weight: bold; }

.smalltext { font-size: small; }

.inline { display: inline; }

/* ----- リスト・リンク
------------------------------------------------------------------------- */

/* 3カラムリスト */

.column3 {
	width: 681px;
	margin-right: -11px;
	overflow: hidden;
}

.column3 li {
	float: left;
	width: 216px;
	margin-right: 11px;
}

/* アイコン付き */

.icon_pdf, .icon_wav, .icon_doc {
	color: #a0a0a0 !important;
	font-size: small !important;
}

dl.icon_pdf dt, dl.icon_wav dt, dl.icon_doc dt, dl.icon_win dt {
	color: #535353;
	font-size: medium;
}

.icon_pdf a, .icon_wav a, .icon_doc a, .icon_win a, .icon_mail a {
	padding-left: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	_background-position: 0 0.2em;
	font-size: medium;
	zoom: 1;
}
* + html .icon_pdf a,
* + html .icon_wav a,
* + html .icon_doc a,
* + html .icon_win a,
* + html .icon_mail a {
	background-position: 0 0.2em;
}

.icon_pdf a { background-image: url(../images/icon_pdf.gif); }
.icon_doc a { background-image: url(../images/icon_doc.gif); }
.icon_wav a { background-image: url(../images/icon_wav.gif); }
.icon_win a { background-image: url(../images/icon_win.gif); }
.icon_mail a { background-image: url(../images/icon_mail.gif); }

/* 並列テキストリンク（区切り線） */

.parallel li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #949494;
	zoom: 1;
}

.parallel li.first {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

/* 並列テキストリンク（矢印リストマーク） */

.boxarrow li a {
	padding-left: 14px;
	background: transparent url(../images/listmark_boxarrow.gif) no-repeat 0 0.25em;
	zoom: 1;
}

/* 直列テキストリンク（矢印リストマーク） */

.arrow a {
	padding-left: 12px;
	background: transparent url(../images/listmark_arrow.gif) no-repeat 0 0.3em;
	zoom: 1;
}

/* 直列テキストリンク（四角リストマーク） */

dl.square dt {
	padding-left: 12px;
	background: transparent url(../images/listmark_square.gif) no-repeat 0 0.4em;
	zoom: 1;
}

dl.square dd { margin-left: 12px; }

/* 直列テキストリンク（中黒） */

.dot { margin: 0 !important; }

.dot li {
	padding-left: 9px;
	background: transparent url(../images/listmark_dot.gif) no-repeat 0 0.6em;
}

/* 直列テキストリンク（円リストマーク） */

.circle li, li.circle {
	padding-left: 25px;
	background: transparent url(../images/listmark_bluecircle.gif) no-repeat 0 0.3em;
}

/* (n番)付きリスト */

.number {
	margin-top: 1em;
	overflow: hidden;
}

.number dt {
	clear: both;
	float: left;
	width: 2em;
	margin-top: 0 !important;
}

.number dd {
	width: auto;
	margin-bottom: 5px;
	margin-left: 2em;
	text-indent: 0 !important;
	zoom: 1;
}

/* 見出し付きリスト */

.headings dd { text-indent: 1em; }

/* タグ付きリスト */

.tag dt,
dt.panel span {
	clear: both;
	float: left;
	width: 2.6em;
	margin-top: 0 !important;
	padding: 2px 8px 1px 8px;
	background-color: #2859a9;
	color: #fff;
	font-size: medium;
}
dt.panel {
	float: none;
	width: auto;
	padding: 0;
	background-color: #fff;
}
dt.panel span {
	float: none;
	width: auto;
	margin-right: 10px;
}

.tag dd {
	width: auto;
	margin: 0 0 1em 3.5em;
	zoom: 1;
}
dd.panel {
	width: auto;
	margin: 0 0 1em 0;
}

/* TOPへ戻る */

.gotop {
	margin-top: 3em !important;
	text-align: right;
}

/* ----- テーブル
------------------------------------------------------------------------- */

/* 3等分カラムテーブル */

.equal3 th,
.equal3 td {
	width: 212px;
}

/* ----- その他
------------------------------------------------------------------------- */

/* ボタン */

.button_box {
	padding: 10px 0 10px 0px;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	text-align: center;
}

.button_box a,
.button_box input {
	margin: 0px 15px;
}
