@charset "utf-8";

/**************************
property reset,tool
**************************/

*{
	margin:0;
	padding:0;
}

ul, li {
	list-style-type: none;
}

img {
	border:0;
}

form {
	display: inline;
}

br.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

p.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.skipmenu {
	position:absolute;
	right:0pt;
	top:-10em;
}

a {
	overflow:hidden;
}

a:link {
    color: #ff0000;
   	text-decoration:underline;
}

a:visited {
    color: #999999;
   text-decoration: none;
}
a:hover {
    color: #CC0000;
   text-decoration: none;
}
a:active {
    color: #CC0000;
   text-decoration: none;
}