@charset "UTF-8";

/* ================================================ */
/* e-Stat　共通CSS                                  */
/* 来歴＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 2010/08/31　新規作成                             */
/* ================================================ */

/* ========== 全体構造 ========== */
* {
	margin:0;
	padding:0;
}

html {
	
}

body {
	width: 100%;
	color: #000000;
	font-size: 83%;	/* 14px相当 */
	font-family: "Verdana", "ＭＳＰ　ゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 150%;
}




/* ========== htmlタグ定義 ========== */

/* ----- リンク ----- */

A:link{
	color: #0056BF;
	text-decoration: underline;
}

A:visited{
	color: #6611CC;
	color: #0056BF;
	text-decoration: underline;
}

A:hover{
	color: #CC7A00;
	text-decoration: none;
}

A:active{
	color: #CC7A00;
	text-decoration: none;
}



/* ----- テキスト ----- */
p {
	
}

/* 文字装飾 */
strong {
	font-weight: bold;
}

strong.red {
	color: #ff0000;
	font-weight: bold;
}

strong.blue {
	color: #0000ff;
	font-weight: bold;
}

/* ガイダンス */
span.guidance {
	margin-left: 6px;
}


/* ----- 画像 ----- */
img {
	border: 0px;
}

img.picture-frame {
	border: solid 1px #CDCDCD;
}

img.f-left {
	margin-right: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
}

img.f-right {
	margin-left: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
}

img.space {
	margin: 0 3px;
	vertical-align: middle;
}

/* ----- テーブル ----- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

caption {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

/* テーブルヘッダ */
th {
	font-weight: normal;
	padding: 3px 6px 3px 6px;
	text-align: left;
}

/* テーブルデータ */
td {
	margin: 0;
	padding: 2px 4px;
	text-align: left;
}

/* ----- 入力要素 ----- */
/* テキストボックス（文字） */
input.txt {
	padding: 2px 0 1px 0;
}

/* テキストボックス（金額） */
input.num {
	padding: 2px 0 1px 0;
	text-align: right;
}

/* セレクト要素 */
select {
	cursor: pointer;
/*	margin-right: 5px;
	margin-left: 1px;*/
	vertical-align: middle;
}

/* テキストエリア */
textarea {
	padding: 2px;
}


/* ----- リスト ----- */
/* 構造化リスト */
dl {
	
}

/* 項番つきリスト */
ol {
	margin-left: 28px;
}

/* 通常リスト */
ul {
	list-style: none;
}

/* リスト（ドットマーカー） */
ul.dot li,
li.dot {
	padding-left: 10px;
	background: transparent url('../images/common_contents_li_marker_dot.png') no-repeat 0 0.5em;
}

/* リスト（リストマーカー） */
ul.list li,
li.list {
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_circle.png') no-repeat 4px 0.5em;
}

/* リスト（番号付き） */
ul.number li span.head-number,
li.number span.head-number {
	padding-left: 5px;
	display: inline-block;
	width: 2em;
	/display: inline;
	/zoom: 1;
}

/* リスト（注意書き） */
ul.note li span.head-note,
li.note span.head-note,
p.note span.head-note {
	display: inline-block;
	width: 3.5em;
	/display: inline;
	/zoom: 1;
}

/* システム内リンク */
ul.innerlink li,
li.innerlink {
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_innerlink.png') no-repeat 0 0.3em;
}
a.innerlink {
	display: inline-block;
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_innerlink.png') no-repeat 0 0.3em;
	/display: inline;
	/zoom: 1;
}

/* リンクリスト（新規ウィンドウ） */
ul.new-window li,
li.new-window {
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_innerlink.png') no-repeat 0 0.3em;
}

ul.new-window li a,
li.new-window a {
	display: inline-block;
	padding-right: 18px;
	background: transparent url('../images/common_contents_li_marker_new-window.png') no-repeat right 0.2em;
	/display: inline;
	/zoom: 1;
}
a.new-window {
	display: inline-block;
	padding-right: 18px;
	background: transparent url('../images/common_contents_li_marker_new-window.png') no-repeat right 0.2em;
	/display: inline;
	/zoom: 1;
}
span.new-window {
	display: inline-block;
	padding-right: 18px;
	background: transparent url('../images/common_contents_li_marker_new-window.png') no-repeat right 0.3em;
	/display: inline;
	/zoom: 1;
}
span.new-window a {
	display: inline-block;
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_innerlink.png') no-repeat 0 0.3em;
	/display: inline;
	/zoom: 1;
}


