/* 和英コーパス用 css 3 */

body {
	margin: 5px 15px 10px;
	border: solid 1px #5d91cd; }
#debug {
	display: none; }

a:link {
	color: #5d91cd; }

a:visited {
	color: #69a0dc; }

a:hover {
	color: #5dbccd; }

a:active {
	color: #70cd5d; }
.keyyourei {
	text-indent: -999px;
	display: none; }
.exmcv {
	margin-left: 1em;
	
	
	 }

.refg {
	margin-bottom: 15px;
	margin-left: 2em;
	display: block; }

h1 {
	font-size: 1.5em;
	font-family: sans-serif;
	margin-top: 0;
	padding-left: 0.5em;
	border-left: 10px solid #5d91cd;
	border-bottom: 1px solid #5d91cd; }

h4 {
	color: gray;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0 0.3em 5px 30px;
	 }

ul {
	margin: 1em 2em 40px 1em;
	padding: 0;
	list-style-type: none; }
ul li {
	margin-bottom: 0.7em; }

/* ナビゲーションエリア */
/* ページめくり */
div#linav {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px; }

#linav form {
	margin: 0;
	padding: 0; }

ul#pnav {
	margin: 0 0 0 30px;
	padding: 0; }


ul#pnav li {
	display: inline; }

ul#pnav li.pdisp {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
	height: 20px;
	float: left;
	list-style-type: none;
	display: block; }

ul#pnav li a {
	text-decoration: none;
	width: 35px;
	height: 20px;
	float: left;
	display: block; }

.pbtn1 a {
	background-image: url(../imgtop/pbtn1.gif);
	background-repeat: no-repeat;
	background-position: center; }

.pbtn1off a {
	background-image: url(../imgtop/pbtn1off.gif);
	background-repeat: no-repeat;
	background-position: center; }
.pbtn2 a {
	background-image: url(../imgtop/pbtn2.gif);
	background-repeat: no-repeat;
	background-position: center; }

.pbtn2off a {
	background-image: url(../imgtop/pbtn2off.gif);
	background-repeat: no-repeat;
	background-position: center; }

.pbtn3 a {
	background-image: url(../imgtop/pbtn3.gif);
	background-repeat: no-repeat;
	background-position: center; }

.pbtn3off a {
	background-image: url(../imgtop/pbtn3off.gif);
	background-repeat: no-repeat;
	background-position: center; }
	
.pbtn4 a {
	background-image: url(../imgtop/pbtn4.gif);
	background-repeat: no-repeat;
	background-position: center; }

.pbtn4off a {
	background-image: url(../imgtop/pbtn4off.gif);
	background-repeat: no-repeat;
	background-position: center; }

/* 実行ボタン */

.pdisp {
	font-size: 11px !important; }

ul#pdisp_sbmt {
	clear: both;
	margin: 10px 0 0 110px;
	padding: 0; }

ul#pdisp_sbmt li {
	list-style-type: none;
	display: block; }

ul#pdisp_sbmt li input {
	font-size: 12px;
	margin: 0;
	padding: 0; }

/* ヒット件数表示 */
ul#hit {
	text-align: left;
	clear: both;
	margin: 10px 0 10px 110px;
	padding: 0; }

ul#hit li {
	color: white;
	font-size: 12px;
	background-color: #872323;
	text-align: left;
	margin: 0 0 0;
	padding: 2px;
	border: solid 1px #666;
	list-style-type: none;
	display: inline; }

/* テキスト非表示処理 */
*html .alt {
	text-indent: -1000px; }
html>body .alt {
	position: relative;
	left: -1000px; }
