body {
	font-size: x-small;
	margin-right: 0;
	/*margin-top: 0;*/
	margin-bottom: 1em;
	line-height: 1.5em;
	/*background-color: #F8F8F8;*/
}

table{
	font-size	: x-small;
	line-height: 1.2em;
}

A:link {
 text-decoration:none; 
}
A:visited {
 text-decoration:none;
}
A:hover {
 color:#ff4500;
 position:relative;
 /*top:1;*/
 /*left:1;*/
}

/*マージン*/
#margintop{
 margin-top : 15;	/*タイトルのトップマージン*/
 
}

/*背景色*/
#color0{ background-color: #FFFFFF }
#color1{ background-color: #666666 }
#color2{ background-color: #000000 }
#color4{ background-color: #F3F3F3 }
#color5{ background-color: #EFF6E4 }
#color6{ background-color: #FF0000 }