/* リンクリスト（画像ボタン付リンク） */
ul.iconlink li a.icon,
li.iconlink a.icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url('../images/common_contents_li_marker_iconlink.png') no-repeat right top;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}


/* リンクリスト（ページジャンプ） */
ul.innerjump li,
li.innerjump {
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_innerjump.png') no-repeat 0 0.2em;
}
a.innerjump {
	display: inline-block;
	padding-left: 20px;
	background: transparent url('../images/common_contents_li_marker_innerjump.png') no-repeat 0 0.2em;
	/display: inline;
	/zoom: 1;
}



/* ----- 境界線 ----- */
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999999;
	height: 1px;
}




/* ========== 汎用クラス ========== */
/* クリアフィックス */
.clearfix,
#navigation ul.breadcrumbs,
#navigation div.stepchart,
#navigation div.stepchart ul,
#contents,
#contents ul.horizontal,
#contents ul.horizontal li,
#contents div.vertical,
#contents div.action,
#contents div.main-action,
#contents div.contents-footer,
#contents ul.tab,
#contents div.section-container,
#contents ul.character-table,
#contents ul.character-table li,
#contents ul.horizontal-list,
#contents ul.horizontal-list li,
#contents div.table-status,
#contents div.table-option,
#contents div.page-jump,
#contents ul.calc
 {

	/zoom: 1;
}

.clearfix:after,
#navigation ul.breadcrumbs:after,
#navigation div.stepchart:after,
#navigation div.stepchart ul:after,
#contents:after,
#contents ul.horizontal:after,
#contents ul.horizontal li:after,
#contents ul.horizontal-list:after,
#contents ul.horizontal-list li:after,
#contents div.vertical:after,
#contents div.action:after,
#contents div.main-action:after,
#contents div.contents-footer:after,
#contents ul.tab:after,
#contents div.section-container:after,
#contents ul.character-table:after,
#contents ul.character-table li:after,
#contents div.table-status:after,
#contents div.table-option:after,
#contents div.page-jump:after,
#contents ul.calc:after
 {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* 文字サイズ90％ */
.t-small {
	font-size: 90%;
}


/* 文字サイズ80％ */
.t-xsmall {
	font-size: 80%;
}


/* 文字サイズ70％ */
.t-xxsmall {
	font-size: 70%;
}


/* 改行禁止 */
.t-nowrap {
	white-space: nowrap;
}


/* 中央寄せ */
.t-center {
	text-align: center;
}


/* 右寄せ */
.t-right {
	text-align: right;
}


/* 上寄せ */
.v-top {
	vertical-align: top;
}


/* 中寄せ */
.v-middle {
	vertical-align: middle;
}


/* 下寄せ */
.v-bottom {
	vertical-align: bottom;
}


/* 中心寄せ */
.center {
	text-align: center !important;
	vertical-align: middle !important;
}


/* ----- 表示調整 ----- */
.no-display {
	display: none;
}


.block {
	display: block;
}


.inline-block {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}


.f-right{
	float: right;
}


.f-left{
	float: left;
}

.mar-t-30{
	margin-top: 30px !important;
}

.mar-t-20{
	margin-top: 20px !important;
}

.mar-t-10{
	margin-top: 10px !important;
}

.mar-t-0{
	margin-top: 0px !important;
}

.mar-b-30{
	margin-bottom: 30px !important;
}

.mar-b-20{
	margin-bottom: 20px !important;
}

.mar-b-10{
	margin-bottom: 10px !important;
}

.mar-b-0{
	margin-bottom: 0px !important;
}

.half-size{
	width: 50% !important;
}

.button-link-asc{
	border:0px;
	color:#0056BF;
	padding-right: 16px;	
	background: transparent url('../images/common_contents_sort_asc.png') no-repeat;
	background-position:100% 50%;
	cursor:hand;	
	text-decoration: underline;	
}
.button-link-desc{
	border:0px;
	color:#0056BF;
	padding-right: 16px;	
	background: transparent url('../images/common_contents_sort_desc.png') no-repeat;
	background-position:100% 50%;
	cursor:hand;	
	text-decoration: underline;	
}
/* ----- 音声読み上げガイダンス ----- */
p.asc-guidance {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 1px;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: -9999px;
}

p.asc-guidance a {
	display: block;
}

p.show {
	text-indent: 0;
	padding: 3px!important;
	font-size: 100%;
	line-height: 120%;
	width: auto;
	height: 1em;
	display: inline-block;
	background: #333333;
	text-align: center;
	z-index: 9999;
	/display: inline;
	/zoom: 1;
}

p.show a,
p.show a:link,
p.show a:hover,
p.show a:visited {
	color: #FFFFFF;
}




/* ========== 全体のコンテナエリア ========== */
#container {
	width: 970px;
	margin: 0 auto;
	background: #FFFFFF url('../images/common_container_bg.png') repeat-x 0 top;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	_zoom:1;
}




