@charset "shift_jis";
/*=================================================================
■リンク
=================================================================*/
a{
	color:#07519a;
	text-decoration:none;
}

a:hover{
	color:#eb6100;
	text-decoration:underline;
}

/*=================================================================
■フォント
=================================================================*/
/*=================================================================
■ﾃｷｽﾄ装飾
=================================================================*/
.txtCaution	{ color:#E60012 !important; }/* 赤 注意など */
.txtHed		{ color:#0068B7 !important; }/* シアン 見出しで使用 */
.txtEmp		{ color:#113AAB !important; }/* 青 強調部分 */
.txtImp		{ font-size:1.3em !important; }/* 文字大きく 重要部分 */
.txtWine	{ color:#C0392B !important; }/* ワインレッド */
.txtOrg		{ color:#EB6100 !important; }/* オレンジ */
.txtLeft	{ text-align:left !important; }/* テキスト左寄せ */
.txtYlw	{ color:#FF0 !important; }/* 黄色 */
.txtBlk	{ color:#000 !important; }/* 黒色 */
.txtNrml{ font-weight:normal !important; }
.txtStrong{ font-weight:bold !important; }/* 文中表現の強調 */
.txtULine{ text-decoration:underline !important; }/* ｱﾝﾀﾞｰﾗｲﾝ */

/* - 製品、機能 - */
.txtRPG		{ color:#0068B7 !important; }/* シアン RPG＃ */
.txtAjax	{ color:#DD0000 !important; } /* 赤 Ajax */
.txtAtWb	{ color:#E60012 !important; }/* 赤 AutoWeb */
.txtEnt		{ color:#113AAB !important; }/* 紺色 EnterpriseServer eStudio */
.txtTnk		{ color:#EB6100 !important; }/* 茶色 tonakai */
.txtAlsk	{ color:#0012FF !important; }/* 茶色 tonakai */

.txtGsntR		{ color:#DD0000 !important; }/* GOSANTA */
.txtGsntG		{ color:#007236 !important; }/* GOSANTA */
/*===================================
■文字指定
===================================*/
.noMrgn{ margin-bottom:0 !important; }/* 段落消し */
.noInd{ margin-left:0 !important; }/* ｲﾝﾃﾞﾝﾄ消し */
.txtInd{ margin-left:15px; }/* ｲﾝﾃﾞﾝﾄ */
.dblMrgn{ margin-bottom:3em !important; }/* ﾏｰｼﾞﾝ二倍 */
CODE.code{
/*	color:#263577;*/
/*	color:#666；*/
	color:#2749d8;
}
.txtInd_10em{ margin-left:1.0em; }
.txtInd_15em{ margin-left:1.5em; }
UL.noLst,OL.noLst{ margin-left:15px; }
UL.noLst LI,OL.noLst LI{ list-style:none; }/* ﾘｽﾄﾏｰｸ無し */
DL.noLst DT{ background:none; }
DL.noLst DT P{ margin-left:0; }
/*===================================
■H1 大項目ﾀｲﾄﾙ
===================================*/
H1{
	margin-top:10px
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
/*===================================
■H2 小項目ﾀｲﾄﾙ
===================================*/
H2{
	margin-top:15px;
	margin-bottom:1em;
	font-size:16px;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
/*===================================
■H3
===================================*/
H3{
	color:#2749D8;
	font-size:16px;
	margin-bottom:0.7em;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
H3.rev{
	padding:5px;
	background-color:#2749D8;
	color:#FFF;
}
/*===================================
■H4 bold無しの小見出し
===================================*/
h4{
	font-size:15px;
	font-weight:normal;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	padding:10px 0 5px 0;

}

/*===================================
■H5
===================================*/
H5{
	font-size:15px;
	margin-bottom:0.5em;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
H5.number{
	line-height:1.3;
}
H5.number SPAN{
	display:block;
	float:left;
}
H5.number .num{
	padding-right:5px;
}

/*===================================
■H6
===================================*/
H6{
	color:#EB6100;
	font-size:15px;
	margin-bottom:0.5em;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
/*===================================
■PRE
===================================*/
PRE{
	width:600px;
	margin:0;
	margin-bottom:1em;
	margin-left:1em;
	padding-bottom:1em;
	line-height:1.3;
/*	color:#263577;*/
	color:#666;
	overflow:auto;
	overflow-y:hidden;
}
PRE.inline{
	padding:5px 0 5px 5px;
}
PRE SPAN.undrLine{
	text-decoration:underline;
}
PRE.src{
/*	border-top:double 3px #263577;*/
}
PRE.pcom{
	background-color:#000;
	color:#2AFA38;
}
PRE.pcom_inline{
	width:95%;
	padding:5px 0 5px 5px;
	background-color:#000;
	color:#2AFA38;
}
PRE.dos{
	background-color:#000;
	color:#FFF;
}
PRE.dos SPAN{
	color:#FF0;
}
PRE.w300{ width:300px; }
PRE.w350{ width:350px; }
PRE.w400{ width:400px; }
PRE.w450{ width:450px; }
PRE.w500{ width:500px; }
PRE.w550{ width:550px; }
/* 縦ｽｸﾛｰﾙ用 scrollY と hxxxx をclass指定 */
PRE.scrollY{
	border:solid 1px #959595;
	overflow:auto !important;
}
PRE.h200{ height:200px; }
PRE.h250{ height:250px; }
PRE.h300{ height:300px; }
PRE.h350{ height:350px; }
PRE.h400{ height:400px; }
PRE.h450{ height:450px; }
PRE.h500{ height:500px; }
PRE.h550{ height:550px; }
/*===================================
■code
===================================*/
CODE{

}
/*===================================
■文中画像
===================================*/
IMG.inlineImg{
	vertical-align:text-bottom;
}
A IMG.inlineImg{
	margin:0 3px;
}
/*===================================
■blockquote
===================================*/
BLOCKQUOTE{
	margin-left:20px;
	padding:10px;
	background-color:#F4FAFF;
	border-left:double 4px #0068B7;
}