@charset "utf-8";

/* base styles */

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	text-align: left;
	background-color: #000000;
	color: #ffffff;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 980px;
	background-color: #000000;
	margin: 0 auto;
}
#container-inner {
}


a {
	color: #ffffff;
	}
a:link {
	color: #ffffff;
	}
a:visited {
	color: #ffffff;
	}
a:hover, a:focus, a:active {
	color: #ffffff;
	}

/*hr*/
hr {
	display: none;
	}

/*非表示*/
.invisible{
	overflow: hidden;
	height: 0px;
	}

/*フロートクリア*/
div.clear {
	clear: both;
	}

div.clear1px {
	clear: both;
	height: 1px;
	}

/* clearfix hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* hide macie \*/
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* end hide */
/* end clearfix hack */