/* ========== ヘッダエリア ========== */
#header {
	position: relative;
	width: 100%;
	height: 38px;
	margin-bottom: 4px;
	padding: 7px 0 5px 0;
	color: #1D4670;
}

#header p {
	display: inline-block;
	margin-left: 10px;
	font-size: 130%;
	font-weight: bold;
	/display: inline;
	/zoom: 1;
}

#header p.login-status {
	margin-left: 16px;
	vertical-align: middle;
	font-size: 90%;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 33px;
}

#header p img {
	margin: 6px 6px 0 0;
	vertical-align: middle;

}

#header ul {
	position: absolute;
	top: 13px;
	right: 12px;
	line-height: 100%;
	font-size: 105%;
	/zoom: 1;
}

#header ul li {
	display: inline-block;
	padding: 2px 10px 2px 19px;
	border-right: dashed 1px #163554;
	margin-left: 3px;
	/margin-left: 8px;
	/display: inline;
	/zoom: 1;
}

#header ul li.home {
	background: transparent url('../images/common_header_home.png') no-repeat left center;	
}

#header ul li.contact {
	background: transparent url('../images/common_header_contact.png') no-repeat left center;	
}

#header ul li.help {
	background: transparent url('../images/common_header_help.png') no-repeat left center;	
}

#header ul li.english {
	background: transparent url('../images/common_header_english.png') no-repeat left center;	
}

#header ul li.acs {
	border-right: none;
	background: transparent url('../images/common_header_acs.png') no-repeat left center;	
}

#header ul li.logout {
	border-right: none;
	background: transparent url('../images/common_header_logout.png') no-repeat left center;	
}

#header ul li.japanese {
	border-right: none;
	background: transparent url('../images/common_header_japanese.png') no-repeat left center;	
}


#header ul li a {
	/*text-decoration: none;*/
}




/* ========== ナビゲーションエリア ========== */
#navigation {
	padding: 0 20px 0 20px;
}

/* ----- グローバルナビ ----- */
#global-navi {
	width: 100%;
}

#global-navi ul.navi_main {
	line-height: 0;
	font-size: 0;
}

#global-navi ul.navi_main li {
	/*display: inline-block;*/
	display: table-cell;
	/display: inline;
	/zoom: 1;
}

#global-navi ul.navi_sub {
	width: 930px;
	background: #20405C url('../images/common_global-navi_sub_bg.png') repeat-x 0 bottom;
}

#global-navi ul.navi_sub li {
	display: inline-block;
	margin: 4px 0 5px 0;;
	padding: 0 20px;
	border-right: dotted 1px #FFFFFF;
	font-size: 110%;
	/display: inline;
	/zoom: 1;
}

#global-navi ul.navi_sub li a {
	color: #FFFFFF;
}

#global-navi ul.navi_sub li.hilight {
	padding-left: 8px;
}

#global-navi ul.navi_sub li.hilight a {
	color: #FFF8C1;
	font-weight: bold;
	text-decoration: none;
}

/* ----- パンくず ----- */
ul.breadcrumbs {
	margin: 0px 0 10px 0;
	padding: 3px 0 2px 0;
	background: #F0EEE8 url('../images/common_breadcrumbs_bg.png') repeat-x 0 0;
	/*font-size: 110%;*/
}

ul.breadcrumbs li {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0 0 0 18px;
	background: transparent url('../images/common_breadcrumbs_icon_arrow.png') no-repeat 0 center;
	/display: inline;
	/zoom: 1;
}

ul.breadcrumbs li.home {
	background: url('../images/common_breadcrumbs_icon_home.png') no-repeat 0.2em 0.2em;
	padding-left: 24px;
}

ul.breadcrumbs li.head {
	background-image: none;
	padding: 0;
}

ul.breadcrumbs li.last {
	background-image: none;
}


/* ----- ステップチャート ----- */
#navigation div.stepchart {
	
}

#navigation div.stepchart ul {
	float: right;
	color: #777777;
	font-size: 90%;
}


#navigation div.stepchart ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 18px 0 0;
	background: transparent url('../images/common_contents_stepchart_icon.png') no-repeat right 0.4em;
	/display: inline;
	/zoom: 1;
}

