body#listbody {
	margin: 15px 30px 40px 15px;
	border: solid 1px gray; }
h1 {
	font-size: 1.5em;
	font-family: sans-serif;
	margin-top: 0;
	padding-left: 0.5em;
	border-left: 10px solid #cda65d;
	border-bottom: 1px solid #cda65d; }

h4 {
	color: gray;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0 0.3em 5px 30px; }

div#list {
	margin: 20px 15px 30px;
	 }

div#list ul {
	margin-left: 20px; }

div#list ul li {
	clear: both;
	margin: 0;
	padding: 0;
	border: solid 1px white; /* 裏技：IE6でマージンが開いてしまうのを防ぐため */
	list-style-type: none;
	display: block; }

div#list ul li img {
	margin-right: 0.5em;
	/*
	display: none;
	*/ }

.sentence img {
	display: inline !important; }

/* .reg img {
	display: inline; } */

span.yourei {
	display: block; }
.exg {
	 }
span.youreikey {
	display: none; }
span.ex {
	font-size: large; }
span.trl {
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 2em;
	display: block; }
.youreiref {
	float: left;
	margin-top: 0.3em;
	margin-left: 1em;
	/*
	display: block;
	*/
	display: block; }
.youreiref a {
	background-image: url(../img/arwemp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px; }
	
/* ------------- */
a:link {
	color: #066; }

a:visited {
	color: #099; }

a:hover {
	color: #c90;
	text-decoration: none; }

a:active {
	color: #c33; }

/* ナビゲーションエリア */
/* ページめくり */
div#linav {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 20px;
	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; }
/* 2007.4.10 追加： 用例コーパスの処理に伴い */
.originalsentence {
	display: none;
	}
.wakatisentence {
	display: none;
	}
.genkeisentence {
	display: none;
	}
	
/* 音声リンク */
.snd a:link, .snd a:visited {
	font-size: 20px;
	line-height: 20px;
	background-image: url(../img/snd.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 44px;
	height: 20px; }
.snd a:hover, .snd a:active {
	background-image: url(../img/snd_h.gif);
	background-repeat: no-repeat; }
.snd .alt {
	text-decoration: none;
	visibility: hidden; }
