@charset "Shift_JIS";

@import "style.css";

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*	clearfix nbN
PPPPPPPPPPPPPPPPPPPPPP*/
.clearfix:after,#footer:after,#botArea ul:after{
	content					: ".";
	display					: block;
	clear						: both;
	height						: 0;
	visibility					: hidden;
}
.clearfix,#footer,#botArea ul{
	display					: inline-block;
}
/*------------------------------------------------
	Cg
------------------------------------------------*/
body{
	background						: url(../img/bg.gif) repeat-x left top #FFD900;
}
#flash{
	width									: 1000px;
	margin								: 1px 0px 0px 0px;
	padding								: 0px 0px 0px 0px;
}
#botArea{
	position								: relative;
	width									: 1000px;
	height									: 140px;
	margin								: 0px 0px 0px 0px;
	padding								: 0px 0px 0px 0px;
}
#botArea dl{
	width									: 37em;
	position								: absolute;	
	top										: 20px;
	left										: 15px;
	font-size								: 12px;
}
#botArea dt{
	margin-bottom					: 5px;
}
#botArea .textStyle{
	color									: #FFD900;
	margin-right						: 10px;
}
#botArea dd{
	margin-bottom					: 5px;
}
#botArea ul{
	position								: absolute;	
	top										: 10px;
	right									: 10px;
}
#botArea ul li{
	float										: left;
	margin								: 0px 10px 0px 0px;
}
#botArea ul li.mbText{
	margin								: 9px 0px 0px 0px;
}
#botArea .topicsMore{
	display								: inline;
	position								: absolute;	
	top										: 20px;
	left										: 350px;
}

