@charset "UTF-8";

/*----- common -----*/
body {
	background: #100701 url(images/bg.jpg) repeat-x fixed top;
}

h3 {
	color: #CC3300;
}

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

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


/*----- disco -----*/
.box-border {
	display: inline;
	position: relative;
	float:left;
	clear:both;
	width: 627px;
	margin: 0px 10px 10px;
	padding: 10px;
	border: 1px solid #999999;
	background: #EEEEEE;
}

.box-border p {
	margin: 0px 0px 10px;
}
