/* CSS Document XHTML移行までの仮設置*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 基本のフォント */
p,td	{
	font-size:small;
	color:#663300;
	line-height:1.3em;
	}

/* 基本リンク色 */
/* アウト：グリーン 　訪問済み：ライトグリーン*/
a:link {  color:#336633; text-decoration:underline;  }
a:visited {  color:#663300; text-decoration:underline;  }
a:active {  color:#339900; text-decoration:underline; }
a:hover {  color:336633; text-decoration:underline;  }