@charset "UTF-8";

/*----- common -----*/
body {
	background: #222222;
}

h3 {
	color: #CF3232;
}

a:link, a:visited, a:active {
	color: #CF3232;
	text-decoration: none;
}

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

.txt-copy {
	float: left;
	clear: both;
	width: 420px;
	margin: 0px 0px 2px;
}


/*-----  -
.bn p.newsletter {
	padding: 10px 0px;
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
----*/


