@charset "utf-8";
/* CSS Document */
* {
	margin : 0;
	padding: 0;
	font-size  : 100%;
	line-height: 1.3em;
	font-style : normal;
	text-decoration: none;
}
body {
	font:13px 
	"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	border-spacing:0;
}
img { border:0; }
a:link    { color: #0066FF; }
a:visited { color: #0066FF; }
a:hover   { color: #0066FF; text-decoration:underline; }
a:active  { color: #0066FF; } 