﻿@CHARSET "UTF-8";
/* ==================================================================== */
/*	FastHelp ONLINE HELP STYLESHEET				 						*/
/*											by TechMatrix Corporation	*/
/* ==================================================================== */

/* === 共通 =========================================================== */
a[href]:link, a[tabindex] {
	color: #0666b7;
	cursor: pointer;
	text-decoration: none;
}

a[href]:visited {
	color: #08457d;
	text-decoration: none;
}

a[href]:hover, a[href]:focus, a[tabindex]:hover, a[tabindex]:focus {
	color: #008ddd;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fcfcfa;
	color: #222222;
	line-height: 1.25;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	overflow: visible;
}

p {
	width: 95%;
	margin: 6px 6px 6px 6px;
	padding: 6px 6px 6px 6px;
}

code {
	width: 95%;
	margin: 6px 6px 6px 6px;
	padding: 6px 6px 6px 6px;
	font-size: 13px;
}

pre {
	padding: 1.5em;
    border: 1px solid #ccc;
    background-color: #fffff0;
    margin: 10px 50px 0px 30px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;	
}

img#logo {
	margin-top: 4px;
}

/* === 章立て ========================================================= */
h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 10px 0px;
	margin: 6px 10px 6px 0px;
}

h2 {
	font-size: 14px;
	border-left: 10px solid #61bbe5;
	border-bottom: 1px solid #999999;
	padding: 6px;
	margin: 6px 0px 6px 0px;
	vertical-align: middle;
}

h3 {
	font-size: 13px;
	display: block;
	padding: 6px;
	margin: 6px 10px 6px 10px;
	background-color: #dbedf6;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #61bbe5;
	vertical-align: middle;
}

h4 {
	font-size: 13px;
	padding: 6px;
	margin: 6px 10px 6px 10px;
	border-bottom: 1px solid #61bbe5;
	vertical-align: middle;
}

h5 {
	font-size: 13px;
	padding: 6px;
	margin: 6px 10px 6px 10px;
	border-bottom: 2px dotted #C0C0C0;
	vertical-align: middle;
}

/* === 章立て・箇条書き================================================ */
/* 箇条書きリスト */
ul {
	margin: 10px;
	padding-left: 30px;
}

ul li {
	line-height: 1.4;
	text-decoration: none;
}
/* 番号付きリスト */
ol {
	margin: 10px;
	padding-left: 30px;
	list-style-type: decimal;
}

ol li {
	line-height: 1.4;
}
/* 定義リスト */
dl {
	width: 95%;
	margin: 6px 6px 6px 6px;
	padding: 6px 6px 6px 6px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 14px;
}
/* 共通操作 参照 */
dl.referCommonOperation {
	margin: 6px 6px 6px 20px;
}

dl.referCommonOperation dt {
	color: #008ddd;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconCommonOperation.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

dl.referCommonOperation dd {
	margin-left: 20px;
}
/* 利用ガイド 参照 */
dl.referUserGuide {
	margin: 6px 6px 6px 20px;
}

dl.referUserGuide dt {
	color: #008ddd;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconUserGuide.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

dl.referUserGuide dd {
	margin-left: 20px;
}
/* 運用ガイド 参照 */
dl.referInstGuide {
	margin: 6px 6px 6px 20px;
}

dl.referInstGuide dt {
	color: #008ddd;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconInstGuide.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

dl.referInstGuide dd {
	margin-left: 20px;
}
/* メニュー 参照 */
dl.referMenu {
	margin: 6px 6px 6px 20px;
}

dl.referMenu dt {
	color: #008ddd;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconMenu.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

dl.referMenu dd {
	margin-left: 20px;
}
/* 詳細仕様 参照 */
dl.referDetailSpec {
	margin: 6px 6px 6px 20px;
}

dl.referDetailSpec dt {
	color: #008ddd;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconDetailSpec.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

dl.referDetailSpec dd {
	margin-left: 20px;
}
/* 画面詳細仕様 参照 */
dl.referScreenSpec {
	margin: 6px 6px 6px 20px;
}

dl.referScreenSpec dt {
	color: #008ddd;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconScreenSpec.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

dl.referScreenSpec dd {
	margin-left: 20px;
}
/* ポイント */
.point {
	margin: 6px 6px 6px 20px;
}

.point dt {
	color: #fd5f66;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconPoint.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

.point dd {
	margin-left: 20px;
	text-indent: 0px;
}
/* 重要事項 */
.important {
	margin: 6px 6px 6px 20px;
}

.important dt {
	color: #fd5f66;
	font-weight: bold;
	text-indent: 24px;
	vertical-align: middle;
	background-image: url(../images/iconImportant.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 6px;
	line-height: 20px;
}

.important dd {
	margin-left: 20px;
	text-indent: 0px;
}
/* === ページ構成 <div> =============================================== */
/* ヘッダー（グローバルナビゲーション） */
#header {
	border: 0px;
	height: 62px;
}
/* グローバルメニュー */
#globalMenu {
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: absolute;
}
/* ページメニュー */
#pageMenu {
	padding: 44px 0px 0px 0px;
	display: block;
	height: 60px;
	border-bottom: 0px solid #d8d8d8;
}

#pageMenu table {
	border: 0px;
}

#pageMenu table td {
	border: 0px;
}

.pageMenu {
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	width: 200px;
	background-image: url(../images/iconVerline.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 8px;
}

.pageMenu_selected {
	color: #fe4e55;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	width: 200px;
}

.pageMenu_choise {
	font-size: 11px;
	vertical-align: middle;
}

td.pageMenu_choise>a.selected {
	border-bottom: 2px solid #fe4e55;
}

.pageMenu_choise table td {
	background-image: url(../images/iconNotSelected.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
	padding-right: 10px;
}
/* ページトップへ */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 11px;
	opacity: 0.90;
}

#pagetop a {
	background: #666666;
	text-decoration: none;
	color: #ffffff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.90;
}

#pagetop a:hover {
	text-decoration: none;
	background: #999999;
	opacity: 0.90;
}

/* === グローバルナビゲーション ======================================= */
#globalNavi {
	position: fixed;
	top: 1px;
	right: 0px;
}

#globalNavi table {
	border: 0px;
}

