/* A TAG */
a:link
{
	color: #00a99d;
}
a:visited
{
	color: #ec008c;
}
a:active
{
	color: #ec008c;
}

td.anelink
{
	/* あねせんのリンク先 */
	url("index.html");
}


/* P TAG */
p.headline
{
	margin: 0em 0em 0em 4em;
}


/* TABLE TAG */
table.headline
{
	margin: 0em 0em 0em 4em;
}


/* font */
.sssize
{
	font-size:6pt;
}

.ssize
{
	font-size:9pt;
}

.msize
{
	font-size:12pt;
}

.lsize
{
	font-size:15pt;
}

.llsize
{
	font-size:20pt;
}

.midasi
{
	font-size:15pt;
	font-weight:900;
}

/*日誌*/
.diary_title
{
	font-size:10pt;
	font-weight:900;
	color:#DE0202;
}

.diary_bun
{
	font-size:10pt;
	color:#9B6D37;
}
/*フォント*/
td.cfont_min
{
	font-family:ＭＳ Ｐ明朝,ＭＳ 明朝;
}

/*キャッチコピー*/
td.catch
{
	color:#ff0000;
	font-weight:bold;
}
