@charset "utf-8";

/*************************************************************************/
/*  Fujitsu HTML Manual CSS  V1.0                                        */
/*    manualstyle.css  2005.04.25                                        */
/*                     2006.05.08                                        */
/*                     2006.06.27                                        */
/*                     2006.07.14                                        */
/*                     2006.07.20                                        */
/*                     2006.08.09                                        */
/*                     2006.08.11                                        */
/*                     2006.08.23                                        */
/*                     2006.11.22                                        */
/*                     2006.12.15                                        */
/*                     2007.01.26                                        */
/*                     2007.06.08                                        */
/*************************************************************************/


/*************************************************************************/
/*                        Java Script関連                                */
/*************************************************************************/
/* 「トップへ戻る」ボタン */
div.fixedLay {
	position: absolute;
	z-index: 100;
	left: -200px;
	top: -200px;
}


/*************************************************************************/
/*                               ヘッダ・フッタ                          */
/*************************************************************************/

/* ★右フレーム最上部のマニュアル名称の背景色 2005.05.08*/ 
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
/* 	font-family: "ＭＳ Ｐゴシック", Osaka; */
  font-family: "ＭＳ Ｐゴシック", Osaka; /*2007.01.26追加*/
  	font-style: normal;
	color: #000000;
}

/* ヘッダ・フッタ全体 */
.header_footer {
	margin-left: 10px;
	margin-right: 10px;
}

/* ヘッダ・マニュアル名称 */
/* .manualname_header_toppage {
	background-image: url(image/header.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 27px;
	padding-right: 10px;
	font-size: 80%;
	line-height: 100%;
	height: 30px;
	color: #FFFFFF;
	background-color: #003366;
} */

/* .manualname_header {
	background-image: url(image/header.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
	line-height: 1;
	height: 30px;
	color: #FFFFFF;
	background-color: #003366;
} */

/* .manualname_top_link {
	color: #FFFFFF;
	vertical-align: top;
} */

/* パンくずリスト */
.breadcrumbslist {
	margin-top:6px;
  font-family: "ＭＳ Ｐゴシック", Osaka; /*2007.01.26追加*/
	font-size: 80%;
	line-height: 1.2;
}

/* 前へ・次へボタン */
.back_next {
	text-align: right;
	border-top: solid 2px #6699CC;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 70px;
}

/* ページのトップに戻るボタン */
.top {
	position:fixed;
	top:10px;
	text-align:right;
}

/* 商標 */
.copyright {
	font-size: 70%;
  font-family: "ＭＳ Ｐゴシック", Osaka; /*2007.01.26追加*/
	text-align: right;
	padding-top: 35px;
	padding-bottom: 5px;
}
/*************************************************************************/
/*         ヘッダ・フッタ デザインセンター追加分 2006.05.08              */
/*************************************************************************/

