@charset "Shift_JIS";

/*--------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.					Kenta Aga(admin)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"共通のスタイル指定(ヘッダー、フッター)"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

.area{
	zoom															: 1;
	text-align													: left;
}

/*------------------------------------------------
	HEADER
------------------------------------------------*/
#header{
	position														: relative;
	margin														: 0 auto;
	margin-bottom											: 14px;
	width															: 950px;
	height															: 93px;
	color															: #000;
	z-index														: 15;
	text-align													: left;
}

#header h1{
	position														: absolute;
	top																: 33px;
	left																: 0px;
}

#header p.activate{
	position														: absolute;
	top																: 11px;
	left																: 0px;
}

#header div.counter{
	position														: absolute;
	top																: 11px;
	left																: 316px;
}
#header div.counter img{
	float																: left;
	margin-right												: 1px;
}


/*------------------------------------------------
	FOOTER
------------------------------------------------*/
#footer{
	position														: relative;
	padding														: 12px 0;
	border-top													: 1px solid #27b0df;
	z-index														: 15;
}

#footer .area{
	margin														: 0 auto;
	width															: 950px;
}

#footer .copyright{
	text-align													: right;
}


/*------------------------------------------------
	clearfix
------------------------------------------------*/
.area:after{
	content								: ".";
	display								: block;
	clear									: both;
	height									: 0;
	visibility								: hidden;
}