/* 和英コーパス用 css 1 */
#anounce {
	background-color: white;
	position: absolute;
	left: 20%;
	width: 480px;
	border: solid 1px #e8641b;
	display: none;
	z-index: 1;
	margin: 0;
	padding: 0; }

#anclose {
	PADDING-RIGHT: 0.2em; BACKGROUND-POSITION: 0.3em 0.3em; BORDER-TOP: #e8641b 1px solid; DISPLAY: block; PADDING-LEFT: 18px; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(../images/anclosew.gif); PADDING-TOP: 0.2em; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #ef9c00; TEXT-ALIGN: right
}
/* #anounce a {
	BACKGROUND-POSITION: right 0;
	DISPLAY: block;
	BACKGROUND-IMAGE: url(../images/anclosew.gif);
	COLOR: #fff;
	BACKGROUND-REPEAT: no-repeat;
	TEXT-DECORATION: none;
	width: 20px;
	height: 20px;
	margin: 2px 2px 2px auto;
	border: solid 1px #e8641b; }
*/

a#closebut:link, a#closebut:visited {
	background-color: white;
	background-image: url(../img/closebox.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	text-decoration: none;
	width: 16px !important;
	height: 16px !important;
	margin: 2px 2px 2px auto;
	/* border: solid 1px #e8641b; */
	display: block; }
	
a#closebut:hover {
	background-image: url(../img/closebox.gif);
	background-repeat: no-repeat;
	background-position: 0 top; }

a#closebut:active {}
	
#exmdisp {
	border-top: 1px solid #e8641b;
	 }

.altcol {
	display: none; }

.lcol {
	text-align: right;
	width: 45%;
	white-space: nowrap; }

.rcol {
	text-align: left;
	width: 48%;
	margin: 0;
	padding: 0;
	white-space: nowrap; }

td.corpuskeyword {
	text-align: center;
	margin: 0;
	padding: 0;
	white-space: nowrap; }

td.corpuskeyword a {
	color: red;
	text-decoration: underline;
	margin: 0;
	padding: 0; }

td.corpuskeyword a:hover {
	color: #f60;
	text-decoration: none;
	cursor: pointer; }
	
.collocationword {
	color: blue; }

.sortword {
	color: green; }

#kwic {
	width: 90%;
	margin-right: auto;
	margin-left: 30px;
	border: solid 1px silver; }
#kwic th {
	font-size: 0.8em;
	display: none; }
#kwic tr {
	line-height: 1em; }

.exg img {
	display: none; }
