#essay {		/* 基本 */
	margin: 20px auto;
	text-indent: 2ex;
}


/* 詩 essay0410 */
#poem {
	margin-left: 15%;		/* 左マージン */
	margin-right: 15%;		/* 右マージン */
	text-align: left;		/* 左寄せ */
	line-height: 240%;		/* 行の高さ */
}

/* 著者名、肩書き表示　*/
.writer {
	text-align: right;		/* 右寄せ */
	margin-bottom: 10px;	/* 下マージン */
	line-height: 180%;		/* 行の高さ */
}


.bold {
	font-weight: bolder;
}


/* 落語用 essay1001.html */
#rakugo-table {
	border-collapse: collapse;
	border-spacing: 10px;
}

TD.rakugo-person {			/* 登場人物 */
	white-space: nowrap;
	padding: 0px 4px 8px 0px;	/* 上 右 下 左 */
	text-align: right;
	vertical-align: top;
	border-right: 1px dotted;
}

TD.rakugo {					/* 台詞・汎用 */
	padding: 0px 0px 8px 4px;	/* 上 右 下 左 */
	text-align: left;
	line-height: 160%;		/* 行の高さ */
}


#menu-list-essay-now {			/* menu-list 今いるところ */
	background-image: url(images/arrow_h.gif);
}


/* バックナンバー一覧 設定 */
#backnumber-table {
	margin: auto auto 40px auto;
	text-align: center;
	empty-cells: show;
}

#backnumber-table th {
	border-width: 1px;
	border-style: solid none solid none;
	border-color: #333333;
	padding: 4px;
}

#backnumber-table td {
	border-width: 1px;
	border-style: none none solid none;
	border-color: #333333;
	padding: 4px;
}

#backnumber-table a {
	display:block;
}

.not_appear {		/* 休載 */
	text-align: center; 
	letter-spacing: 1em;
}

/* レシピ用styleseat essay0909.html */
.recipe-data li {				/* 材料 */
	list-style-type: disk;
	list-style-position: outside;
	margin-left: 4ex;
}


ol.recipe-process li {			/* 作り方 */
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 4ex;
}
