@charset "Shift_JIS";

/* 基本設定
----------------------------------------------- */
*{
	margin			:	0px;
	padding			:	0px;
}
body{
	font-family		:	"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size		:	10px;
	color			:	#FFF;
	line-height		:	1.5;
	background		:	#000;
}	

h1, h2, h3, h4, h5{
	font-size		:	10px;
}
li, dt, dd{
	list-style		:	outside;
	list-style-type	:	none;
}
a{
	color			:	#000;
	text-decoration	:	none;
}
a:hover{
	color			:	#000;
	text-decoration	:	underline;
}
img{
	border			:	0px;
	border-style:none
}
#logo{
	position		:	absolute;
	margin-top		:	0px;
	left			:	50%;
	margin-left		:	-450px;
	width			:	900px;
	height			:	36px;
	clear			:	both;
}
#contents{
	position		:	absolute;
	top				:	32px;
    left			:	50%;
	margin-left		:	-450px;
	width			:	900px;
	height			:	640px;
	clear			:	both;
}
#localLink{
	position		:	absolute;
	top				:	678px;
	margin-top		:	0px;
	left			:	50%;
	margin-left		:	-450px;
	width			:	900px;
	height			:	40px;
	clear			:	both;
}
#banner {
position		:	absolute;
	top				:	735px;
	margin-top		:	0px;
	left			:	50%;
	margin-left		:	-450px;
	width			:	900px;
	height			:	40px;
	clear			:	both;
}


#footerArea {
    position		:	absolute;
	top				:	784px;
	margin-top		:	0px;
	left			:	50%;
	margin-left		:	-450px;
	width			:	900px;
	background:#000;
    font-size		:	14px;
	color:#FFF;
	line-height:1.6;
}
	#footerArea ul {
		list-style-type:none;
		clear:both;
		overflow:hidden;
		text-align:center;
		padding-bottom:5px;
	}
	#footerArea li {
		display:inline;
		margin:0 2px;
	}
	#footerArea a {
		color:#FFF;
		text-decoration:underline;
	}
	#footerArea a:hover {
		color:#00ff00;
		text-decoration:none;
	}
	#footerArea p {
		border-top:solid 1px #8C8C8C;
		width:900px;
		font-size:10px;
		text-align:right;
		padding-top:1px;
	}
	#footerArea p a {
		color:#00BD00;
	}