@charset "utf-8";

@import url(base.css);


/* ==================== */
/*                      */
/*  Common              */
/*                      */
/* ==================== */

body {
	background-color: #434343;
	background-repeat: repeat-x;
	background-position: top;
}

.cl {
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

/* ==================== */
/*                      */
/*  To Fix Clear        */
/*                      */
/* ==================== */

.cfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* ==================== */
/*                      */
/*  etc.                */
/*                      */
/* ==================== */

