/* Copyright(C)  2001-2007  Youichi Yamaguchi  All right reserved.           */
/*                                                                           */
/*****************************************************************************/
/*                                                                           */
/*		¡¡¡		ƒXƒ^ƒCƒ‹ƒV[ƒg  ”zF  ÂŒn		¡¡¡                   */
/*                                                                           */
/*****************************************************************************/

/*****************************************************************************/
/* ¡Šî–{ƒNƒ‰ƒX  -Body                                                       */
/*****************************************************************************/

BODY{
	font-size			: 13;
	color				: #000060;
	background-color	: #DDEEFF;
	filter				: revealTrans();
	background-image	: url(images/logo.gif);
}
TH,TD{
	font-size			: 13;
}

/*****************************************************************************/
/* ¡ƒŠƒ“ƒN  -Link                                                           */
/*****************************************************************************/

A{
	text-decoration		: none;
}
A:hover{
	text-decoration		: underline;
}

/*****************************************************************************/
/* ¡ƒtƒB[ƒ‹ƒhƒZƒbƒgiGUI˜güj  -Fieldset                                  */
/*****************************************************************************/

fieldset{
	text-Align			: left;
	padding				: 10;
}

/*****************************************************************************/
/* ¡—Ìˆæ  -Div                                                              */
/*****************************************************************************/

.tbl{
	background-color	: #CC6600;
	border				: solid 1px silver;
	display				: none;
	padding				: 0;
	filter				: alpha(opacity=0);
	-moz-opacity		: 0;
}

.obi{
	text-align			: right;
	border-bottom		: solid 1px silver;
	padding				: 4;
	cursor				: move;
	background-image	: url(images/bar.png);
	background-repeat	: repeat-x;
	background-color	: #A0A0D0;
}

.win{
	padding				: 5;
	background-color	: #EEEEEE;
}

.close_btn{
	vertical-align		: middle;
}

#copyright{
	padding				: 5;
	text-align			: center;
}

#msg1{
	font-size			: 10;
	text-align			: right;
}


/*****************************************************************************/
/* ¡‚»‚Ì‘¼  -Ather                                                          */
/*****************************************************************************/

*.space{
	font-size : 10;
}
