body {
	background-color: #FFFFFF;
}
a:link     { color: #000080; text-decoration: none; }
a:visited  { color: #000080; text-decoration: none; }
a:hover	   { color: #800000; text-decoration: none; }
em         { font-style: normal; font-weight: normal; color: #000099; }
var        { font-weight: normal; color: #000099; }
cite       { font-weight: normal; color: #000099; }
strong     { font-weight: normal; color: #990000; }
samp       { font-weight: normal; color: #000099; }
code       { font-weight: normal; color: #000099; }
kbd        { font-weight: bold }

p          { margin-top: 0; margin-bottom: 0.4em; }
pre        { margin-top: 0; margin-bottom: 0; }
ol, ul, dl { margin-top: 0; margin-bottom: 0.4em; }
li         { margin-bottom: 0.6em; }
form       { margin-top: 0; margin-bottom: 0; }

.strong {
     font-weight: bold; color: #000099;
}

.big {
    font-size: large;
}

.x-big {
	font-size: x-large;
	margin-top: 1em;
	margin-bottom: 1em;
	border: thin solid;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 15em;
	background: #99FF99;
}


.debug {
	color: #999999;
	text-align: left;
}

.norm {
	color: #000000;
}

.bold {
	color: #000099;
	font-weight: bold;
}

.dim {
	color: #666666;
}

.alert {
    font-weight: bold;
	color: #990000;
}

input.readonly { background-color: #CCCCCC; }

div.hsplit {
	border-top: 1px solid #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}

.sash {
	height: 0.8em;
}

form .caption {
	font-weight: bold;
	color: #000080;
}

/*-- #header */
#header {
	margin-bottom: 0.8em;
}

/*-- #topheader */
#topheader table.caption {
	color: #FFFFFF;
	background: #0000FF;
}

#topheader table.caption h1 {
	font-weight: bold;
	font-size: x-large;
	margin: 0.6em 0;
}
/*-- #headmenu */
#headmenu {
	margin-bottom: 4px;
}

#headmenu .item {
	font-weight: bold;
}

#headmenu .selected {
	font-weight: bold;
	color: #FFFFFF;
	background: #0000FF;
}

#headmenu .selected a:link {
	color: #FFFFFF;
}

#headmenu .selected a:visited {
	color: #FFFFFF;
}

#headmenu .selected a:hover {
	color: #FFFFFF;
}

/*-- #headbox */
#headbox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	padding: 6px;
}

/*-- #headform */
#headform {
	padding: 6px;
	border-top: 1px solid #999999;
}

#headform td {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
}

#headform input.readonly { background-color: #33CCFF; }

/*-- #content */
#content {
	margin-bottom: 0.8em;
}

/*-- #footer */
#footer .copying {
	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

/*---*/
.bbox {
	background: #666666;
	/* div または table に使う。このブロックの内容を cellspacing="1" の table で
	   構成すると、細い実線で区切った箱が構成できる。 */
}

/*-- .heading */
table.heading {
}
table.heading h1 {
	font-size: large;
	font-weight: bold;
	margin: 0px 0px 0.5em;
	text-decoration: underline;
}
/*-- .listing */
table.listing {
    /* 構成としては: 
	   table.listing 
	     table.heading
	     table.listbox
		     th.horiz などなど。
		     td.formbox -- フォームの部品を配置する場合
     */
}
table.listing h2 {
	font-size: small;
	font-weight: bold;
	margin: 0px 0px 0px;
}

/*-- .listbox */
table.listbox {
	background: #666666;   /* .bbox と同じ */
	margin-bottom: 0.8em;
}
table.listbox td {
	background: #FFFFCC;
}
table.listbox th.horiz {
	font-weight: bold;
	background: #CCCCCC;
	text-align: left;
}
table.listbox th.horiz2 {
	font-weight: bold;
	background: #FF99CC;
	text-align: left;
}
table.listbox th.horizc {
	font-weight: bold;
	background: #CCCCCC;
	text-align: center;
}
table.listbox th.horizr {
	font-weight: bold;
	background: #CCCCCC;
	text-align: right;
}
table.listbox th.vert {
	font-weight: bold;
	background: #CCFFFF;
	text-align: left;
}
table.listbox th.vertr {
	font-weight: bold;
	background: #CCFFFF;
	text-align: right;
}

table.listbox .formbox {
	background-color: #CCCCCC;
	/* listbox の中に form の部品を置く場合の背景 */
}

/*-- .listbox tr.{logsafe,logalert,loginfo,logerror} --*/
table.listbox tr.logsafe td {
	background: #CCFFCC;
}
table.listbox tr.logsafe th.horiz {
	font-weight: bold;
	background: #CCFFCC;
	text-align: left;
}
table.listbox tr.logalert td {
	background: #FFFF99;
}
table.listbox tr.logalert th.horiz {
	font-weight: bold;
	background: #FFFF99;
	text-align: left;
}
table.listbox tr.loginfo td {
	background: #FFFFFF;
}
table.listbox tr.loginfo th.horiz {
	font-weight: bold;
	background: #FFFFFF;
	text-align: left;
}
table.listbox tr.logerror td {
	background: #FFCC99;
}
table.listbox tr.logerror th.horiz {
	font-weight: bold;
	background: #FFCC99;
	text-align: left;
}

/*-- .listbox tr.{odd,even} --*/
table.listbox tr.odd td {
	background: #FFFF99;
}
table.listbox tr.even td {
	background: #CCFFFF;
}

/*-- .dialog */
table.dialog {
    /* 構成としては: 
	   table.dialog
	      table.heading
	      table.dlgbox
		     td.formbox
			    table   -- ここにフォームの部品を配置
     */
}

/*-- .dlgbox */
table.dlgbox {
	background: #CCCCCC;
}

table.dlgbox .formbox {
	padding: 8px;
}

table.dlgbox .formbox th {
    font-weight: normal;
}
table.dlgbox .formbox th.vert {
	text-align: left
}
table.dlgbox .formbox th.vertr {
	text-align: right
}

/*-- misc. */
.guideop {
	background: #ffffcc;
	padding: 0.5em;
	width: 60%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	border: 1px solid #ffcc66;
} 

/*-- END */
