body{		/* 全体の背景色 */
	color           : #000000;
	line-height     : 130%;		/* 行間はフォントの130% */
	font-size       : 11pt;		/* 文字サイズ：小1 */
}
table{
	line-height     : 130%;
	font-size       : 11pt;
}
#haikei{
	background-color: #eeeeee;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #202020;
	width		: 775px;
	padding		: 10px;
	text-align	: left;
}
/** a-link Design **/
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;
}
/***** Navigation Bar *****/
#nav3{
	line-height     : 133%;
	font-size       : 11pt;
}
#nav3 a{
	background	: #fff090;
	border		: solid #808080 1px;
	color		: #000000;
	display		: block;
	font-size       : 80%;
	font-weight	: bold;
	padding		: 0px;
	padding-left	: 5px;
	text-decoration	: none;
	width		: 130px;
}
#nav3 a:hover{
	background	: #c0ffff;
	color		: #ff0000;
}
/***** Div Setting *****/
#div02l{
	float		: left;
	padding		: 10px;
}
#div02r{
	float		: right;
	padding		: 10px;
	border-left	: #808080 dotted 1px;
	width		: 595px;
}
#boxspace{
	clear		: both;
}
