/***************  CSS setting for "  .........test........    " ***************/

@charset "Shift_JIS"; 
@media screen{

/********************  BODY  ********************/
BODY	{
	color		:	blue;
	background-color	:	#fff;
	background-image	:	url(http://www.geocities.jp/server-errors/not_found.html);
	background-repeat	:	no-repeat;
	background-attachment:	fixed;
	background-position:	top center;
}

/********************  LINK  ********************/
A:link	{
	color		:	green;
	background	:	transparent;
	font-size		:	70%;
}

A:visited	{
	color		:	blue;
}

A:active	{
	color		:	#fff;
	background	:	red;
	outline		:	1px dotted #fff;
}

A:hover	{
	color		:	#fff;
	background	:	transparent;
	font-size		:	85%;
	font-style	:	normal;
	font-weight	:	800;
	text-decoration	:	none;
}

A:link-forbidden{
	color		:	#fff;
	background	:	red;
	text-decoration	:	underline;
	outline		:	1px dotted #000;
}

/********************  FONT  ********************/
.big{
	color		:	#000;
	font-size		:	%;
	font-family	:	"‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN","Arial",fantasy;
	font-weight	:	bold;
	font-variant	:	normal;
	background	:	transparent;
	padding		:	0 0.5em;
	margin		:	1em 0 0 0;
	border		:	4px double #fff;
	border-bottom	:	none;
}

.small{
	color		:	#000;
	font-size		:	%;
	font-family	:	"‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN","Arial",fantasy;
	font-weight	:	normal;
	background	:	transparent;
	padding		:	0 0.5em;
	margin		:	1em 0 0 0;
	border		:	3px double #fff;
	border-bottom	:	none;
}

.medium{
	color		:	#000;
	font-size		:	%;
	font-family	:	"‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN","Arial",fantasy;
	font-weight	:	normal;
	font-variant	:	normal;
	background	:	transparent;
	padding		:	0 0.5em;
	margin		:	1em 0 0 0;
	border		:	4px double #fff;
	border-bottom	:	none;
}
/********************  TABLES  ********************/
table{
	margin		:	0em;
	border		:	5px #cfc dotted;
	width		:	100%;
}

td,th{
	background-color	:	#39f;
	border-style	:	normal;   /*none solid solid none;*/
	border-color	:	rgb("255,150,45");
	border-width	:	100%;
}





}/*end of @media*/
