* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFF;
	font-size: 12px;
	_font-size: x-small;
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', 'MS P Gothic', Geneva, Arial, Verdana, sans-serif;
	background:#000;
	text-align:center;
}

body div{
	text-align:left;
	margin: 0 auto;
}

img{
	border:0px;
}

table,tr,td,th{
	border:0;
	border-style:none;
}

ul{
	list-style-type:none;
}

header, article, footer, section, aside, time ,nav {
	display: block;
}

a,
a:link{
	color: #fff;
	text-decoration: underline;
}
a:visited,
a:link:visited{
	color: #999;
	text-decoration: underline;
}
a:hover,
a:link:hover,
a:visited:hover{
	color: #666;
	text-decoration: none;
}