@charset 'utf-8';


html {
	position: relative;
}

:focus {
	outline: 0;
}

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object,
header, nav, section, article, footer, figure, figcaption, aside {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', san-serif;
	font-size: 62.5%;
}


a {
	color: #ccc;
	font-size: 1em !important;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

