
/* BODYのマージンとデフォルトフォントサイズの指定
*/
BODY {
	margin:				0pt;
	margin-top:			10pt;
	margin-left:		3pt;
	margin-right:		3pt;
	font-size:			12pt;
}

/* 一覧IFRAME用のBODY
BODY.iframe {
	margin:				0pt;
	margin-top:			3pt;
	margin-left:		3pt;
	margin-right:		3pt;
	font-size:			12pt;
}

/* TABLEのデフォルトフォントサイズの指定
*/
TABLE {
	margin:				0px;
	font-size:			12pt;
}

/* 一覧テーブル
*/
TABLE.lst {
	margin:				0px;
	font-size:			9pt;
	background-color:#FFFFFF;
}

/* FORMのデフォルトマージン
*/
FORM	{
	margin:				0px;
	margin-top:			5px;
	margin-bottom:		5px;
}

/* ********** ********** **********
 *	フレームの装飾
*/

/* タイトルロゴ
*/
.frame-title-logo {
	font-size: 24pt;
	font-family: "MS P明朝",serif;
	border-color:#006699;
	border-style:solid;
	border-top-width:0px;
	border-bottom-width:3px;
	border-left-width:0px;
	border-right-width:3px
}


/* フレーム（シンプル1）
*/
.frame-simple1 {
	border-color:#0099FF;
	border-style:double;
	border-width:4px
	}

/* フレーム（一覧表）
*/
.frame-table {
	border-color:#000066;
	border-style:double;
	border-width:4px
	}


/* ********** ********** **********
 *	フォームのCELL
*/

/* フォームのタイトルCELL
*/
.input-title-cell {
	font-size: 11pt;
	letter-spacing: 0px ; 
	line-height: 11pt; 
	font-weight:normal;
	color:#000033;
	background-color:#DDDDFF;
	}

/* フォームの入力項目ラベルCELL
*/
.input-label-cell {
	font-size: 11pt;
	letter-spacing: 0px ; 
	line-height: 11pt; 
	font-weight:normal;
	color:#000033;
	background-color:#C0C0CC;
	}

/* フォームの確認項目
*/
.input-disp-cell {
	font-size: 11pt;
	letter-spacing: 0px ; 
	line-height: 11pt; 
	font-weight:normal;
	color:#000033;
	background-color:#F0F0F7;
	}

/* フォームの入力項目CELL
*/
.input-cell {
	background-color:#DDDDE0;
	}

/* フォームの入力項目ラベルCELL＜必須入力＞
*/
.input-req-label-cell {
	font-size: 11pt;
	letter-spacing: 0px ; 
	line-height: 11pt; 
	font-weight:normal;
	color:#000033;
	background-color:#DDCCCC;
	}


/* フォームの入力項目CELL＜必須入力＞
*/
.input-req-cell {
	background-color:#FFEEEE;
	}


/* フォームのボタンCELL
*/
.input-button-cell {
	font-size: 11pt;
	letter-spacing: 0px ; 
	line-height: 11pt; 
	font-weight:normal;
	color:#000033;
	background-color:#FFFFFF;
	}


/* ダイアログのタイトルのフォント指定
*/
.dlg-title-cell {
	background-color:#0066FF;
	filter: alpha(style=1, opacity=70, finishopacity=5);
				}
.dlg-title {	
	font-size: 14pt;
	letter-spacing: 0px ; 
	line-height: 16pt; 
	color:#FFFFFF;
	font-weight:bolder;	}

/* ********** ********** **********
 *	ボタン装飾
 * ********** ********** ********** */
/* submitボタン
*/
.submit-btn {
	font-family: monospace;
	font-size: 10pt;
	letter-spacing: 0px ; 
	line-height: 12pt; 
	color:#0000AA;
	font-weight:bolder;	}

/* 「メニューに戻る」ボタン
*/
.return-menu-btn {
	font-family: monospace;
	font-size: 10pt;
	letter-spacing: 0px ; 
	line-height: 12pt; 
	color:#009900;
	font-weight:bolder;	}


/* その他ボタン
*/
.misc-btn {
	font-family: monospace;
	font-size: 10pt;
	letter-spacing: 0px ; 
	line-height: 12pt; 
	color:#000000;
	font-weight:bolder;	}

/* 小さいボタン
*/
.small-btn {
	font-family: monospace;
	font-size: 9pt;
	letter-spacing: 0px ; 
	line-height: 12pt; 
	color:#000066;
	background-color:#EEEEEE;
	font-weight:normal;	}

/* ********** ********** **********
 *	アンカー装飾
 * ********** ********** ********** */

/* アンカー：デフォルト
*/


/* アンカー：メニュー
*/
a.menu {
	font-size: 12pt;
	letter-spacing: 0px ; 
	line-height: 14pt; 
	color:#0033ff;
	text-decoration: underline;
	font-weight:normal;	
	}
a.menu:visited {
	font-size: 12pt;
	letter-spacing: 0px ; 
	line-height: 14pt; 
	color:#0033ff;
	text-decoration: underline;
	font-weight:normal;	
	}
a.menu:hover {
	font-size: 12pt;
	letter-spacing: 0px ; 
	line-height: 14pt; 
	color:#FF0000;
	text-decoration: underline;
	font-weight:normal;	
	}

/* ********** ********** **********
	文字装飾
 * ********** ********** **********/

/* 入力項目ラベル
*/
.input-label {
	font-size: 10pt;
	letter-spacing: 0px ; 
	line-height: 12pt; 
	color:#000033;
	font-weight:normal;	}

/* ログイン者情報
*/
.login-info {
	font-size: 14pt;
	letter-spacing: 2px ; 
	line-height: 16pt; 
	color:#000033;
	text-decoration: underline;
	font-weight:bold;	
}