/* 表紙:ヘッダー部分 (ミドル用)*/
.top_header {
	background-image: url(image/cover_header_bg.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	white-space: nowrap;
}

/* 表紙:ヘッダー部分 (一般用)*/
.p_top_header {
	background-image: url(image/p_cover_header_bg.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	white-space: nowrap;
}


/* 表紙:ヘッダー部分 製品名表示 */
.top_header_title {
	vertical-align: middle;
	height: 30px;
	text-align: right;
	clear: right;
	padding-right: 24px;
	white-space: nowrap;
	font-size: 80%;
}

/* 表紙:ヘッダー部分 画像ブロック */
.top_header_graphic {
	vertical-align: middle;
	height: 32px;
	text-align: left;
	clear: right;
	float: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

/* 表紙:ヘッダー部分 ロゴ */
.top_logo {
	float: left;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

/* 表紙:ヘッダー部分 キーグラフィック */
.top_keygraphic {
	float: right;
	margin: 0px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* トップリンク */
.top_link {
/*	font-family: "ＭＳ Ｐゴシック", Osaka; */
  font-family: "ＭＳ Ｐゴシック", Osaka; /*2007.01.26追加*/
	font-style: normal;
	color: #0C246F;
	text-decoration: none;
}


/*************************************************************************/
/*                            本文全体                                   */
/*************************************************************************/
/* マニュアル本文全体のマージン (見出し[H1～H5]を除く) */
.body {
  font-family: "ＭＳ Ｐゴシック", Osaka; /*2007.01.26追加*/
	margin-left: 65px;
	margin-right: 77px;
	z-index:1;
}

/* 部扉の目次 */
DIV.body_contents {
	margin-left: 50px;
	margin-right: 10px;
}

/* 本文テキストブロック */
.textblock{
	margin-left: 20px;
	z-index:2
}

/*本文段落*/
p {
	line-height:150%;
	margin-top: 0.1em;  
	margin-bottom: 0.1em;
}

/*リスト*/
li {
	line-height:100%;  
	margin-top: 0.1em;  
	margin-bottom: 0.1em; 
}

/*定義リストの内容*/
dd {
	line-height:100%;  
	margin-top: 0.1em; 
	margin-bottom: 0.1em;   
}


/*************************************************************************/
/*                               見出し                                  */
/*************************************************************************/

/* ---------------------★見出し(H1～H5)共通★-------------------------- */
/* 見出しの文字のインデント */
/* 見出しの文字のインデント */
H1, H2, H3, H4, H5 {
  font-family: "ＭＳ Ｐゴシック", Osaka; /*2007.01.26追加*/
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ---------------------------★まえがき★------------------------------- */
/* まえがき見出し */
/* 上下の罫線は部見出しの「DIV.part_deco」を使用 */
H1.front {
	font-size: 170%;
	line-height: 150%;
	background-color: #99CCFF;
}

/* まえがき見出し1(本文の「小見出し1」に相当) */
/* →「小見出し1」と同じ */


/* まえがき見出し2(本文の「小見出し2」に相当) */
/* →「小見出し2」と同じ */


/* まえがき見出し3(本文の「小見出し3」に相当) */
/* →「小見出し3」と同じ */


/* ---------------------------★用語集★------------------------------- */
/* 上下の罫線は部見出しの「DIV.part_deco」を使用 */
H1.glossary {
	font-size: 170%;
	line-height: 150%;
	background-color: #99CCFF;
}

/* ---------------------------★メッセージ集★------------------------------- */
/* 上下の罫線は部見出しの「DIV.part_deco」を使用 */
H1.message {
	font-size: 170%;
	line-height: 150%;
	background-color: #99CCFF;
}

/* -----------------------------★本体★--------------------------------- */
/* 部見出し （第1部 ～ [部構成の場合のみ]）*/
H1.part {
	font-size: 170%;
	line-height: 150%;
	background-color: #99CCFF;
}

DIV.part_deco {
	background-color: #FFFFFF;
	border-color: #99CCFF;
	border-top-style: double;
	border-top-width: 6px;
	border-bottom-style: double;
	border-bottom-width: 6px;
}

/* 章見出し (第1章 ～)*/

H1 {
	color: #000000;
	font-size: 150%;
	line-height: 150%;
	background-color: #99CCFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* 節見出し (1.1 ～)*/
H2 {
	color: #000000;
	font-size: 140%;
	line-height: 120%;
	background-color: #D2E9FF;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* 項見出し (1.1.1 ～)*/
 H3 {
	color: #000000;
	font-size: 120%;
	line-height: 170%;
	border-color: #D2E9FF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* 小項見出し (1.1.1.1 ～)*/
H4 {
	font-size: 120%;
	margin-top: 10px;  /* 2007.6.08 追加 */
}

/* 小小項見出し (1.1.1.1.1 ～)*/
H5 {
	font-size: 100%;
	margin-top: 10px;  /* 2007.6.08 追加 */
}

/* -------------------------★小見出し★------------------------------- */
/* 小見出し共通(文字のインデント) */
P.subhead_1, P.subhead_2, P.subhead_3, P.command, P.message {
	margin-left: 0px;
}

/* 小見出し1 (■～)*/
P.subhead_1 {
	font-weight: bold;
	font-size: 100%;
}


/* 小見出し2 (◆～)*/
P.subhead_2 {
	font-weight: bold;
	font-size: 100%;
}


/* 小見出し3 (～)*/
P.subhead_3 {
	font-weight: bold;
	font-size: 100%;
}


/* 関数見出し */
P.command {
	font-weight: bold;
	font-size: 100%;
	color: #0066CC;
}

/* メッセージ/コード */
P.message {
	padding-top: 5px;
	margin-top: 10px;
	border-top: solid 2px #999999;
	font-weight: bold;
	color: #0066CC;
}

/* メッセージ小見出し */
P.msgtopic {
	font-weight: bold;
}


/* ---------------------------★付録など★------------------------------- */
/* 付録見出し1(章に相当) */
/* →「見出し1」と同じ */
H1.app {
}

/* 付録見出し2(節に相当) */
/* →「節見出し」と同じ */

/* 付録見出し3(項に相当) */
/* →「項見出し」と同じ */

/* 用語集見出し(章に相当) */
/* →「見出し1」と同じ */
H1.glos {
}

/* 略語集見出し(章に相当) */
/* →「見出し1」と同じ */
H1.acron {
}


/* -----------------------------★図表★-------------------------------- */
/* 図見出し */
/* ★★20060823追加により「表見出し」を削除 */

P.caption {
	font-weight: bold;
}



/*************************************************************************/
/*                          箇条書き/操作手順                            */
/*************************************************************************/

/* 箇条書き内の段落(箇条書き継続行、操作の結果文) */
UL P, OL P {
	margin-left: 0px; 
	margin-top: 0px; 
}
LI P {
	margin-left: 0px; 
	margin-top: 0px; 
}

/* 箇条●付き */
UL {
}

/* 箇条数字付き */
OL {
}

/* 箇条英小文付き */
OL.alpha {
	list-style-type: lower-alpha;
}

/* 箇条書き項目 */
LI {
/*  margin-top: 0.5em;     220行くらいの設定とだぶるため  2007.1.26修正*/
 margin-left: -10px;    
}

/* 2007.1.26  以下は、IEで固有アイコン付きのリストマークが隠れるのを修正*/
/* 2007.1.26 追加（↓ここから) */
/* 2007.6.08 アイコン、背景色のずれを修正(コメントに2007.6.08とある箇所) */
UL LI DIV.spcl_body p {    
　　  　　　　  display : list-item;
}

/*OL LI DIV.spcl_body p{    
　　  　　　　  display : list-item;
}*/

OL LI DIV.spcl DIV.spcl_body{        /* 2007.6.08 p削除 */
                list-style-position: inside;
　　　　　      margin-left: -32px;  /* 2007.6.08　－18px(半角空白)変更 */
                padding-left: 0px;
}

OL LI LI DIV.spcl DIV.spcl_body{     /* 2007.6.08　p削除 */
                list-style-position: inside; 
}

OL LI LI LI DIV.spcl_body{           /* 2007.6.08　p削除 */
                list-style-position: inside; 
}

OL LI DIV SPAN.icon {
   position:relative; left:-80px;  /* 2007.6.08　-107px変更 */
   display:inline;       /* NSでマークと文字が重なるため */
   padding-top:7px;      /* NSでdisplay:inline;だとアイコンが半分になるため */
   margin-top: -17px;    /* IEでpadding-top:7px;だと空きすぎるため */
}
OL LI LI DIV SPAN.icon {
   position:relative;  left: -110px; /* 2007.6.08　-136px変更 */
   display:inline;       /* NSでマークと文字が重なるため */
   padding-top:7px;      /* NSでdisplay:inline;だとアイコンが半分になるため */
   margin-top: -17px;    /* IEでpadding-top:7px;だと空きすぎるため */
}

OL LI LI LI DIV SPAN.icon {
   position:relative; left: -135px; /* 2007.6.08　-166px変更*/
   display:inline;       /* NSでマークと文字が重なるため */
   padding-top:7px;      /* NSでdisplay:inline;だとアイコンが半分になるため */
   margin-top: -17px;   /* IEでpadding-top:7px;だと空きすぎるため */
}
/* 2007.1.26 追加（↑ここまで) */


/*************************************************************************/
/*                          定義付きリスト                               */
/*************************************************************************/
/* 定義リスト */
DL {
	margin-left: 1em;
}

/* 定義リスト見出し */
DT {
	margin-top: 1em;
}

/* 定義リスト内容 */
DD {
	margin-left: 1em;
}

/* 定義リスト内容内の段落 */
DD P {
	margin-left: 1em;
	margin-top: 0px;  
}

/*************************************************************************/
/*                                 図表                                  */
/*************************************************************************/
/* 図 */
IMG {
}

/* 表 */
.body TABLE {
 border-collapse: collapse;
}

/* 表のボーダー */
/*.body TABLE {*/
/*	border: 1px solid #000000;*/
/*}*/
/*.body TH {*/
/*	border: 1px solid #000000;*/
/*}*/
/*.body TD {*/
/*	border: 1px solid #000000;*/
/*}*/

/*20050425変更*/
table {
/* border: 1px solid #000000;  2007.01.26 修正 */ 
 borderwidth: 1px;  /*2007.01.26 修正 上記設定だとIEでNG*/ 
 border-color: #000000;  /*2007.01.26 修正 上記設定だとIEでNG*/ 
 margin-top: 10px; 
 margin-bottom: 10px; 
}
/*★★20060823追加 */
caption { 
   font-weight: bold; 
   text-align: left;
}

th {
/* border: 1px solid #000000;  2007.01.26 修正 */ 
 borderwidth: 1px;     /*2007.0126 修正 上記設定だとIEでNG*/ 
 border-color: #000000;  /*2007.0126 修正 上記設定だとIEでNG*/
}
td {
/* border: 1px solid #000000;  2007.01.26 修正 */ 
 borderwidth: 1px;     /*2007.01.26 修正 上記設定だとIEでNG*/ 
 border-color: #000000;  /*2007.01.26 修正 上記設定だとIEでNG*/ 
}
/* 表のボーダー  2007.01.26 修正 すべてコメントに変更 */
/* ボーダー 有 */
/*.line_on { */
/* border: 1px solid #000000; */
/*} */

/* ボーダー 無 */
/*.line_off {*/
/* border: none;*/
/*}*/

/*20050425変更*/

/* 表の見出し行 */
.body TH {
	background: #CCCCCC;
	padding: 5px;
}

/* 表セル */
.body TD {
	padding: 4px;
}

/* 表内の文字 */
.body TD P{
}

/* 表内の箇条●付き */
.body TABLE UL{
}

/* 表内の箇条数字付き */
.body TABLE OL{
}

/* 表内の箇条英小文字付き */
.body TABLE OL.alpha{
}
/* 表内のリストの固有アイコンを固定位置にする 2007,1,26追加 */   
TH SPAN.icon {
   position:static!important;
}
TD SPAN.icon {
   position:static!important;
}

/*参考： 表内の固有アイコンを相対位置にする場合は以下 THも変更 2007.1.26  */
/* アイコンは1つになる予定なのでleftの値は変更が必要 */
/*TD SPAN.icon {*/
/*        position:relative; */
/*        left: -45px;*/
/*        display:table;*/
/*}*/

/*************************************************************************/
/*                             やくもの                                  */
/*************************************************************************/

/* ------------------------------★注意★----------------------------- */
/* 注意ブロック */
DIV.note {
	background-image:url(image/icon_note.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 2px #FF9900;
}

/* 注意タイトル */
.note P.title{
	color: #996600;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0pt;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #FF9900;
}

/* 注意本文 */
DIV.notebody {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ------------------------------★参考★----------------------------- */
/* 参考ブロック */
DIV.tips {
	background-image:url(image/icon_tips.gif);
	background-repeat:no-repeat;
	border-bottom: dotted 2px #009933;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* 参考タイトル */
.tips P.title{
	color: #006633;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0pt;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #009933;
}

/* 参考本文 */
DIV.tipsbody {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ----------------------------★ポイント★---------------------------- */
/* ポイントブロック */
DIV.point {
	background-image:url(image/icon_point.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 2px #0000FF;
}

/* ポイントタイトル */
.point P.title {
	color: #333399;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0pt;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #0000FF;
}

/* ポイント本文 */
DIV.pointbody {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* ----------------------------★例★---------------------------- */
/* 例ブロック */
DIV.ex {
	background-image:url(image/icon_ex.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 2px #0000FF;
}

/* 例タイトル */
.ex P.title {
	color: #333399;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0pt;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #0000FF;
}

/* 例本文 */
DIV.exbody {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* ----------------------------★参照★---------------------------- */
/* 参照 */
DIV.ref {
	background-image:url(image/icon_ref.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 2px #0000FF;
}

/* 参照タイトル */
.ref P.title {
	color: #333399;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0pt;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #0000FF;
}

/* 参照本文 */
DIV.refbody {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*************************************************************************/
/*                                  プレ                                 */
/*************************************************************************/

/* プレ */
PRE {
	font-size: 90%;
	font-family: monospace;
}

/* プレ囲み */
PRE.border {
	border:solid 1px;
	border-color:888888;
	padding:6px;
}

/*************************************************************************/
/*                               固有情報                                */
/*************************************************************************/
/* --------------------★固有情報本文を囲むブロック★--------------------- */
.spcl_body{
	line-height:150%;
}

/* -----------★固有情報全体を囲むブロック(小見出しを含む場合)★---------- */
.spcl_subhead {
	padding-left: 55px;
	margin-left: -55px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* ---------------★固有情報全体を囲むブロック(本文のみの場合)★----------- */
/* 固有情報(本文)共通 */
.spcl {
	padding-left: 75px;
	margin-left: -75px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* ------★固有情報全体を囲むブロック(本文箇条書きレベル2以下の場合)★------ */
/* 固有情報(本文箇条書き)レベル2 */
.spcl_list2{
	padding-left: 115px;
	margin-left: -115px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(本文箇条書き)レベル3 */
.spcl_list3{
	padding-left: 155px;
	margin-left: -155px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(本文箇条書き)レベル4(手順レベル3の下) */
.spcl_list4{
	padding-left: 195px;
	margin-left: -195px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* --------★固有情報全体を囲むブロック(本文PREレベル2以下の場合)★-------- */
/* 固有情報(PRE)レベル2 */
.spcl_pre2{
	padding-left: 115px;
	margin-left: -115px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(PRE)レベル3 */
.spcl_pre3{
	padding-left: 155px;
	margin-left: -155px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* ----★固有情報全体を囲むブロック(注意・ポイント・参考の場合)★------- */
/* 固有情報(注意・ポイント・参考)タイトル */
.spcl_note_title {
	padding-left: 75px;
	margin-left: -75px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point_title {
	padding-left: 75px;
	margin-left: -75px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips_title {
	padding-left: 75px;
	margin-left: -75px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(注意・ポイント・参考)本文 */
.spcl_note {
	padding-left: 95px;
	margin-left: -95px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point {
	padding-left: 95px;
	margin-left: -95px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips {
	padding-left: 95px;
	margin-left: -95px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* ---------------------- ★固有情報全体を囲むブロック★ ---------------- */
/* -----------(注意・ポイント・参考の箇条書きレベル2以下の場合) --------- */
/* 固有情報(注意・ポイント・参考の箇条書き)レベル2 */
.spcl_note_list2 {
	padding-left: 135px;
	margin-left: -135px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point_list2 {
	padding-left: 135px;
	margin-left: -135px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips_list2 {
	padding-left: 135px;
	margin-left: -135px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(注意・ポイント・参考の箇条書き)レベル3 */
.spcl_note_list3 {
	padding-left: 175px;
	margin-left: -175px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point_list3 {
	padding-left: 175px;
	margin-left: -175px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips_list3 {
	padding-left: 175px;
	margin-left: -175px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(注意・ポイント・参考の箇条書き)レベル4(やくもの内手順レベル3の下) */
.spcl_note_list4 {
	padding-left: 215px;
	margin-left: -215px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point_list4 {
	padding-left: 215px;
	margin-left: -215px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips_list4 {
	padding-left: 215px;
	margin-left: -215px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* -------------------★固有情報全体を囲むブロック)★ -------------- */
/* -----------(注意・ポイント・参考のPREレベル2以下の場合) --------- */
/* 固有情報(注意・ポイント・参考のPRE)レベル2 */
.spcl_note_pre2 {
	padding-left: 135px;
	margin-left: -135px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point_pre2 {
	padding-left: 135px;
	margin-left: -135px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips_pre2 {
	padding-left: 135px;
	margin-left: -135px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* 固有情報(注意・ポイント・参考のPRE)レベル3  */
.spcl_note_pre3 {
	padding-left: 175px;
	margin-left: -175px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_point_pre3 {
	padding-left: 175px;
	margin-left: -175px;
	min-height:20px;
	background-repeat: no-repeat;
}

.spcl_tips_pre3 {
	padding-left: 175px;
	margin-left: -175px;
	min-height:20px;
	background-repeat: no-repeat;
}

/* ------------------★プラットフォーム別の設定★---------------- */
/* windows */
#win{
/*	background-image: url(image/spcl_win.gif); */
	background-repeat: no-repeat;
}
#win DIV.spcl_body{
	background-color: #BBDDFF;
}

/* solaris */
#sol {
/*	background-image: url(image/spcl_sol.gif); */
	background-repeat: no-repeat;
}
#sol DIV.spcl_body{
	background-color: #DDFF99;
}

/* linux */
#lix {
/*	background-image: url(image/spcl_lix.gif); */
	background-repeat: no-repeat;
}
#lix DIV.spcl_body{
	background-color: #EEEEFF;
}

/* solarisとlinux */
#sol_lix {
/*	background-image: url(image/spcl_sol_lix.gif); */
	background-repeat: no-repeat;
}
#sol_lix DIV.spcl_body{
	background-color: #EEEEEE;
}

/* windowsとsolaris */
#win_sol {
/*	background-image: url(image/spcl_win_sol.gif); */
	background-repeat: no-repeat;
}
#win_sol DIV.spcl_body{
	background-color: #EEEEEE;
}

/* windowsとlinux */
#win_lix {
/*	background-image: url(image/spcl_win_lix.gif); */
	background-repeat: no-repeat;
}
#win_lix DIV.spcl_body{
	background-color: #EEEEEE;
}

/* ------------------★エディション別の設定★---------------- */
/* SE */
#se {
/*	background-image: url(image/spcl_se.gif); */
	background-repeat: no-repeat;
}
#se DIV.spcl_body{
	background-color: #ffff99;
}

/* EE */
#ee{
/*	background-image: url(image/spcl_ee.gif); */
	background-repeat: no-repeat;
}
#ee DIV.spcl_body{
	background-color: #ffdddd;
}

/* GE */
#ge {
/*	background-image: url(image/spcl_ge.gif); */
	background-repeat: no-repeat;
}
#ge DIV.spcl_body{
	background-color: #eeeecc;
}

/* EEとSE */
#ee_se{
/*	background-image: url(image/spcl_ee_se.gif); */
	background-repeat: no-repeat;
}
#ee_se DIV.spcl_body{
	background-color: #eeeeee;
}

/* SEとGE */
#se_ge {
/*	background-image: url(image/spcl_se_ge.gif); */
	background-repeat: no-repeat;
}
#se_ge DIV.spcl_body{
	background-color: #eeeeee;
}

/* EEとGE */
#ee_ge{
/*	background-image: url(image/spcl_ee_ge.gif); */
	background-repeat: no-repeat;
}
#ee_ge DIV.spcl_body{
	background-color: #eeeeee;
}

/* 追加 V0.6 : 2006.06.27 */
/* ----------★固有情報の組み合わせに適用される設定★-------- */
#multi DIV.spcl_body {
	background-color: #eeeeee;
}

SPAN.icon {
        position:absolute;
        left:10px;
}

/*************************************************************************/
/*追加：V0.5 : 2005.04.01 start ******************************************/
/*************************************************************************/

/* ------★★<table>テーブル全体に固有情報の配色をつける★★----- */

/* ------------------★プラットフォーム別の設定★---------------- */

/* windows */
#win_spcl_table{
	background-color: #BBDDFF;
}

/* solaris */
#sol_spcl_table{
	background-color: #DDFF99;
}

/* linux */
#lix_spcl_table{
	background-color: #EEEEFF;
}

/* solarisとlinux */
#sol_lix_spcl_table{
	background-color: #EEEEEE;
}

/* windowsとsolaris */
#win_sol_spcl_table{
	background-color: #EEEEEE;
}

/* windowsとlinux */
#win_lix_spcl_table{
	background-color: #EEEEEE;
}

/* ------------------★エディション別の設定★-------------------- */
/* SE */
#se_spcl_table{
	background-color: #ffff99;
}

/* EE */
#ee_spcl_table{
	background-color: #ffdddd;
}

/* GE */
#ge_spcl_table{
	background-color: #eeeecc;
}

/* EEとSE */
#ee_se_spcl_table{
	background-color: #eeeeee;
}

/* SEとGE */
#se_ge_spcl_table{
	background-color: #eeeeee;
}

/* EEとGE */
#ee_ge_spcl_table{
	background-color: #eeeeee;
}

/* 2006.11.22 multi追加 */
/* ------------------★固有情報の組合せの設定★-------------------- */
#multi_spcl_table{
	background-color: #EEEEEE;
}

/* ----------------★★<td>内に固有情報をつける★★-------------- */

/* ------------------★プラットフォーム別の設定★---------------- */
/* 2006.11.22 イメージとインデントをコメントアウト */
/* windows */
.win_spcl_cont{
	background-color: #BBDDFF;
/*	background-image: url(image/spcl_win.gif); */
	background-repeat: no-repeat;
/*	text-indent: 30px; */
}

/* solaris */
.sol_spcl_cont{
	background-color: #DDFF99;
/*	background-image: url(image/spcl_sol.gif); */
	background-repeat: no-repeat;
/*	text-indent: 30px; */
}

/* linux */
.lix_spcl_cont{
	background-color: #EEEEFF;
/*	background-image: url(image/spcl_lix.gif); */
	background-repeat: no-repeat;
/*	text-indent: 30px; */
}

/* solarisとlinux */
.sol_lix_spcl_cont{
	background-color: #EEEEEE;
	background-image: url(image/spcl_sol_lix.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

/* windowsとsolaris */
.win_sol_spcl_cont{
	background-color: #EEEEEE;
	background-image: url(image/spcl_win_sol.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

/* windowsとlinux */
.win_lix_spcl_cont{
	background-color: #EEEEEE;
	background-image: url(image/spcl_win_lix.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

/* ------------------★エディション別の設定★---------------- */
/* SE */
.se_spcl_cont{
	background-color: #ffff99;
/*	background-image: url(image/spcl_se.gif); */
	background-repeat: no-repeat;
/*	text-indent: 30px; */
}

/* EE */
.ee_spcl_cont{
	background-color: #ffdddd;
/*	background-image: url(image/spcl_ee.gif); */
	background-repeat: no-repeat;
/*	text-indent: 30px; */
}

/* GE */
.ge_spcl_cont{
	background-color: #eeeecc;
/*	background-image: url(image/spcl_ge.gif); */
	background-repeat: no-repeat;
/*	text-indent: 30px; */
}

/* EEとSE */
.ee_se_spcl_cont{
	background-color: #eeeeee;
	background-image: url(image/spcl_ee_se.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

/* SEとGE */
.se_ge_spcl_cont{
	background-color: #eeeeee;
	background-image: url(image/spcl_se_ge.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

/* EEとGE */
.ee_ge_spcl_cont{
	background-color: #eeeeee;
	background-image: url(image/spcl_ee_ge.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

/* 2006.11.22 multi追加 */
/* ------------------★固有情報の組合せの設定★-------------------- */
.multi_spcl_cont{
	background-color: #eeeeee;
	background-repeat: no-repeat;
}

/*************************************************************************/
/************************************************ V0.5 : 追加： end ******/
/*************************************************************************/


/*************************************************************************/
/*                             文字スタイル                              */
/*************************************************************************/
/* 太字(強調) */
.em {
	font-weight: bold
}

/* 斜体 */
.i {
	font-style: italic
}

/* 下線 */
.u {
	text-decoration: underline
}

/* 等幅 */
.tt {
	font-family: monospace;
}

/* 上付き文字 */
.sup {
	font-size: 60%;
	font-variant: small-caps;
	vertical-align: top;
}

/* 下付き文字 */
.sub {
	font-size: 60%;
	font-variant: small-caps;
}

/* 青色 */
.blue {
	color: blue;
}

/* 赤色 */
.red {
	color: red;
}

/* 文字サイズ小 */
.small {
	font-size: 70%;
}

/* 文字サイズ中 */
.medium {
	font-size: 100%;
}

/* 文字サイズ大 */
.large {
	font-size: 130%;
}

/* 追加 V0.6 : 2006.06.27 */
/* 備考 */
.supple {
	margin-left: 27px;
}

/*************************************************************************/
/*                               表紙                                    */
/*************************************************************************/

/* 表紙:前へ・次へボタン */
.back_next_cover {
	text-align: right;
	margin-top: 5px;
	padding-top: 7px;
	padding-right: 70px;
}

/* 表紙:マニュアルコード */
.manualcode {
	font-size: 80%;
	text-align: right;
}

/* 表紙:製品名称 */
.Productname {
	font-size: 150%;
	text-align: center;
}

/* 表紙:マニュアル名称 */
.manualname {
	font-size: 200%;
	text-align: center;
}

/* 表紙:発行年月日 */
.day {
	font-size: 80%;
	text-align: right;
}

/* まえがき:発行年月日 */
.day2 {
	border: solid 1px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*表紙:背景関係 */
.topbody {
	background-image: url(image/book.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.coverbg {
	background-image: url(image/book.gif);
	background-repeat: no-repeat;
}



/* 留意事項 */
.comment {
	text-align: left;
	line-height: 1.5;
	font-size: 90%;
	background-color: #FFFFCC;
	width: 100%;
	border-color: F000000;
	border-width: 1px;
	border-style: solid;
	padding-right: 20px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
