body{
	line-height	: 150%;
	font-size	: 11pt;
	margin-left	: 20px;
	margin-right	: 20px;
	margin-top	: 10px;
}
table{
	line-height	: 133%;
	font-size	: 11pt;
}
/****************************/
a:link{
	color		: #e00000;
	text-decoration : none;
}
a:visited{	/* 既に見た */
	color		: #0000c0;
	text-decoration : none;
}
a:active{	/* クリック時 */
	color		: #000000;
	text-decoration : none;
}
a:hover{	/* カーソルが上にある時 */
	color		: #e00000;
	background-color: #c0ffff;
	text-decoration : underline;
}
/****************************/
#nav2{
	width		: 726px;
	line-height	: 133%;
	font-size	: 12pt;
}
#nav2 a{
	background	: #d9ffff;
	border-top	: solid #ffffc0 2px;
	border-left	: solid #ffffc0 3px;
	border-bottom	: solid #00c0c0 2px;
	border-right	: solid #00c0c0 2px;
	color		: #000000;
	display		: block;
	font-size       : 80%;
	font-weight	: bold;
	padding		: 0px;
	padding-left	: 5px;
	text-decoration	: none;
	width		: 120px;
	float		: left;
}
#nav2 a:hover{
	color		: #ff0000;
}
/****************************/
#titleg{
	background	: #eeeeee;
	clear		: both;
}
/****************************/
#barg{
	background	: #eeeeee;
	padding		: 3px;
	clear		: both;
}
#boxspace{
	clear		: both;
}
