@charset "shift_jis";
/* cold.css */

body{
	width:100%;
	margin:0px;
}

a:link {
	font:10px;
	color:#FFC;
	text-decoration: none;
}
a:visited {
	font-size:10px;
	color:#996;
	text-decoration: none;
}
a:hover {
	font:10px;
	color:#FFF;
	text-decoration: none;
}
a:active {
	font-size:10px;
	color:#000;
	text-decoration: none;
}
