@charset "shift_jis";
/*=================================================================
             Spoolライター コンテンツCSS

=================================================================*/
/*==========================================================
             index.html
==========================================================*/
/* -------------------------------------------
        OS 6.1対応 表示用
------------------------------------------- */
DIV.logo61{
	position: relative;
}
DIV.logo61 DIV{
	position: absolute;
	right: 0px;
	top: -11px;
}
/* -------------------------------------------
        各セクション個別背景
------------------------------------------- */
DIV.indexInt{
	height: 135px;
	background: url(../image/index_view_190px.gif) no-repeat right;
}
DIV.indexInt P{ width: 390px; }

DIV.indexWeb{
	height: 135px;
	background: url(../image/ontheweb_view_190px.png) no-repeat right;
}
DIV.indexWeb P{ width: 390px; }


DIV.indexLang{
	background: url(/jpn/common/image/icon/pdf_60px.gif) no-repeat right top;
}
DIV.indexLang P.indexLang{ width: 500px; }

DIV.indexTape{
	background: url(../image/index_tape.gif) no-repeat right bottom;
}
/* - ホスト変換内サンプル背景 - */
DIV.indexHost{
	width: 307px;
	height: 69px;
	background: url(../image/index_sample.jpg) no-repeat;
	text-align: center;
}
DIV.indexHost A{
	padding-top: 30px;
	display: block;
	font-weight: bold;
}

DIV.indexHttp{
	background: url(../image/httpsvr_view.png) no-repeat 500px;
}

