@charset "shift_jis";
@import "/tips/common/css/reset.css";
@import "/frame/css/common_top.css";
/*=================================================================
ｿﾘｭｰｼｮﾝのｺﾝﾃﾝﾂ用用CSS /contents/
=================================================================*/
/*=================================================================
■基本指定
=================================================================*/
* HTML	{ overflow-x:hidden; }/* IE6ﾊｯｸ */
*:first-child+html BODY{ overflow-x: hidden; overflow-y:scroll; }/* IE7ﾊｯｸ */
BODY{
	margin:0;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	color:#221111;
	background-color:#FFF;
}
H1{ margin-bottom:20px; }
H2{
	width:600px;
	margin:0 auto;
	padding:10px 0px;
	text-align:left;
	font-size:17px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
H2 IMG{
	vertical-align:text-bottom;
	margin-left:5px;
	margin-right:10px;
}
TABLE{
	font-size:12px;
	background:#FFF;
	border-collapse:separate;
}
/*=================================================================
■container
=================================================================*/
DIV#container{
	
}
/*=================================================================
■entry
=================================================================*/
DIV#entry{
	width:600px;
	margin:0 auto;
	padding-top:30px;
	text-align:left;
}
DIV#entry P{
	line-height:1.5;
	margin-bottom:1em;
}
DIV#entry H3{
	margin-bottom:15px;
	color:#666;
	background:url(../img/common/categorie_line.gif) repeat-x;
}
DIV#entry H3 SPAN{
	margin-left:20px;
	padding:0 10px;
	text-align:center;
	background-color:#FFF;
	vertical-align:bottom;
}
/*=================================================================
■shnOut
=================================================================*/
DIV#shnOut{
	margin-bottom:50px;
}
/*=================================================================
■shnApp
=================================================================*/
DIV#shnApp{
	margin-bottom:50px;
}
/*=================================================================
■shnData
=================================================================*/
DIV#shnData TABLE.dataTbl{
	border-spacing:1px;
	border-collapse:separate;
	width:600px;
	margin:0 auto;
	background-color:#CCC;
}
DIV#shnData TABLE.dataTbl TH{
	width:150px;
	border:solid 1px #FFF;
	text-align:left;
	font-weight:normal;
}
DIV#shnData TABLE.dataTbl TH P{
	text-indent:10px;
	margin:5px 0;
}
DIV#shnData TABLE.dataTbl TD{
	border:solid 1px #FFF;
	background-color:#FFF;
}
DIV#shnData TABLE.dataTbl TD P{
	text-indent:10px;
	margin:5px 0;
}
/*=================================================================
■footer ﾌｯﾀﾅﾋﾞ
=================================================================*/
DIV#footer{
	width:600px;
	margin:40px auto;
	padding-top:10px;
	background:url(/tips/common/img/fotter/line-short.gif) repeat-x top;
	text-align:center;
}
DIV#footer IMG{
	border:none;
}
DIV#FTRNAVI{
	height:14px;
	background:url(/tips/common/img/fotter/line-short.gif) repeat-x bottom;
	padding-bottom:10px;
}
DIV#footer UL.footerNavi{
	list-style:none none;
	margin:0 auto;
}
DIV#footer UL.footerNavi LI{
	float:left;
}
/* - ﾌｯﾀﾎﾞﾀﾝ上段 - */
DIV#footer UL.footerNavi LI.ftrTopBtn{
	width:200px;
}
/* - ﾌｯﾀﾎﾞﾀﾝ下段 - */
DIV#footer UL.footerNavi LI.ftrBtmBtn{
	width:600px;
	margin-top:10px;
}
/* - ﾎﾞﾀﾝが一つだけ - */
HTML BODY DIV#footer UL.footerNavi LI.naviOne{
	margin:0;
}
DIV#footer UL.footerNavi LI IMG{
	margin:0 auto;
	cursor:pointer;
}
/*=================================================================
■ｼﾞｬﾝﾙ個別指定
=================================================================*/
/*=================================================================
■適用業務ﾊﾟｯｹｰｼﾞ
=================================================================*/
/* -----見出し----- */
BODY#dev H2{
	border-top:solid 3px #41BD41;
	color:#18A418;
	background:url(../img/gen/gen_dev_bg.gif) repeat-x;
}
BODY#dev DIV#entry{
	background:url(../img/gen/gen_dev_line.gif) repeat-x;
}
/* -----ﾃｰﾌﾞﾙ----- */
BODY#dev DIV#shnData TABLE.dataTbl TH{
	background-color:#E9FFE8;
}
/*=================================================================
■適用業務ﾊﾟｯｹｰｼﾞ
=================================================================*/
/* -----見出し----- */
BODY#pack H2{
	border-top:solid 3px #DE870A;
	color:#AC5006;
	background:url(../img/gen/gen_pack_bg.gif) repeat-x;
}
BODY#pack DIV#entry{
	background:url(../img/gen/gen_pack_line.gif) repeat-x;
}
/* -----ﾃｰﾌﾞﾙ----- */
BODY#pack DIV#shnData TABLE.dataTbl TH{
	background-color:#FFEFD5;
}
/*=================================================================
■情報データ加工
=================================================================*/
/* -----見出し----- */
BODY#data H2{
	border-top:solid 3px #D22D6D;
	color:#D22D6D;
	background:url(../img/gen/gen_data_bg.gif) repeat-x;
}
BODY#data DIV#entry{
	background:url(../img/gen/gen_data_line.gif) repeat-x;
}
/* -----ﾃｰﾌﾞﾙ----- */
BODY#data DIV#shnData TABLE.dataTbl TH{
	background-color:#FFE5F3;
}
/*=================================================================
■運用管理
=================================================================*/
/* -----見出し----- */
BODY#opr H2{
	border-top:solid 3px #0A69DE;
	color:#0650AC;
	background:url(../img/gen/gen_opr_bg.gif) repeat-x;
}
BODY#opr DIV#entry{
	background:url(../img/gen/gen_opr_line.gif) repeat-x;
}
/* -----ﾃｰﾌﾞﾙ----- */
BODY#opr DIV#shnData TABLE.dataTbl TH{
	background-color:#F0F7FF;
}