/*　全体　*/
body{
	margin:0;
	background:url(/~sato/bunko/bgw.gif);
	color:#000;
}

/*　タイトル　*/
h1{
	margin:0;
	padding:0.5em 1em;
	background:#333;
	color:#fff;
	font-size:40pt;
	font-family:"times new roman",serif,gothic;
}

/*　ページ切り替えボタン　*/
.pagechange{
	margin:0;
	top:0pt;
}
.pagechange td{
	padding:0.1em;
}

/*　現在のページ　*/
td.here{
	background:#333;
	border:1px #333 solid;
	color:#fff;
}
/*　その他のページ，HOME，「書く」ボタン　*/
td.pagelink,td.home,td.write{
	background:#8ce;
	border:1px #333 solid;
	color:#000;
}

/*　「書く」ボタン　*/
td.write{
	font-weight:bold;
	text-align:center;
	width:350pt;
}
/*　ボタンのリンク文字　*/
td.home a:link, td.home a:visited, td.home a:active{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
td.pagelink a:link, td.pagelink a:visited, td.pagelink a:active{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}


/*　掲示部分　*/
div.body{
}

/***　書き込みフォーム　***/

/*　記入欄　*/
form{
	margin:0;
}

.form{
	width:170pt;
	border:2px #333 groove;
	background:#fff;
	color:#000;
}

/*　「貼る」ボタン　*/
#submit{
	width:100%;
	border:thin #333 solid;
	background:#8ce;
	font-weight:bold;
}

/*　記入欄の見出し　*/
th{
	color:#000;
}
/*　欄　*/
td{
	border-bottom:1px #000 solid;
}
input, textarea{
	border-style:none;
	background:#fff;
	color:#000;
}

textarea{
	font-size:10pt;
}

/*　マークのサンプルリスト　*/
div#sample{
	top:50pt;
	left:50pt;
	padding:5px;
	border:solid #333 1px;
	background:#eee;
}

div#sample ul{
	list-style-type:none;
	margin:0;
}


/***　各記事　***/

/*　横書き　*/
.paper0{
	border:1px #000 solid;
	width:100pt;
	font-size:10pt;
}

/*　縦書き　*/
.paper1{
	border:1px #000 solid;
	height:100pt;
	max-width:100pt;
	writing-mode:tb-rl;
	font-size:10pt;
}

/*　記事の表示部分　*/
p{
	margin:0;
	padding:5pt;
}

/*　横書きメッセージ部分　*/
.paper0 p.message{
	border-bottom:1px #000 dotted;
}

/*　縦書きメッセージ部分　*/
.paper1 p.message{
	border-left:1px #000 dotted;
}

/*　名前表示部分　*/
p.information{
	font-size:8pt;
}

/*　マーク（最初はホワイトボードに貼る磁石という設定だった）　*/
img.magnet{
	float:left;
}

/*　記事内のリンク　*/
p.information a:link, p.information a:visited, p.information a:active{
	font-weight:bold;
	color:#f00;
	text-decoration:none;
}

/*　書き込みをした人の名前　*/
.name{
	font-weight:bold;
}

/*　新しい記事の時間表示　*/
strong.new{
	color:#f60;
}

/*　削除ボタンのX（エックス）の書式　*/
input.delete{
	margin:0;
	padding:0;
	border:none #333 1px;
	background:none;
	color:#333;
	font-weight:bold;
}

/*　著作権表示のリンク　*/
a.copyright{
	color:#f60;
	font-weight:bold;
	text-decoration:none;
}
