body {
	padding-top:20px;
/*	text-align: left;*/
}

#header_img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align:	bottom;
}

#relation_search_area {
	background-color: #193d76;
	border: 0px;
	margin: 0px;
	padding: 10px;
	width: 954px;
}

#dictionary_search_combobox {
	border: 0px;
	margin: 0px;
	padding: 1px;
}

#synonym_layer {
	visibility: hidden;
}

#ft-line {
	background-color: #193d76;
	border: 0px;
	height: 1px;
}

.x-menu-item {
	text-align: left;
}

.search-item {
}

.text_preceeding_icon {
	vertical-align: bottom;
}


a.link_column_link:link { color: #000000; text-decoration: none }
a.link_column_link:visited { color: #000000; text-decoration: none }
a.link_column_link:active { color: #000000; text-decoration: none}
a.link_column_link:hover { color: #000000; text-decoration: underline }

.rep_str {
}

.matched_syn_area {
	text-align: right;
	overflow: hidden;
	word-break: keep-all;
	width: 300px;
	height: 15px;
}
.matched_syn_str {
	margin-left: 2px;
	margin-right: 2px;
}

.matched_portion {
	font-weight: bold;
	color: #FF0000;
}

.left-float {
	float: left;
}
.right-float {
	float: right;
}
.both-clear {
	clear: both;
}

.text-align-center {
	text-align: center;
}

.td-nowrap {
	white-space: nowrap !important;
}
.td-white-space-normal {
	white-space: normal !important;
}

.font_decorated_1 {
	color: #ea2e2e;
	font-weight: bold;
}
.font_decorated_2 {
	color: #2860c6;
	font-weight: bold;
}
.font_decorated_4 {
	color: #19aaa5;
	font-weight: bold;
}
.font_decorated_5 {
	color: #c58520;
	font-weight: bold;
}

.text_highlighted {
	background-color: #D5F6FF;
}

/* IE7用。用語検索コンボボックスのページ送り用ボタンを左寄せにする */
.x-combo-list-ft {
	text-align: left;
}


/* Main Panel and it's ToolBar */
#main_panel {
	margin-top: 10px;
}

.legenda_main_panel_text .ytb-text {
	padding-left: 5px;
	font-weight: bold;
	color: #15428b;
}

.legenda-button .x-btn-left{ background:url(ext/resources/images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0; }
.legenda-button .x-btn-right{ background:url(ext/resources/images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px; }
.legenda-button .x-btn-center{ background:url(ext/resources/images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px; }
.legenda-button .x-btn-text {
	color: #15428b;
}

#help_dialog { display: none; }
#help_iframe {
	width: 800px;
	height: 600px;
	border: 0;
}

/* メッセージ */
.info_message {
	color: green;
}
.warning_message {
	color: yellow;
}
.error_message {
	color: red;
}