/*==========================================================
             func.html
==========================================================*/
/* -------------------------------------------
        Spoolライター機能説明
------------------------------------------- */
DIV.funcImg{
	height: 330px;
	margin-bottom: 15px;
	background: url(../contents/image/func/func_logic_body.gif) no-repeat bottom;
}
DIV.funcImg DL{
	color: #000;
	margin-top: 5px;
	margin-left: 150px;
	line-height: 110%;
}
DIV.funcImg DT{
	font-weight: bold;
	font-size: 11px;
}
DIV.funcImg DD{
	margin-bottom: 4px;
	font-size: 11px;
}
/* -------------------------------------------
    Spoolライターオペレーションナビゲーター
------------------------------------------- */
/* ｲﾝﾗｲﾝ画像調整 */
P.imgBtm IMG{ vertical-align: middle; }
DIV.smpContainer{
	width: 600px;
	background: url(../contents/func_iframe/images/bg.gif) repeat-y;
	text-align: center;
}
DIV.smpContainer A: hover{
	text-decoration: none;
}
DIV.smpContainer IMG{ vertical-align: bottom; }
DIV.smpContainer IFRAME{
	width: 400px;
	height: 410px;
}
DIV.guidContainer{
	width: 482px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	background: #FFF;
	border: solid 1px #999;
}
DIV.guidContainer UL{ list-style: none none; }
/* - ﾌﾞﾗｳｻﾞ機能説明 - */
DIV.guidContainer DT{
	font-weight: bold;
	padding-left: 15px;
	background: url(/jpn/common/image/icon/dot.gif) no-repeat;
	background-position: left -2px;
}
DIV.guidContainer DD{ margin-left: 15px; }
DIV.guidContainer LI{
	margin-bottom: 10px !important;
	padding-left: 15px;
	background: url(/jpn/common/image/icon/dot.gif) no-repeat;
	display: inline;
	font-weight: bold;
	background-position: left 0px;
}
/* - ﾗｲﾀｰ機能説明 - */
DIV.guidContainer UL.wrtFuncList LI{
	font-weight: normal;
	background-position: left 2px;
	display: block;
}
/*==========================================================
             spec.html
==========================================================*/
/* -------------------------------------------
    テーブル大項目有
------------------------------------------- */
TABLE TH.lgItem{
	color: #FFF;
	background-color: #113AAB;
	text-align: center;
	letter-spacing: 10px;
}
/* -------------------------------------------
    テーブル幅個別指定
------------------------------------------- */
DIV.specFunc TABLE		{ width: 550px; }
DIV.specFunc TABLE TH	{ width: 110px; }
DIV.specDtl TABLE		{ width: 560px; }
DIV.specDtl TABLE TD	{ width: 400px; }
DIV.specClient TABLE TH	{ width: 120px; }
DIV.specOther TABLE		{ width: 560px; }
DIV.specOther TABLE TH	{ width: 110px; }
/* -------------------------------------------
    リスト
------------------------------------------- */
UL.specList{
	list-style: none none;
}
UL.specList LI{
	margin-bottom: 10px !important;
	padding-left: 15px;
	background: url(/jpn/common/image/icon/dot.gif) no-repeat;
	background-position: left 2px;
}
DL.specDefList DT{
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(/jpn/common/image/icon/dot.gif) no-repeat;
	font-weight: bold;
}
DL.specDefList DD{ margin-bottom: 10px;  margin-left: 20px; }
/* -------------------------------------------
    囲み罫注釈
------------------------------------------- */
DIV.annoContainer{
	margin: 10px;
	padding: 5px;
	border: solid 1px #5A4987;
	background: #F5F3FA;
}
DIV.annoContainer .noMrgn{ margin-bottom: 0px !important; }
DIV.annoContainer IMG{ float: left; margin-right: 5px; }
/*==========================================================
             faq.html
==========================================================*/
DIV.faqList OL{
	margin-left: 25px;
	font-weight: bold;
}
DIV.faqList OL A{ font-weight: normal; text-decoration: underline; }
/*==========================================================
             faq>01.html
==========================================================*/
DIV.faqHed{
	padding: 5px;
	border-top: solid 4px #4B76FD;
	background-color: #E4ECFF;
	color: #113AAB;
	font-weight: bold;
}
DIV.faqHed P{ line-height: 1.6; }
DIV.faqHed P.indent{ text-indent: 10px; }
DIV.faqBody{
	margin-top:10px;
	margin-bottom:20px;
	margin-left:40px;
}
DIV.faqBody DT{
	width:auto;
	margin-bottom:2px;
	font-weight:bold;
	color:#113AAB;
}
DIV.faqBody DD{
	margin-bottom:15px;
	padding:5px 20px;
	border:solid 1px #A4B4D8;
	background-color: #F5F8FF;
}
DIV.faqBody UL.faqAnnoList{
	margin: 10px;
	padding: 5px  20px;
	list-style:square;
}
DIV.faqBody UL.faqAnnoList LI{
	margin-bottom:10px;
	margin-left:10px;
	color:#113AAB;
}
DIV.faqFotter{
	margin-bottom:10px;
	text-align:right;
}
P.faqIndnt{ margin-bottom:0 !important; text-indent:20px; }
/*==========================================================
             info.html
==========================================================*/
/* -------------------------------------------
               送信注意 ｱｺｰﾃﾞｨｵﾝ内
------------------------------------------- */
DIV.cutnInfo	{
	width:570px;
	margin-bottom:1em;
	padding:5px 10px;
	border:solid 1px #0065C3;
	background-color:#F6F9FF;
}
DIV.cutnInfo DT{
	margin-bottom:3px;
	color:#0065C3;
	font-weight:bold;
}
DIV.cutnInfo DD{
	margin-left:18px;
}
DIV.cutnInfo UL{

	margin:10px 0;
	padding-left:1em;
	background-color:#FFF;
	list-style:none;
}
DIV.cutnInfo UL LI{
	margin-bottom:5px;
}
A.mailTo		{ font-weight: bold; }
A.mailTo IMG	{ vertical-align: middle; }
/* -------------------------------------------
               フォーム
------------------------------------------- */
DIV.section FORM			{
				  width:550px;
				  margin-top:1.5em;
				  padding:1.5em;
				  background-color:#F9F9F9;
				  border:solid 1px #999;
				  text-align:center;
}
DIV.section FORM TABLE		{ font-size:1em; width:520px; margin:0 auto; }
DIV.section FORM TABLE TH	{
				  width:10em;
				  height:2em;
				  
				  padding:4px 0 0 20px;
				  font-weight:normal;
				  text-align:left;
				  background:url(/jpn/common/image/icon/point03.gif) no-repeat left center;
				  background-color:transparent;
				  border:none;
}
DIV.section FORM TABLE TD	{ text-align:left; border:none; padding:0; }
DIV.section FORM TABLE TD TEXTAREA	{ width:490px; height:220px; margin-left:1em; }
DIV.section FORM TABLE TD.submit	{ text-align:center; }

DIV.section FORM SPAN.anno{ font-size:10px; margin-left:5px; }

DIV.section FORM P.formCaution{
	margin-left:5px;
	padding:1px 2px;
	color:#E60012;
	background-color:#FFF6F6;
	border:solid 1px #E60012;
	position:absolute;
	display:none;
	vertical-align:2px;
	font-size:11px;
}
*html DIV.section FORM P.formCaution{ vertical-align:4px; }

.emp_ex a{
	color:#113AAB !important;
	text-decoration:underline !important;
}
.emp_ex a:hover{
	color:#113AAB !important;
}
.mail{
	width:220px;
	margin-left:10px;
}
.mail img{
	vertical-align:bottom;
}
.mail a{
	text-decoration:underline !important;
}
/* -------------------------------------------
          150529 次期バージョン注釈
------------------------------------------- */
h3 span{
	position:relative;
	top:-5px;
}
h3 span.nextVer01{
	left:-75px;
}
h3 span.nextVer02{
	/*left:-115px;*/
}
