@charset "UTF-8";

/*========================================  
トップ用
==========================================*/

/*背景（上下は位置固定、左右はセンター）*/
body {
	background-image:url(../img/back1.png);
	background-repeat:repeat-x;
}



#TopMainArea{
	height:433px;
	background:url(../img/mainBack.jpg) no-repeat;
	position:relative;
}

.mainCopy{
	position:absolute;
	top:55px;
}
.GroundniteLogoTop{
	position:absolute;
	top:24px;
	left:775px;
}
.mainTitle{
	position:absolute;
	top:333px;
	left:500px;
}


#information{
	float:left;
	width:651px;
	margin-right:35px;
	margin-bottom:20px;
	position:relative;
}

#link{
	float:left;
	width:211px;
}

.midashi{
	font-size:80%;
	color:#D1D1D1;
	border-bottom:#616161 solid 1px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.rireki{
	position:absolute;
	top:-5px;
	left:563px;
	font-size:80%;
	background:url(../img/sankaku.gif) no-repeat 0 5px;
	padding-left:10px;
}



/*Infoamation*/
.infolist{
	width:651px;
}
.infolist a{
	text-decoration:underline;
}
.infolist p{
	font-size:80%;
	line-height:1.5em;
}
.newsbox{
	clear:both;
}
.infoday{
	color:#FFE261;
	float:left;
	padding-right:10px;
	width:50px;
}
.infonews{
	width:560px;
	float:right;
}
.infoline{
	clear:both;
	background:url(../img/dotline.gif) no-repeat;
	height:15px;
}

