/* 悠久大辞典スタイルシート */

/* 全体 */
body{
	background-image:url("img/dictionary.png");
	background-color:#eef;
	color:black;
}

/* リンク */

a:link{
	color:#00F;
}

a:visited{
	color:#09F;
}

a:active{
	color:red;
}

a:hover{
	background-color:#ddf;
}

a img{
	background-color:#efe;
}

/* 見出し */

h1{
	font-size:250%;
	color:#93c;
	text-align:center;
}

h2{
	font-size:150%;
	color:#f90;
	text-align:center;
}

h3{
	font-size:100%;
	text-align:center;
}


caption{
	font-weight:bold;
}


table{
	margin-bottom:1em;
}

/* 大辞典の項目 */

th.w{
	background-color:#ffe;
	font-size:125%;
	color:blue;
}

th.n{
	background-color:#fef;
	color:green;
}

th.r{
	background-color:#fef;
	color:#33CC00;
}

th.g{
	background-color:#ffe;
	color:#333300;
}

td{
	background-color:#efe;
}

/* [PREV] [NEXT] */
div.move{
	text-align:center;
}


/* 強調 */
em{
	color:#f69;
}


/* 地名 */
.pd{
	color:hotpink;
}

/* 投稿者 */
div.c{
	text-align:right;
	margin-right:50pt;
	color:#69f;
}

/* サブタイトル */
span.small{
	font-weight:normal;
	font-size:80%;
}


/* 罫線 */
hr{
	width:80%;
	height:1px;
	color:#9c6;
	align:center;
}

/* リストマークなしのリスト */
.nolistmark{
	list-style-type:none;
	margin-top:1pt;
	margin-bottom:1pt;
	font-size:80%;
	line-height:1.2em;
}
/* 曲目リスト */
.songlist{
	font-size:80%;
	margin-top:1pt;
	margin-bottom:1pt;
	line-height:1.2em;
}


/* 区切りの☆★☆★☆ */
div.l{
	text-align:center;
	margin:.5em 0em;
	font-size:80%;
	color:#f90;
}


/* 項目追加の注意点 */
.notes{
	color:blue;
	font-size:80%;
}
.note{
	color:red;
}



/*
<div class="l">☆★☆★☆★☆★☆</div>
*/