#navigation div.stepchart ul li span {
	padding: 3px 5px 3px 5px;
	background: #E4E4E4;
}

#navigation div.stepchart ul li.hilight span {
	background: #FBE09B;
	color: #333333;
	font-weight: bold;
}

#navigation div.stepchart ul li.finish {
	padding: 0;
	background-image: none;
}




/* ========== コンテンツエリア ========== */
#contents {
	padding: 10px 20px 0 20px;
}

div.multiple {
	padding-right: 0 !important;
}


/* ----- メインコンテンツ ----- */
div.multiple #contents_main {
	float: left;
	width: 691px;
	margin-right: 16px;
	/display: inline;
}


/* ----- サブ コンテンツ----- */
#contents_sub {
	
}

div.multiple #contents_sub {
	float: left;
	width: 220px;
	margin-right: 16px;
	border: solid 1px #999999;
	border-top: none;
	/display: inline;
}

div.multiple #contents_sub ul.list{
	margin: 7px 5px;
}

/* ----- 見出し ----- */
#contents h1 {
	margin: 0 0 15px 0;
	padding: 1px 0 2px 30px;
	background: transparent url('../images/common_contents_h1_icon.png') no-repeat left top;
	font-size: 120%;
	font-weight: bold;
}

#contents h2 {
	margin: 12px 0 8px 0;
	padding: 5px 0 3px 6px;
	background: transparent url('../images/common_contents_h2_bg.png') repeat-x left top;
	border-bottom: solid 1px #336893;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	_padding-top: 7px;
}

#contents h2.h2_sp {
	margin: 0 0 4px 0;
	color: #FFF;
}

#contents h2.h2_sp a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/common_contents_h2_icon_sp.png') no-repeat right 0.1em;
	vertical-align: middle;
	margin: 0px 4px 2px 0;
	/display: inline;
	/zoom: 1;
	_background: url('../images/common_contents_h2_icon_sp.png') no-repeat right 0.2em;
}


#contents h2.h2_link {
	padding: 4px 0 5px 6px;
	_padding: 6px 0 3px 6px;
}

#contents h2.h2_link span {
	display: inline-block;
	height: 16px;
	background: transparent url('../images/common_contents_li_marker_innerlink_h2.png') no-repeat 0.2em 0.4em;
	padding-left: 18px;
	/display: inline;
	/zoom: 1;
}

#contents h2.h2_link span a {
	color: #FFF;
}

#contents h2.h2_link span a.new-window {
	padding-right: 20px;
	background: transparent url('../images/common_contents_li_marker_new-window_h2.png') no-repeat right 0.2em;
}

#contents_sub h2 {
	margin: 0;
}

#contents h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: transparent url('../images/common_contents_h3_icon.png') no-repeat 5px 0.4em;
	font-size: 100%;
	font-weight: bold;
}


/* ----- 文章 ----- */
#contents p {
	margin: 0 0 12px 0;
}


/* ----- 画像表示 ----- */
/* 画像とキャプション（単数） */
#contents p.img-center {
	text-align: center;
}

#contents p.img-center img {
	margin-bottom: 2px;
}

#contents p.img-center span {
	display: block;
}

#contents li img {
	margin: 0px 2px;
}

/* ----- リスト ----- */
#contents ol {
	margin-bottom: 12px;
}

#contents ul {
	margin-bottom: 12px;
}

/* 並列リスト */
#contents ul.horizontal {
	
}

#contents ul.horizontal li {
	float: left;
	display: inline-block;
	/*width: 14em;*/
	margin-bottom: 5px;
	margin-right: 15px;
	padding-top: 0px;
	vertical-align: top;
	white-space: nowrap;
	/display: inline;
	/zoom: 1;
}

/* 二段組みリスト */
#contents ul.horizontal-list li {
	float: left;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-top: 2px;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}

#contents ul.long li {
	width: 22em;
}

#contents ul.short li {
	width: 12em;
}


#contents ul.vertical-link li a {
	display: block;
}
*:first-child+html #contents ul.horizontal li { /* IE7限定処理 */
	display: inline;
	zoom: 1;
}

/* ----- メッセージ ----- */
#contents div.message {
	margin: 12px 0 12px 0;
	padding: 8px 8px 8px 80px;
	border: solid 1px #999999;
}

#contents div.message h2 {
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	border: none;
}

#contents div.message p {
	margin: 0;
}

#contents div.message ul {
	margin: 0;
}

/* エラーメッセージ */
#contents div.error {
	background: #FFECEC url('../images/common_contents_message_icon_error.png') no-repeat 26px center;
}

