body {
	color: #000000;							/* BLACK */
	background-color: #FFFFFF;				/* WHITE */
/*	background-color: #F2F2F2;				/*  */
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	margin: 1em
}

/*	FireFox2だと下記の対象にフォーカスがいくと水色になる。ieはNG
form input:focus, form textarea:focus {
	background-color: #ccffff
}
*/

.text_align_right {
	text-align: right
}
.text_align_center {
	text-align: center
}
.text_nowrap {
	white-space: nowrap
}
.text_align_right_nowrap {
	text-align: right;
	white-space: nowrap
}
.text_align_center_nowrap {
	text-align: center;
	white-space: nowrap
}

.ime-mode_active {
	ime-mode:active			/*IME ON(only ie)*/
}

.ime-mode_disabled {
	ime-mode:disabled		/*IME 無効(only ie)*/
}

.ime-mode_inactive {		/*IME OFF(only ie)*/
	ime-mode:inactive
}

a:link {
	color: #0000FF;			/*BLUE*/
	text-decoration: none
}
a:visited {
	color: #0000FF;			/*BLUE*/
	text-decoration: none
}
a:hover {
	left: 1px;
	color: #0000FF;			/*BLUE*/
/*	color: #800080;			*/
	position: relative;
	top: 1px;
	text-decoration: underline

}
a:active {
	color: #0000FF;			/*BLUE*/
	text-decoration: none
}

li.text_strong {
	text-decoration: line-through
}

td.menu_env {
	height: 2em;
	color: #000000;			/*BLACK*/
	background-color: #FFFACD;	/*LEMONCHIFFON*/
	text-align: center;
	vertical-align: middle
}
td.contents_title {
	width: 100%;
	background-color: #00FFFF	/*CYAN*/
}
td.contents_contents {
	width: 100%;
	background-color: #FFFACD	/*LEMONCHIFFON*/
}
td.head_nowrap {
	white-space: nowrap
}
td.text_color_red {
	color: #FF0000;			/*RED*/
}
td.find_fixed {
	width: 1%;
	white-space: nowrap
}
td.find_auto {
	width: auto;
	white-space: nowrap
}
td.ment {
	width: 300px;
	white-space: nowrap
	background-color: "#FFFFFF"
}
td.no_ment {
	width: 300px;
	white-space: nowrap
	background-color: "#AAAAAA"
}
td.nowrap {
	white-space: nowrap
}
p.center {
	text-align: center;	
}
.no_edit {
	background-color: "#CCCCCC"
}
.edit {
	background-color: "#FFFFFF"
}
