
/****

	Cascading Style Sheet - for Yumel System.
	Copyright (C) 2001 Keys. All rights reserved.

	Version 1.00. (Apr 20, 2001.)


	.yumel-article
	日記の文章の部分

	.yumel-large
	.yumel-x-large
	.yumel-xx-large
	.yumel-xxx-large
	日記本文中、文字サイズ強調で強調された部分

	.yumel-date
	日記の日付表示の部分

	.yumel-headline
	一日の日記の、それぞれのタイトルの部分

	.yumel-gohead
	「▲ページ先頭へ」の部分

	.yumel-marker
	補足説明を表示させる部分

	.yumel-anchor
	一日の日記のそれぞれのタイトルの部分にあるリンクと、
	「▲ページ先頭へ」の部分と、
	月別日記 html の「サブジェクト一覧」の部分のリンク
	（色とウエイト、スタイルだけの設定にした方が無難。
	　ここでサイズを指定するのはお薦めしない）

	.yumel-title-list
	月別日記 html の「サブジェクト一覧」の部分

	.yumel-file-list
	月別日記 html、index.html 共通の「過去の日記一覧」の部分

	.yumel-file-list-subject
	「過去の日記一覧」の部分の「過去の日記一覧」という文字部分

	.yumel-file-list-year
	「過去の日記一覧」の部分の「xxxx年」という文字部分

	#yumelsupplement
	補足説明ボックスの設定

	.yumel-finder
	.yumel-finder-anchor
	.yumel-finder-markup
	検索システム「レナス」関連

****/


.yumel-article {
	font-family : "Osaka", "MS UI Gothic";
	font-size : 11pt;
	line-height : 120%;
	padding-left : 40px;
	padding-right : 40px;
}


.yumel-large {
	font-size : 16pt;
	line-height : 120%;
}

.yumel-x-large {
	font-size : 20pt;
	line-height : 120%;
}

.yumel-xx-large {
	font-size : 28pt;
	line-height : 120%;
}

.yumel-xxx-large {
	font-size : 36pt;
	line-height : 120%;
}


.yumel-date {
	font-size : 18pt;
	color : black;
	background-color : silver;
	padding-left : 8px;
	border-left-width : 6px;
	border-left-style : solid;
	border-left-color : black;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : black;
}


.yumel-headline {
	color : black;
	background-color : #e8e8e8;
	font-size : 12pt;
	font-weight : bold;
}


.yumel-gohead {
	font-size : 9pt;
	text-align : right;
}


.yumel-marker {
	font-weight : bold;
}


.yumel-anchor {
	color : blue;
	background-color : transparent;
}


.yumel-title-list {
	font-size : 9pt;
	line-height : 120%;
}


.yumel-file-list {
	font-size : 9pt;
	color : silver;
	background-color : transparent;
	line-height : 120%;
}


.yumel-file-list-subject {
	color : black;
	background-color : transparent;
}


.yumel-file-list-year {
	color : black;
	background-color : silver;
}


#yumelsupplement {
	color : white;
	background-color : black;
	padding-top : 8px;
	padding-left : 8px;
	padding-right : 8px;
	padding-bottom : 8px;
	border-width : 2px;
	border-style : solid;
	border-color : gray;
	top : 1px;
	left : 1px;
	width : 1px;
	position : absolute;
	filter : alpha( opacity = 85 );
	z-index : 1;
	visibility : hidden;
}



/*** FOR RENAS SYSTEM ***/

.yumel-finder-markup {
	color : red;
	font-weight : bold;
}


