/* 日記 */
body{
	width				: 100%;
	height				: 600px;
	/*
	background-position	: center;
	background-repeat	: no-repeat;
	background-image	: url('../img/base/base_diary.gif');
	background-position : 80px 0px;
	*/
	padding				: 0px;
	text-align			: center;
	margin				: 0px;
}

/* 日記の内容が表示される */
table#tblContent{
	width				: 280px;
	/*height				: 600px; */
	border-collapse		: collapse;
	border-color		: Gray;
	text-align			: left;
	/* background-color	: #ffffff; */
 	padding				: 10px; 
	/* 日記の文字と色 */
	font-size			: 10px;
	color				: #696969;
}

/* << < > >> 印 */
table.navigator
{
	width				: 320px;
	position			: absolute;
	/*background-color	: #eeeeee; */
	left				: 455px;
	top					: 760px;
}

/* スクロールバー指定 */
div#dvContent{
	height				: 510px;
	overflow			: auto;
	width				: 300px;
	/* NNはPosition指定が必要*/
	position			: absolute;
	left				: 465px;
	top					: 260px;
}

/* 今月＆最近の日記 */
Div.recently, Div.monthly
{
	padding-left		: 15px;
	height				: 290px;
	overflow			: auto;
}

/* ＜＜＞＞のスタイル */
.topic {
	color				: #696969;
	font-size			: 14px;
}

/* ＜＜＞＞の上のライン */
.line {
	color				: #696969;
}
/* 日記の件名＆日付 */
.diary_title
{
 	padding				:10px;
}

/* パスワード入力用のタイトル */
.pass_title
{
	color:#ffffff;
	background-color: #000000;
}

/* パスワード入力用のDiv*/
.area_input_pwd
{
	/* 表示位置は常に固定 */
	position			: absolute;
	left				: 330px;
	top					: 200px;
}

/* パスワード変更 */
div.entry {
	position			: absolute;
	left				: 300px;
	top					: 150px;
}

/* リンク関係 */
a:link {
	text-decoration		: none;
	color				: #696969;
}
a:visited {
	text-decoration:none; 
	color:#696969; 
}
a:active {
	text-decoration:none;
	color:#696969;
}
a:hover {
	text-decoration:none;
	color:#0F3DFF;
}

/* topicの文字 */
a.topic:link {text-decoration:none; color:#FF4500; font-size:14px;}
a.topic:visited {text-decoration:none; color:#FF4500; font-size:14px; }
a.topic:active {text-decoration:none; color:#FF4500; font-size:14px; }
a.topic:hover {text-decoration:none; color:#0F3DFF; font-size:14px; }

/* 背景色 */
.body_diary
{
	background-color	: #C5C5C5;
}