/* 外部ファイルの読み取り  */
/* 行うなら次の行の最初と最後のコメント記号を消して　ＵＲＬ指定 */
/* @import url(""); */

/* BODYタグ */
body{
	}

/* トップメニュー */
div.topmenu{
	text-align:center;}

/* メイン表示部全体　*/
div.main{
	text-align:left;
	border-left:solid 1px #888;
	padding-left:5px;
	margin-left:45px;
	margin-bottom:10px;}

/* 日付ごとの表示部 */
div.main2{
	border-left:solid 1px #888;
	border-bottom:solid 1px #888;
	padding-left:5px;
	width:80%;
	margin-bottom:10px;}

/* 日付の表示部 */
div.days{
	text-align:left;
	position: relative;
	left:1%;
	border-bottom:solid 1px #488;
	color:#000;
	font-size:24pt;
	font-weight:bold;
	font-family:'Times New Roman';
	width:99%;}

/* 日付についてる曜日の表示部 */
span.week{
	font-size:16pt;
	font-weight:bold;
	font-family:'Times New Roman';}

/* 日付ジャンプ（▲▼) */
div.jump{
	width:100%;
	text-align:right;}

/* 記事タイトル部 */
div.title{
	position: relative;
	left:10%;
	margin-top:25px;
	text-align:left;
	border-bottom:solid 1px #000;
	font-size:16pt;
	font-weight:bold;
	width:90%;}

/* タイトル直後の投函日時 */
div.time{
	text-align:right;
	width:100%;
	color:#444;
	padding-bottom:10px;}

/* 日記内容の部分 */
div.com{
	position: relative;
	left:15%;
	width:85%;
	text-align:left;}

/* トラバのリンクの部分 */
div.trackback{
	text-align:right;
	margin-top:20px;}

/* 掲示板部分全体 */
div.bbs{
	position: relative;
	left:20%;
	margin-top:20px;
	margin-bottom:20px;
	width:75%;
	border:solid 1px #00f;}

/* 掲示板ログ表示部全部 */
div.bbslog{
	text-align:left;
	width:95%;
	border-bottom:solid 1px #00f;}

/* 掲示板ログ：コメント部 */
div.bbscom{
	margin-left:20px;}

/* 掲示板ログの時刻表示 */
font.bbstime{
	color:#888;}

/* 文字入力フォーム（text,textarea)の指定 */
.text{
	background-color:#fff;
	color:#000;
	border:solid 1px #888;}

/* ボタン(reset,submit)の指定 */
input.button{
	background-color:#fff;
	color:#000;
	border:solid 1px #888;}

/* セレクト(<select>タグ)の指定 */
select{
	background-color:#fff;
	color:#000;}

/* 日の下のほうにある小さいメニュー */
div.smenu{
	text-align:right;
	width:80%;
	margin-bottom:25px;}

/* カレンダーのテーブル */
table.cal,th,td.nowrite_sel,td.write_sel{
	border:solid 1px #888;}

/* カレンダーの見出し */
th{
	background-color:#bbb;}

/* カレンダーの書き込みがあるセル */
td.write_sel{
	background-color:#ff8;
	cursor:crosshair;}

/* カレンダーの今日の日付 */
span.today{
	color:red;
	font-weight:bold;}

/* トラックバックのブロック（トラックバックデータ全て)　*/
div.tb_brock{
	margin-left:20px;
	border-left:solid 1px #888;
	border-bottom:solid 1px #888;
	width:60%;
	margin-bottom:20px;
	padding:4px;}

/* トラバのそれぞれのデータの見出し */
span.tb_str{
	color:#400;}