/* 本体 */
BODY
{
	COLOR: #464646;
	BACKGROUND: #D0FCFF;
}

/* まだ見てないとこ */
A:link
{
	text-decoration: none;
	color: #2400FF;
}

/* すでに見たとこ */
A:visited
{
	text-decoration: none;
	color: #2400FF;
}

/*クリックしたとき*/
A:active
{
	text-decoration: underline;
	color: #2400FF;
}

/*カーソルが乗ったとき*/
A:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #2400FF;
}

/* TD_TITLE */
.TD_TITLE
{
	text-align: center;
	font-weight: bold;
	font-size: 30pt;
	color: #FF00B9;
	background: #0E7EFF;
}

/* TD_SAVER */
.TD_SAVER
{
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	color: #FBFFA5;
	background: #1A9D1E;
}

/* TD1 */
.TD1
{
	text-align: center;
	font-weight: bold;
	color: deeppink;
	background: #AFFCEB;
}

/* TD2 */
.TD2
{
	background: #E9F1FF;
	padding-top: 4;
	padding-bottom: 4;
	padding-left: 7;
	padding-right: 7;
}

/* TD_DIARY */
.TD_DIARY
{
	background: #F0FFF0;
	text-align: center;
	padding-top: 10;
	padding-bottom: 10;
	padding-left: 10;
	padding-right: 10;
}

