@CHARSET "UTF-8";
/* ==================================================================== */
/*	FastHelp ONLINE HELP STYLESHEET	For Print			 				*/
/*											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: #ffffff;
	color: #000000;
	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;
}

img#logo {
	margin-top: 4px;
}
/**
 * 改ページタグ
 * <div class="pageBreak"></div>により、直後で改ページする
 */
div.pageBreak {
	page-break-after: always;
}

/* === 章立て ========================================================= */
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: 1px solid #a9a9a9;
	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 {
	text-indent: 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 {
	text-indent: 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 {
	text-indent: 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 {
	text-indent: 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 {
	text-indent: 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 {
	text-indent: 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 {
	text-indent: 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;
}

/* === フレーム構成 <div> ============================================= */
/* ヘッダフレーム */
#header_wrapper {
	display: none;
}
/* コンテンツフレーム */
#main_wrapper {
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	top: 0px !important;
	left: 0px !important;
}
/* メニューフレーム */
#menu_wrapper {
	display: none;
}
/* メニューフレームとコンテンツフレームの境界 */
#menu_divider {
	display: none;
}
/* ローカルメニュー */
#localMenu {
	display: none;
}
/* コンテンツ */
#content {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* ページトップへ */
#pagetop {
	display: none;
}

/* === ページ内容 ===================================================== */
.screen {
	max-width: 100%;
	height: auto;
	border: 1px solid #999999;
	margin: 4px 4px 4px 8px;
	white-space: nowrap;
}
/* 一覧(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;
}