#contents div.error h2 {
	color: #CC0000;
}

/* 警告メッセージ */
#contents div.caution {
	background: #FEFBD6 url('../images/common_contents_message_icon_caution.png') no-repeat 26px center;
}

/* 情報メッセージ */
#contents div.info {
	background: #E6F3FB url('../images/common_contents_message_icon_info.png') no-repeat 26px center;
}

/* 強調文章*/
#contents div.emphasis {
	margin: 12px 0 12px 0;
	padding: 8px 8px 8px 8px;
	border: solid 1px #999999;
	background-color: #FDFBF0;
}

/* ----- テーブル ----- */
#contents table {
	width: 100%;
	margin-bottom: 12px;
}

#contents th {
	background-color: #E0DFCB;
	border: 1px solid #999999;
	vertical-align: top;
}

#contents td {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#contents table span.caution {
	margin-left: 4px;
	color: #920000;
	white-space: nowrap;
}

#contents table span.guidance {
	margin-right: 6px;
	margin-left: 6px;
}

/* リスト（縦方向）テーブル */
#contents table.list {
	
}

#contents table tr.odd td {
	background-color: #FFFFFF;
}

#contents table tr.even td {
	background-color: #F7F4EE;
}

#contents table td.num {
	text-align: right;
}

#contents table td.action {
	text-align: center;
}

#contents table td.action input {
	margin: 0;
}

#contents table td.action_multi {
	text-align: right;
}


/* 横方向テーブル */
#contents table.row {

}

#contents table.row th {
	width: 120px;
}


/* マトリクステーブル */
#contents table.matrix {
	
}


/*テーブル内部input要素*/
#contents table input {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
	vertical-align: middle;

}

#contents td input.txt {
	margin-right: 5px;
	margin-left: 3px;
}

#contents td select.txt {
	margin-right: 5px;
	margin-left: 3px;
}

#contents table input.button-normal {
	margin-right: 5px;
	/*padding: 0;*/
	padding-top: 0;
	padding-bottom: 0;
	/padding-top: 2px;
}

#contents td select {
	margin-left: 3px;
	margin-right: 3px;
}

/* ラベル */
#contents label {
	display: inline-block;
	margin: 0 12px 0 3px;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}

#contents label input {
	vertical-align: -10%\9;
	/vertical-align: -10%;
	margin-right: 3px;
}

/*テーブル内部動的エリア*/
#contents table div.dynamic {
	padding: 3px;
	border: solid 1px #CDCDCD;
	background: #F7F4F7;
	/zoom: 1;
}

#contents label img{
	vertical-align: middle;
}

/*テーブル内部ul要素*/
#contents td ul {
	margin-bottom: 5px;
}

/*テーブルステータス（現在のページ数・ページジャンプ）*/
#contents div.page-send {
	margin: 10px 0 10px 0;
	width:100%;
}

#contents div.page-send table {
	margin: 0;
}

#contents div.table-status {
	margin: 5px 0 5px 0;
	padding: 3px 0;
	font-size: 90%;
	vertical-align: bottom;
}

#contents div.table-status p {
	margin: 0;
}

#contents p.page-sort {
	float: left;
}

#contents p.page-sort select {
	margin: 0 3px;
}

#contents p.page-sort input.button-normal {
	margin: 0 5px;
	padding: 0;
	/padding-top: 2px;
	vertical-align: middle;
}

#contents p.page-jump {
	float: right;
}

#contents div.table-status p.f-left {
	margin-right: 6px;
}

#contents div.table-status p.f-right {
	margin-left: 6px;
}

#contents div.table-status p span {
	margin-right: 6px;
}



/* ----- セクションボックス ----- */
#contents div.section-container {
	margin-top: 16px;
	margin-right: -16px;
	margin-bottom: 16px;
}

/* セクションボックス要素 */
#contents div.section-container div.section {
	float: left;
}

/* 2分割時 */
#contents div.two div.section {
	width: 49.9%;
}

/* 3分割時 */
#contents div.three div.section {
	width: 33.3%;
	*width: 33.2%;
}

/* 4分割時 */
#contents div.four div.section {
	width: 24.9%;
}

/* 5分割時 */
#contents div.five div.section {
	width: 19.9%;
}

/* セクションボックスの内部要素 */
#contents div.section-container div.section div.section-inner {
	position: relative;
	padding-right: 16px;
}

/* セクションボックス要素（検索オプション用） */
#contents div.section-container div.section-opt {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -10px;
}

