@charset "utf-8";

body {
	background-color: #000000;
	background-image: url(bg.gif);
}

a:link {
	color: #FF9966;
}

a:visited {
	color: #CC6633;
}

a:active {
	color: #3366CC;
}

a:hover {
	color: #6699FF;
}

figure>blockquote.blockquote {
	background-color: transparent;
}

figure>figcaption.blockquote-footer {
	background-color: transparent;
	color: #fcfcfc;
}

div.column {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

strong {
	font-size: 1.5rem;
}