﻿@charset "UTF-8";
@import url("fonts-min.css");
/*	fonts-min.css によるフォントサイズの指定テーブル
	10pt 77%
	11pt 85%
	12pt 93%
	13pt 100%
	14pt 108%
	15pt 116%
	16pt 123.1%
	17pt 131%
	18pt 138.5%
	19pt 146.5%
	20pt 153.9%
	21pt 161.6%
	22pt 167%
	23pt 174%
	24pt 182%
	25pt 189%
	26pt 197%
*/
/* マニュアル用スタイルシート */

/* ------------------------------------------------------ */
/* 文書スタイル */

body {
	font-family : "メイリオ", Meiryo, Arial;
	background: #A9A9A9 repeat;

	/*background: #11131b repeat;*/
}
/* ------------------------------------------------------ */
/* 構造化セクション */

/* body section */
body div.body {
	margin-top : 20px;	
	background-color : #FFF;
	margin-right : 15px;
	margin-left : 15px;
	padding-bottom: 15px;
	min-height:600px;
	height:auto !important;
	height:600px;	

}
/* footer section */
body div.footer {
	height:30px;
	color : #FFF;
	margin-top : 0px;
	margin-right : 15px;
	margin-left : 15px;
	border-top-width : 5px;
	border-top-style : none;
	border-top-color : #002266;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-bottom-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-color : #002266;
	border-left-color : #002266;
	background-color: #333;
	position: relative;	
	
}
/* ------------------------------------------------------ */
/* 見出し */