#contents div.section-container div.section-opt div.section-inner {
	position: relative;
	margin-top: -8px;
	margin-right: 0px;
    border: 1px solid #999999;
    border-style: none solid solid solid;
   	padding-top: 0px;
    
}

#contents div.section-container h2 {
	margin-top: 0;
	background: transparent url('../images/common_contents_h2_bg.png') repeat-x left 2px;
	padding-top: 7px;
}

#contents div.section-container h3 {
	margin-top: 0;
}



/* ----- 三角（上下方向のみ） ----- */
#contents p.direction {
	margin: 8px 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#contents p.direction img {
	display: block;
	margin: auto;
}

/* セクションボックス内用三角（左右方向のみ） */
/* 【注意】全て「div.section-inner」に2重掛けすること */

/* 左方向 */
#contents div.section-container div.section div.direction_left {
	padding-right: 32px;
	background: transparent url('../images/common_contents_direction_left.png') no-repeat right center;
}

/* 右方向 */
#contents div.section-container div.section div.direction_right {
	padding-right: 32px;
	background: transparent url('../images/common_contents_direction_right.png') no-repeat right center;
}


/* ----- 外枠 ----- */
#contents div.border-space {
	margin: 16px 0;
	padding: 16px;
	border: solid 1px #999999;
}



/* ----- コマンドボタン ----- */
/*コマンドボタンエリア*/
#contents div.action {
	margin-bottom: 20px;

}

#contents div.action p {
	/*margin-bottom: 10px;*/
	margin-bottom: 0;
	
}

#contents div.action p.f-left input {
	margin-right: 10px;
	_display: inline;
}

#contents div.action p.f-left a {
	margin-right: 10px;
}

#contents div.action p.f-right input {
	margin-left: 10px;
	_display: inline;
}

#contents div.action p.f-right a {
	margin-left: 10px;
}


/*コマンドボタンエリア（メインボタン）*/
#contents div.main-action {
	margin-top: 16px;
}

#contents div.main-action p.f-left input {
	margin: 0 10px 10px 0;
}

#contents div.main-action p.f-right input {
	margin: 0 0 10px 10px;
}

#contents div.main-action input.button-normal {
	padding: 5px 0;
}

#contents div.main-action input.button-important {
	padding: 5px 0;
}

/*コマンドボタン（優先度低）*/
#contents input.button-normal {
	width: 110px;
	padding: 3px 5px 3px 5px;
	background: #FFFFFF url('../images/common_contents_button_normal_bg.png') repeat-x left top;
	border: solid 1px #AEA897;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
	/padding-top: 5px;
}

/*コマンドボタン（優先度高）*/
#contents input.button-important {
	width: 110px;
	padding: 3px 5px 3px 5px;
	background: #FFFFFF url('../images/common_contents_button_important_bg.png') repeat-x left top;
	border: solid 1px #326185;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
	/padding-top: 5px;
}

/*ボタンのサイズ（小）*/
#contents input.short {
	width: 80px;
}

/*ボタンのサイズ（大）*/
#contents input.long {
	width: 200px;
}

/*ボタンのサイズ（100％）*/
#contents input.super-long {
	width: 100%;
}

/*ボタンのサイズ（自動）*/
#contents input.auto{
	width: auto;
}

/*ボタンの高さ（低い）*/
#contents input.sub {
	margin-right: 5px;
	/*padding: 0;*/
	padding-top: 0;
	padding-bottom: 0;
}

/*セレクトボックスのサイズ（100％）*/
#contents select.super-long {
	width: 100%;
}



/* ----- チャプター ----- */
#contents div.chapter {
	margin: 0 0 25px 0;
	padding: 16px 20px 16px 20px;
	background: #FAF9F3;
	border: solid 1px #CCCCCC;
}

/*チャプター内コマンドボタン*/
#contents div.chapter input.button-normal {
	/*font-weight: normal;*/
}


/* ----- 選択操作 ----- */
#contents p.choice {
	padding: 10px;
	border: solid 1px #CCCCCC;
	background: #FAF9F3;
	text-align: center;
}

#contents p.choice label {
	margin-right: 24px;
}

#contents p.choice label input {
	vertical-align: middle;
	vertical-align: -10%\9;
	/vertical-align: -10%;
	margin-right: 3px;
}

/* ----- タブ ----- */
#contents ul.tab {
	margin: 0 0 0 0;
	padding: 0 0 4px 3px;
	background: transparent url('../images/common_contents_tab_bg.png') repeat-x 2px bottom;
	_padding-bottom:1px;
}

