/* 45822112EE_0400 */
/* --------------------- */
/* 45822011EE_01 */
/* --------------------- */



* {
	margin: 0;
	padding: 0;
	font-family: "Meiryo", "メイリオ", "MS UI Gothic", Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #e1f3ea;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

a:link {
	color: #029;
	text-decoration: none;
}
a:visited {
	color: #7a1f9f;
	text-decoration: none;
}
a:hover,
a:focus,
a:link:hover,
a:link:focus,
a:visited:hover,
a:visited:focus {
	color: #f00;
	text-decoration: underline;
}


#body {
	padding: 7px;
	min-width: 285px;
}

#container {
	/*padding: 12px;
	border: 1px solid #000;
	background: #f3f3f3;*/
}



fieldset {
	border: 0px none;
}
fieldset {
	white-space: nowrap;
}
#search #searchKey {
	padding: 4px 4px 1px;
	height: 18px;
	border: 1px solid #535353;
	line-height: 17px;
	color: #444;
	width: 195px;
}

#searchSubmit {
	display: none;
}
#searchBtn {
	margin: -2px 0 0 8px;
	display:inline-block;
	width: 67px;
	height: 26px;
	vertical-align: middle;
	cursor: pointer;
}
/* IE7 */
* html #searchBtn,
*:first-child+html #searchBtn {
	vertical-align: -4px;
}

fieldset.option {
	margin: 5px 0;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #fff;
}
fieldset.option span {
	display: block;
}
fieldset.option input {
	vertical-align: -2px;
}
fieldset.option label {
	margin: 0 2px;
}



#result {
	padding: 5px 10px;
	border: 1px solid #000;
	background: #fff;
	height: 475px;
	overflow-y: auto;
}

#result .item{
	margin: 0;
	padding: 5px 0
}

#result .hitkey {
	background: #ffdaad;
	color: #797e36;
	font-weight: bold;
}


#relatedWords {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#relatedWords .relatedKey {
	margin: 0 0 0 1em;
}



#navigation {
	padding: 5px 0 0;
	/*text-align: right;*/
}
#navigation:after {
	content: "";
	clear: both;
	display: table;
}
#navigation div {
	display: inline-block;
	vertical-align: middle;
}
#count {
	font-weight: bold;
	padding: 3px 0 0;
	float: left;
}
#navi {
	margin: 0 0 0 5px;
	float: right;
}
#navi span {
	margin: 0 1px;
	padding: 2px;
	background: #fff;
	width: 1.5em;
	height: 1.5em;
	border: 1px solid #555;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#navi span:hover,
#navi span:focus {
	background: #f8c27b;
}
#navi span.selected {
	background: #ddd;
	cursor: default;
}

#navi span.marg {
	background: transparent url(../img/icon_pagenation.png) no-repeat;
	width: 12px;
	border: 0px none;
}
#navi span.marg.first {
	background-position: -75px 0;
	width: 14px;
}
#navi span.marg.prev {
	background-position: -50px -25px;
}
#navi span.marg.next {
	background-position: -25px -50px;
}
#navi span.marg.last {
	background-position: 0px -75px;
	width: 14px;
}


#navi span.marg.disable {
	cursor: inherit;
	/*color: #aaa;*/
	opacity: 0.25;
}
#navi span.marg.hide {
	visibility: hidden;
}
#navi .lastP {
	display: none;
}






