@charset "utf-8"; 

/*----------------------------------------------------
  page setting
----------------------------------------------------*/
* {
	color: #EAEAEA;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #000;
	font-size:62.5%;
}
a,
a:link,
a:visited {
	color: #A1C73C;
	text-decoration: none;
}
a:hover,
a:active {
	color: #D5EB9B;
}
.clr {
	clear: both;
	visibility: hidden;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}