#contents ul.tab li {
	display: block;
	float: left;
	height: 29px;
	margin: 0;
	background: transparent url('../images/common_contents_tab_normal_bg_right.png') no-repeat right top;
	white-space: nowrap;
	/display: inline;
}

#contents ul.tab li a {
	display: inline-block;
	height: 29px;
	padding: 2px 14px 0 14px;
	line-height: 29px;
	background: transparent url('../images/common_contents_tab_normal_bg_left.png') no-repeat left top;
	cursor: pointer;
	/display: inline;
	/zoom: 1;
}

#contents ul.tab li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#contents ul.tab li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#contents ul.tab li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#contents ul.tab li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#contents ul.tab li.hilight {
	background: transparent url('../images/common_contents_tab_hilight_bg_right.png') no-repeat right top;
}

#contents ul.tab li.hilight a {
	background: transparent url('../images/common_contents_tab_hilight_bg_left.png') no-repeat left top;
	font-weight: bold;
}

#contents ul.tab li.hilight a:link {
	color: #333333;
	text-decoration: none;
}

#contents ul.tab li.hilight a:visited {
	color: #333333;
	text-decoration: none;
}

#contents ul.tab li.hilight a:hover {
	color: #333333;
	text-decoration: none;
}

#contents ul.tab li.hilight a:active {
	color: #333333;
	text-decoration: none;
}

#contents div.tab-box{
	margin: 0 0 25px 0;
	padding: 16px 20px 16px 20px;
	border-top: solid 1px #F2F2F2;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;

}

/* ----- スクロール表示 ----- */
#contents div.scroll{
	overflow-y: scroll;	/* スクロール表示 */
	overflow-x: hidden;
	height: 200px;
	border: #7F9DB9 1px solid;

}

#contents div.scroll table{
	margin: 0;
	margin-right: -16px;
}

/* ----- ソート表示 ----- */

/*昇順*/
#contents table th a.sort-asc{
	display: inline-block;
	padding-right: 16px;
	background: transparent url('../images/common_contents_sort_asc.png') no-repeat right 0.3em;
	/display: inline;
	/zoom: 1;
}

/*降順*/
#contents table th a.sort-desc{
	display: inline-block;
	padding-right: 16px;
	background: transparent url('../images/common_contents_sort_desc.png') no-repeat right 0.3em;
	/display: inline;
	/zoom: 1;
}


/* ----- ページトップ ----- */
p.pagetop {
	margin-top: 10px;
	text-align: right;
}

p.pagetop a {
	padding-left: 18px;
	background: transparent url('../images/common_contents_li_marker_top.png') no-repeat 0 0.1em;
}


/*画面IDとページトップの組み合わせ*/
div.contents-footer {
	width: 100%;
	padding-top: 30px;
	clear: both
}

div.contents-footer p{
	margin-bottom: 6px;
}

div.contents-footer p.pagetop{
	margin-top: 0;
	float: right;
}

/*左右分割のときのみ*/
div.multiple div.contents-footer p.pagetop{
	padding-right: 20px;
} 


div.contents-footer p.screenid{
	float: left;
}




/* ----- 【非推奨】テーブルレイアウト【非推奨】 ----- */
#contents table.layout {
	font-size: 100%;
}

#contents table.layout th {
	padding: 0 5px 0 5px;
	background: transparent;
	border: none;
}

#contents table.layout td {
	padding: 0 5px 0 5px;
	background: transparent;
	border: none;
	vertical-align: top;
}

/* ----- 文字列テーブル ----- */
#contents ul.character-table {
	margin: 0;
}

#contents ul.character-table ul.even li {
	background-color: #F7F4EE;
}

#contents ul.character-table li h2 {
	background-color: #CCCCCC;
	color: #000000;
}

/* かな*/
#contents ul.character-table li.hiragana h2,
#contents ul.character-table li.alphabet h2 {
	background: #E0DFCB none;
	color: #000;
	padding: 1px 4px;
	border: none;
}

#contents ul.character-table li.hiragana ul {
	float: left;
	width: 22px;
	margin: 0;
}

#contents ul.character-table li.hiragana ul li {
	text-align: center;
	height: 22px;
}


/* アルファベット */
#contents ul.character-table li.alphabet ul {
	width: 220px;
	margin: 0;
}

#contents ul.character-table li.alphabet ul li {
	float: left;
	width: 22px;
	height: 22px;
	text-align: center;
}


/* ----- 検索オプション用特殊セット ----- */
#contents div.search_special {
	padding-top: 10px;
	background-color: #F7F4EE;
	border-top: dotted 1px #333333;
}

#contents div.search_special h3 {
	padding: 0 10px;
	background: none;
}

