/* clearbox */

.clearbox {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: -1px;
	height: 1px;
}

/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* リンクカラー */

a:link { color: #993333; }
a:visited { color: #993333; }
a:hover { color: #993333; text-decoration:none; }
a:active { color: #993333; }


body,h1,h2,h3,h4,h5,h6,p,form,li,p,ul,li {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	list-style: url(none) none;
	text-indent: 0px;
}
body {
	background: #000000;
	font-size:75%;
	line-height:150%;
	text-align:center;
}


