@charset "utf-8";

/*==============================================*/
/*					CSSリセット					*/
/*==============================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,p,blockquote,th,td
{
	margin			: 0;
	padding			: 0;
}
table
{
	border-collapse	: collapse;
	border-spacing	: 0;
	font-size		: 100%;
	color			: #fff;
}
img
{
	border			: 0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style		: normal;
	font-weight		: normal;
}
ul li,ol li
{
	list-style		: none;
} 
h1,h2,h3,h4,h5,h6
{
	font-size		: 100%;
	font-weight		: normal;
}
input,textarea,select
{
	font-family		: inherit;
	font-size		: inherit;
	font-weight		: inherit;
}
input,textarea,select
{
	font-size		: 100%;
}
a img
{
	border			: none;
}
a:link
{
	color			: #88ffff;
	text-decoration	: none
}
a:visited
{
	color			: #88ffff;
	text-decoration : none
}
a:hover
{
	top				: 0px;
	left			: 0px;
	color			: #88ffff;
	position		: relative;
	text-decoration	: none
}