#globalNavi table td {
	border: 0px;
	padding: 0px 4px 0px 4px;
}

/* === グローバルメニュー ============================================= */
.ldd_menu {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 40px;
	background-color: #f6f6f5;
	list-style: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.ldd_menu>li.selected {
	border-bottom: 3px solid #fe4e55;
}

.ldd_menu a {
	text-decoration: none;
}

.ldd_heading.selected {
	border-bottom: 2px solid #fe4e55;
}

.ldd_menu>li {
	float: left;
	position: relative;
	z-index: 100;
}

.ldd_menu>li>span {
	float: left;
	background-color: #f6f6f5;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding: 0px 20px;
	text-shadow: 0px 0px 1px #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #f6f6f5;
}

.ldd_menu .ldd_submenu {
	position: absolute;
	top: 40px;
	display: none;
	opacity: 0.95;
	left: 0px;
	font-size: 10px;
	background: #f6f6f5;
	border: 1px solid #cccccc;
}

.ldd_heading a {
	display: block;
}

.ldd_subfoot {
	background-color: #f0f0f0;
	color: #666666;
	display: block;
	clear: both;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 0px 0px 1px #ffffff;
	-moz-box-shadow: 0px 0px 2px #aaaaaa inset;
	-webkit-box-shadow: 0px 0px 2px #aaaaaa inset;
	-box-shadow: 0px 0px 2px #aaaaaa inset;
}

.ldd_menu ul {
	list-style: none;
	float: left;
	border-left: 1px solid #cccccc;
	margin: 8px 4px 4px 8px;
	padding: 0px;
}

.ldd_heading {
	font-size: 13px;
	text-shadow: 0px 0px 1px #cccccc;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

.ldd_menu ul li a {
	font-size: 11px;
	line-height: 20px;
	padding: 1px 3px;
}

.ldd_menu ul li a:hover {
	background: #ffe9e4;
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
	border: 0px;
}

.noborder {
	border: 0px;
}

/* === ローカルメニュー ============================================= */
ul.localMenu {
	margin: 10px;
	padding: 4px 4px 4px 4px;
	list-style: none;
}

ul.localMenu li {
	list-style: none;
}

ul.submenu {
	font-size: 12px;
	padding-left: 4px;
}

ul.submenu li {
	line-height: 2.00;
	list-style-image: url(../images/iconNotSelected.png);
	list-style-position: outside;
	border-bottom: 1px dotted #999999;
}

ul.localMenu li div.selected {
	border-bottom: 3px solid #fd5f66;
}

/* === ページ内容 ===================================================== */
.screen {
	max-width: 70%;
	height: auto;
	border: 1px solid #999999;
	margin: 4px 4px 4px 8px;
	white-space: nowrap;
}
/* FastHelp/Peアイコン */
.fhIcon {
	border: 0px;
	margin-left: 5px;
	margin-top: -4px;
	margin-bottom: -4px;
}
.fhOption {
	border: 0px;	
	background-color: #61bbe5;	
	color: #ffffff;	
	font-size: 6px;	
	text-align: center;	
	white-space: nowrap;	
	margin-left: 5px;	
	margin-top: -4px;	
	margin-bottom: -4px;	
	padding: 0px 4px 0px 4px;	
}
/* 必須アイコン */
.mustItem {
	border: 0px;
	margin-left: 5px;
	margin-top: -4px;
	margin-bottom: -4px;
}
/* 一覧(TABLE) */
table {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 4px 4px 4px 16px;
}

th {
	background-color: #CFE8F3;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #999999;
	padding: 2px 2px 2px 6px;
	vertical-align: middle;
}

td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #999999;
	padding: 2px 2px 2px 6px;
}
/* 重要 */
strong {
	color: #cc0000;
}

/* 検索用テキストボックス */
input[type="text"], input[type="button"] {
	height: 28px;
	line-height: 1.25;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
}
/* 検索キーワードのページ内強調 */
span.highlight0 {
	background-color: #F3F781;
	font-weight: bold;
}

span.highlight1 {
	background-color: #87cefa;
	font-weight: bold;
}

span.highlight2 {
	background-color: #00ff7f;
	font-weight: bold;
}
/* 商標 */
.tm {
	font-size: 11px;
	margin: 0px 20px 0px 20px;
}