/* $Id: default.css,v 1.2 2003/10/06 21:21:10 mas Exp $ */
@charset "Shift_JIS";

/* ●汎用● */

/* 文章 */
body	{
	background-color:	#dfa;
	color:	#230;
}
p	{
	line-height:	140%;
	margin:	0em	1em	1.2em;
	padding:	0.2em;
}

/* 見出し */
h1,h2,h3,h4,h5,h6	{
	color:	#393;
	font-weight:	bolder;
	margin:	1.5em	0px	0px;
}
dt	{
	color:	#673;
	font-weight:	bold;
}

/* リンク */
a	{
	text-decoration:	underline;
}
a:link	{ color:	#387; }
a:visited	{ color:	#6a9; }
a:active	{ color:	#3c6; }
a img	{ border:none }


/* ●専門クラス● */

/* サイトナビゲーション */
.navbar	{
	background-color:	#eee;
	border:	thin	solid	#363;
	display:	block;
	font-size:	x-small;
	font-weight:	bold;
	margin: 0px;
	padding:	0.3em	0;
	text-align:	center;
}
.navbar li	{display:inline}
.navbar a	{ text-decoration:	none; }
.navbar a:link	{ color:	#696; }
.navbar a:visited	{ color:	#696; }
.navbar a:active	{ color:	#3c6; }
.navbar a:hover	{
	border:	thin	dotted	#69c;
	text-decoration:	underline;
}
address#author	{
	display:	inline;
	font-style:	italic;
	text-align:	right;
}


/* ページ題と説明。 */
#page_updatetime	{
	text-align:	right;
	font-size:	xx-small;
	margin:	0px;
	padding:	0px;
}
#page_title	{
	text-align:	center;
	background-color:	#eee;
	border:	thin	solid	#363;
	margin: 0px;
}
#page_title a	{ text-decoration:	none; }
#page_title a:link	{ color:	#393; }
#page_title a:visited	{ color:	#393; }
#page_title a:active	{ color:	#3c6; }
#page_title a:hover	{ text-decoration:	underline; }
#page_description	{
	margin-top:	1em;
	border:	thin	dotted	#696;
}

/* 更新履歴 */
#update_list	{}
.update_day	{}
.update_content	{}

/* コンテンツリスト */
#content_list	{}
.content_title	{}
.content_sublist	{
	font-size:	x-small;
}
.content_description	{}
.content_update	{}

/* カテゴリー。サイト・書籍紹介で使われる。 */
.category_title	{}
.category_description	{}
.category_content	{}

/* 書籍紹介 */
#book_list	{}
.book_title	{}
.book_detail	{}
.book_star	{}
.book_review	{}

/* サイト紹介 */
#site_list	{}
.site_title	{}
.site_star	{}
.site_review	{}