#contents div.search_special p {
	padding: 0 10px;
}

#contents div.search_special div.action {
	padding: 4px;
	margin: 0;
	background-color: #E0DFCB;
	text-align: center;
}

#contents div.search_special div.action input {
	margin: 0 6px;
}


/* ----- 項目左右移し替えセット ----- */
#contents div.transfer {
	
}

#contents div.transfer h2 {
	margin: 0;
}

#contents div.transfer select {
	width: 100%;
	height: 200px;
}

#contents ul.transfer_action {
	width: 100%;
	height: 200px;
	margin-top: 20px;
}

#contents ul.transfer_action li {
	margin-bottom: 10px;
	text-align: center;
}

#contents ul.transfer_action li input {
	margin-bottom: 10px;
}


/* ----- 検索絞り込みセット ----- */
/* 検索絞り込み：処理方向（"div.sction"に対してclassを二重掛け） */
#contents div.arrow_right {
	background: transparent url('../images/common_contents_icon_arrow_right.png') no-repeat right 0;
}


/* 検索絞り込み：入力 */
#contents div.search-narrowing_input {
	
}

#contents div.search-narrowing_input h2 {
	margin: 0;
}


/* 検索絞り込み：出力 */
#contents div.search-narrowing_output {
	
}

#contents div.search-narrowing_output h2 {
	margin: 0;
}

#contents div.search-narrowing_output table {
	margin: 0;
}

#contents div.search-narrowing_output table td {
	padding: 8px;
}

#contents div.search-narrowing_output table td.action {
	vertical-align: middle;
}



/* テーブルステータス（件数のみ） */
#contents div.search-narrowing_output div.table-option,
#contents div.search-narrowing_input div.table-option {
	margin: 0;
	padding: 3px 6px;
	color: #333333;
}

#contents div.search-narrowing_output div.table-option p,
#contents div.search-narrowing_input div.table-option p {
	margin: 0;
}

#contents div.search-narrowing_output div.table-status,
#contents div.search-narrowing_input div.table-status {
	margin: 0;
	padding: 3px 6px;
}



/* ツリーボックス */
#contents ul.tree-box {
	margin: -1px 0 0 0;
	border: solid 1px #999999;
}

#contents ul.tree-box p.title {
	margin: 0;
	padding: 3px 6px;
	background: #E0DFCB;
}

#contents ul.tree-box span.expander {
	display: inline-block;
	width: 20px;
	margin: 3px 2px;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}

#contents ul.tree-box li ul {
	margin: 0;
}

#contents ul.tree-box li ul li {
	border-top: solid 1px #999999;
}

#contents ul.tree-box li ul li ul li {
	padding-left: 22px;
}

#contents ul.tree-box li input {
	vertical-align: middle;
}

#contents ul.tree-box li label {
	white-space: normal;
	display: inline;
}




/* 「＋」ボタン */
#contents input.button-plus {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: solid 1px #666666;
	cursor: pointer;
}


/* 「－」ボタン */
#contents input.button-minus {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: solid 1px #666666;
	cursor: pointer;
}



/* ----- 四則演算 ----- */
#contents div.calc p {
	
}

#contents div.calc p.input label {
	display: inline;
	margin: 0;
}

#contents div.calc p.input label textarea {
	
}

#contents div.calc select {
	width: 100%;
}

#contents ul.calc {
	
}

#contents ul.calc li {
	float: left;
	margin: 0 4px 4px 0;
	line-height: 0;
	font-size: 0;
	/display: inline;
	/zoom: 1;
}



/* ========== フッタエリア ========== */
#footer {
	margin: 0;
	padding: 0;
}

#footer ul {
	border-top: solid 1px #999999;
	margin: 0px 15px 0 15px;
	padding-top: 8px;
}

#footer p {
	margin: 0 15px;	
}

#footer ul li {
	display: inline-block;
	margin-right: 8px;
	padding-left: 13px;
	background: transparent url('../images/common_footer_link_icon.png') no-repeat 0 center;
	/display: inline;
	/zoom: 1;
}

#footer address {
	padding: 2px 15px;
	margin-top: 15px;
	text-align: left;
	font-size: 85%;
	font-style: normal;
	background-color: #32658D;
	color: #FFF;
}




/* ========== 印刷用CSS ========== */
@media print {
	#container {
		border-left: solid 1px #999999;
		border-top: solid 1px #999999;
	}
	
	#contents ul.tab {
		padding: 0 0 1px 8px;
	}
	
	#contents div.chapter {
		/zoom: 1;
	}
}