h1 {
	font-size : 197%;
	font-weight : bold;
	color : #FFF;
	border-bottom-width : 1px;
	border-bottom-style : none;
	padding-right : 5px;
	padding-left : 10px;
	padding-top: 8px;
	padding-bottom: 3px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	background-color: #333;
}
h2 {
	font-size : 174%;
	font-weight : bold;
	border-bottom-width : 4px;
	border-left-width : 10px;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #C00;
	border-right-color : #C00;
	border-bottom-color : #C00;
	border-left-color : #C00;
	padding-left : 5px;
	padding-right : 5px;
	margin-top :30px;
	margin-bottom :5px;
	margin-left :5px;
	margin-right :5px;
}
h3 {
	font-size : 153.9%;
	font-weight : bold;
	border-bottom-width : 3px;
	border-bottom-style : solid;
	border-top-color : #C00;
	border-right-color : #C00;
	border-bottom-color : #C00;
	border-left-color : #C00;
	margin-top :20px;
	margin-bottom :5px;
	margin-left :10px;
	margin-right :5px;
}
h4 {
	font-size : 131%;
	font-weight : bold;
	margin-top :20px;
	margin-bottom :0;
	margin-left :15px;
	margin-right :5px;
}
h5 {
	font-size : 116%;
	margin-top :20px;
	margin-bottom :0;
	margin-left :20px;
	margin-right :5px;
}
h6 {
	font-size : 100%;
	margin-top :20px;
	margin-bottom :0px;
	margin-left :20px;
	margin-right :5px;
}
/* ------------------------------------------------------ */
/* 本文 */
em {
	font-weight : bold;
	font-style : normal;
	color : #000000;
}
strong {
	font-weight : bold;
	font-style : normal;
	color : #ff4853;
}
p {
	padding-left : 20px;
	padding-right : 20px;
	line-height : 150%;/*
	text-indent		: 0em;
*/
}
li {
	line-height : 150%;
	padding-right : 20px;
}
li p {
/*
	text-indent		: 0em;
*/
}
li ul {
/*
	padding			: 0em;
*/
}
/* 注釈 */
span.note_number {
}
ol.notes {
	font-style : italic;
}
/* ヒント */
p.hint {
	border : 2px dotted #9fc5eb;
	background-color : #e0ecf8;
	margin-right : 15px;
	margin-left : 15px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
}
/* 注意書き */
p.warning {
	border : 2px dotted #ffbaba;
	background-color : #ffe8f0;
	margin-right : 15px;
	margin-left : 15px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
}
/* 計算式 */
p.system {
	background-color : #eee;
	margin-right : 15px;
	margin-left : 15px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
table {
	border-collapse : collapse;
	border-style : solid;
	border-width : 2px;
	border-color : #002266;
	width : 90%;
	padding : 0em;
	background-color : #f7faff;
	color: #002266;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1.5em;
}
table thead th {
	border-collapse : collapse;
	border-style : solid;
	border-width : 1px;
	border-color : #002266;
	border-bottom: 3px double;
	background-color : #154274;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
}
table thead td {
	border-collapse : collapse;
	border-style : solid;
	border-width : 1px;
	border-color : #002266;
	border-bottom: 3px double;
 background-color jun.b.n padding: 3px;
}
table tr {
}
table th {
	border-width : 1px;
	border-style : solid;
	border-color : #000;
	margin : 0em;
	padding : 5px;
}
table td {
	border-width : 1px;
	border-style : solid;
	border-color : #002266;
	margin : 0em;
	padding : 5px;
}
/* ------------------------------------------------------ */
/* リンク */

a {
/*
	font-weight		: bold;
	text-decoration		: none;
*/
}
a:link {
	color : #0050b0;
}
a:visited {
	color : #990030;
}
a:hover {
	color : #F47848;
}
/* ------------------------------------------------------ */
/* 画像 */

img {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------------------ */

/* ------------------UIリファレンス確認用---------------- */
/* UIリファレンス画像( 通常 ) */
img.manual_image {
	display:block;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom : 15px;
}
/*UIリファレンスの画像( サムネイル化 )*/
img.ui_thumb {
	display:block;
	margin-left: 20px;
	margin-right: auto;
	-ms-interpolation-mode: bicubic;
	width: 640px;
	height: auto;
}
/*UIリファレンスの画像( サムネイル化2 )*/
img.ui_thumb_2 {
	display:block;
	margin-left: 20px;
	margin-right: auto;
	-ms-interpolation-mode: bicubic;
	width: 640px;
	height: auto;
}
/* UIリファレンス用リスト */
/*ol UI*/
ol.manual_image {
	font-weight : bold;
	list-style-type: upper-alpha;
}
p.manual_image {
	font-weight : normal;
	line-height : 150%;
	padding-right : 20px;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* 用語集用テーブルスタイル */
.index {
	vertical-align: top;
	border: none;
}
/* ------------------------------------------------------ */
/*用語集用h4*/
.index_h4 {
	background-color:#333;
	color : #FFF;
	font-size : 131%2;
	font-weight : bold;
	margin-top :20px;
	margin-bottom :0;
	margin-left :15px;
	margin-right :5px;
	padding-right : 5px;
	padding-left : 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* ------------------------------------------------------ */
/*サンプル一覧用画像サムネイル化*/
img.thumb {
	-ms-interpolation-mode: bicubic;
	width: 128px;
	height: 120px;
}
/*サムネイル化した画像を使用するテーブルサイズ*/
.thumb {
	width: 128px;
	height: auto;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*アイコン一覧用画像サムネイル化*/
img.icon_thumb {
	-ms-interpolation-mode: bicubic;
	width: 32px;
	height: 32px;
}
/*サムネイル化した画像を使用するテーブルサイズ*/
.icon_thumb {
	line-height: 70%;
	font-size : 100%;
	width: 32px;
	height: auto;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* オブジェクト用マージン */
object.manual_image {
	display:block;
	margin-left: 20px;
	margin-right: auto;
}
/* ------------------------------------------------------ */
/*ユーザーガイド用スタイル*/
.user_guide {
	float:left;
}
.user_guide_end {
	clear:left;
	padding-top : 20px;
}
/* ユーザーガイド図表示( 通常 ) */
img.user_guide_chart {
	display:block;
	margin-left: 20px;
	margin-right: auto;
}
/*表の背景色を変更_赤*/
.bgcolor_r {
	background-color:#ffe9e8;
	font-weight : bold;
	font-style : normal;
	color : #400709;
}
/*表の背景色を変更_緑*/
.bgcolor_g {
	background-color:#ccffcc;
	font-weight : bold;
	font-style : normal;
	color : #1f3211;
}
/*表の背景色を変更_青*/
.bgcolor_b {
	background-color:#d9eefd;
	font-weight : bold;
	font-style : normal;
	color : #003366;
}
/*表の背景色を変更_黄*/
.bgcolor_y {
	background-color:#fff4c8;
	font-weight : bold;
	font-style : normal;
	color : #403300;
}
