@charset "Shift_JIS";
/* ************************************************************************* */

/* ------------------------------------------------------------------------- */
/* スタートページ画面表示 */
/* ------------------------------------------------------------------------- */



body
{
	height:100%;
}

div.headerTitle{
	/* 位置 */
	top:0px;
	left:0px;
}


/* IMSBase Logo */
span.ImsbaseLogo
{
	position:absolute;
	top:20px;
	left:300px;
	
}


/* 全体枠 */
div.loginTitleIMSBase{
	/* 位置 */
	position:absolute;
	top:200px;
	left:220px;
	/* 他 */
	cursor:default;
	/* 概観 */
	background: url(../images/startwaku.gif); 
	width:400px;
	height:50px;
	
}

/* 全体枠 */
div.loginTitleFlash{
	/* 位置 */
	position:absolute;
	top:260px;
	left:220px;
	/* 他 */
	cursor:default;
	/* 概観 */
	background: url(../images/startwaku.gif); 
	width:400px;
	height:50px;
	
}

/* 全体枠 */
div.loginTitleJPMDJD{
	/* 位置 */
	position:absolute;
	top:410px;
	left:220px;
	/* 他 */
	cursor:default;
	/* 概観 */
	background: url(../images/startwaku.gif); 
	width:400px;
	height:50px;
	
}

/* ------------------------------------------------------------------------- */
/* タイトル */
span.AuditTitle{
	/* 概観 */
	position:absolute;
	top:5px;
	left:22px;
	width:100px;
	height:20px;
	/* フォント */
	font-size:22px;
	font-family:Verdana;
	color:#0000a0;
	font-weight:bold;
	/* 他 */
	/* text-align:center; */
	cursor:default;
}

/* 全体枠(実行ボタン) */
span.loginExec{
	/* 位置 */
	position:absolute;
	top:10px;
	left:120px;
	/* 他 */
	cursor:default;
	/* 概観 */
	width:400px;
	height:40px;
	border:0px double #d0efd0;
	text-align:center;
}

input.exebtn{
	/* 概観 */
	width:120px;
	height:28px;
	background:#6f9eb9;
	/* フォント */
	color:#ffffff;
	font-size:12px;
	/* 他 */
	cursor:hand;
}

/* ------------------------------------------------------------------------- */
/* JPM Disease Japan Dataタイトル */
span.AuditTitleJPMDJD{
	/* 概観 */
	position:absolute;
	top:5px;
	left:22px;
	width:250px;
	height:20px;
	/* フォント */
	font-size:22px;
	font-family:Verdana;
	color:#0000a0;
	font-weight:bold;
	/* 他 */
	/* text-align:center; */
	cursor:default;
}

/* 全体枠(実行ボタン) */
span.loginExecJPMDJD{
	/* 位置 */
	position:absolute;
	top:10px;
	left:120px;
	/* 他 */
	cursor:default;
	/* 概観 */
	width:380px;
	height:40px;
	border:0px double #d0efd0;
	text-align:center;
}

input.exebtnJPMDJD{
	/* 概観 */
	width:140px;
	height:28px;
	background:#6f9eb9;
	/* フォント */
	color:#ffffff;
	font-size:12px;
	/* 他 */
	cursor:hand;
}

/* ------------------------------------------------------------------------- */
/* JPM Disease Japan Data注意書き */
div.CautionJPMDJD{
	/* 位置 */
	position:absolute;
	top:460px;
	left:240px;
	width:400px;
	height:20px;
	/* フォント */
	font-size:12px;
	font-family:Verdana;
	color:#0000a0;
	font-weight:normal;
	/* 他 */
	/* text-align:center; */
	cursor:default;
}


/*----------------------------
スタートページフッタ
----------------------------- */
div#startPagefooter {
	position: absolute; 
	bottom:20px;
	left: 0px; 
	width: 1000px; 
	height: 1px; 
	background:url('../images/rules.gif') repeat-x;
}


.startPageCopyright {
	position: absolute;
	top: 0px;
	left: 300px; 
	padding-right: 20px;
	padding-left: 20px;
    font-size: 11px; color: #003976; font-family: "Myriad Pro", "Verdana","ＭＳ Ｐゴシック" ;
}

.startPageMark {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    font-size: 11px; color: #003976; font-family: "Verdana","ＭＳ Ｐゴシック","sans-serif";
	text-align: right;
}
