@charset "Shift_JIS";

/*------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2
	Author.					Kenta Aga

	PROGRAM-ID		"トップページのみ"
------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/
body{
	background				: 	url(../img/top/bg.gif) #000 top center no-repeat;
}
#header{
	height							: 736px;
}
#flash{
	position						: absolute;
	left								: 0px;
	top								: 129px;
}
#mainMenu{
	position						: absolute;
	left								: 0px;
	bottom						: 172px;
}
/*	clearfix ハック
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.clearfix:after{
	content					: ".";
	display					: block;
	clear						: both;
	height						: 0;
	visibility					: hidden;
}
.clearfix{
	display					: inline-block;
}
/*------------------------------------------------
	メイン枠
------------------------------------------------*/
h2{
	clear						:both;
}

#main p{
	width						: 498px;
	margin					: 15px 0px 0px 0px;
	line-height				: 1.6em;
}
#main p img{
	margin					: 0px 0px 0px 5px;
	display						: block;
	float								: right;
}
#main p.pageMore{
	margin					: 0px 0px 15px 0px;
	width						:240px;
	text-align				:right;
}
