/* ----------------------------------------------------------
	利用者用共通外部CSSファイル
------------------------------------------------------------- */
/* 画面全体 ------------------------------------------------- */
BODY {
	font-size:9pt;
	color:#666699;
	background-color:#F9CD8A;
	font-family:MS UI Gothic,Osaka;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/* リンク --------------------------------------------------- */
A:link {
	color:#006666;
	text-decoration:none;
}
A:active {
	color:#ff9900;
	text-decoration:underline;
}
A:visited {
	color:#006666;
	text-decoration:none;
}
A:hover {
	color:#33cc00;
	text-decoration:underline;
}

/* メニュー ------------------------------------------------- */
/* 枠(背景色のみ) */
TABLE.menufrm {
	background-color:#FFF6CC;
}

/* 区切り線 */
HR.menu {
	color:#ffb17e;
	height:1pt;
	width:130;
	text-align:center;
}

/* 利用者名 */
.member {
	color:#ffffff;
	background-color:#ffb17e;
	font-size:11pt;
	font-weight:bold;
	width:130;
}

A:link.member,A:link.visited {
	color:#ffffff;
	text-decoration:none;
}

A:active.member,A:hover.member {
	color:#ffffff;
	text-decoration:underline;
}

/* 家族名 */
.family {
	color:#cc0099;
	font-size:10pt;
	font-weight:normal;
}

/* 各項目 */
.menuitem {
	color:#009966;
	font-size:10pt;
	font-weight:normal;
}

/* フッタ --------------------------------------------------- */
HR.footer {
	color:#666699;
	height:0px;
	width:580;
	text-align:center;
}

DIV.footer {
	color:#696969;
	font-size:9pt;
	text-align:center;
}

/* FORM要素 ------------------------------------------------- */
/* TEXTBOX/PASSWORD/FILE */
INPUT.tbox {
	color:#696969;
	font-size:9pt;
}

/* checkbox */
INPUT.chk {
	color:#696969;
	font-size:9pt;
}

/* radiobutton */
INPUT.radio {
	color:#696969;
	font-size:9pt;
}

/* TEXTAREA */
TEXTAREA {
	color:#696969;
	font-size:9pt;
}

/* combobox */
SELECT {
	color:#696969;
	font-size:9pt;
}

/* ボタン */
INPUT.btn {
	color:#696969;
	font-size:9pt;
}

/* 表示枠基本(背景色のみ設定) ------------------------------- */
/* メイン画面は上から１,２,３... */
TABLE.frm0 {
	background-color:#ffffff;
}

/* メイン画面２ */
TABLE.frm1 {
	background-color:#fff6cc;
}

/* メイン画面３ */
TABLE.frm2 {
	background-color:#fff6cc;
}

/* メイン画面４ */
TABLE.frm3 {
	background-color:#fff6cc;
}

/* 見出し --------------------------------------------------- */
/* メイン見出し */
.maintitle {
	color:#009966;
	font-size:11pt;
	font-weight:bold;
}

/* サブ見出し１ */
.subtitle0 {
	color:#009966;
	font-size:11pt;
	font-weight:normal;
}

/* サブ見出し２ */
.subtitle1 {
	color:#696969;
	background-color:#dfefff;
	font-size:10pt;
	font-weight:normal;
}

/* 注釈 ----------------------------------------------------- */
/* とっても強調 */
.guide0 {
	color:#cc0099;
	font-size:10pt;
	font-weight:bold;
}

/* ちょっと強調 */
.gudie1 {
	color:#696969;
	font-size:10pt;
	font-weight:normal;
}

/* 一応強調 */
.guide2 {
	color:#696969;
	font-size:9pt;
	font-weight:normal;
}

/* さりげに強調 */
.guide3 {
	color:#cc0099;
	font-size:9pt;
	font-weight:normal;
}

/* 慎ましく主張 */
.guide4 {
	color:#cc0099;
	font-size:8pt;
	font-weight:normal;
}

/* 一覧画面 ------------------------------------------------- */
TABLE.list {
}

TH.list {
	color:#009966;
	font-size:9pt;
	font-weight:normal;
}

TD.list {
	color:#009966;
	font-size:9pt;
	font-weight:normal;
}

/* 詳細画面 ------------------------------------------------- */
TABLE.view {

}

TH.view {
	color:#009966;
	font-size:10pt;
	font-weight:normal;
}

TD.view {
	color:#696969;
	font-size:10pt;
	font-weight:normal;
}

/* 入力画面 ------------------------------------------------- */
TABLE.edit {

}

TH.edit {
	color:#696969;
	font-size:10pt;
	font-weight:bold;
}

TD.edit {
	color:#696969;
	font-size:10pt;
	font-weight:bold;
}

