@charset "UTF-8";
/* CSS Document */

/*===========全体===========*/

#Wrap{
	width:750px;
	height:500px;
	margin:20px auto;
	background-image: url(../../about/img/about_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#PageTop{
	width:-9999px;
	text-align:center;
	margin:10px;	
}

#PageTop a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	border-bottom:1px solid #666666;

}

#PageTop a:hover{
	color:#ff6699;
	text-decoration:none;
	border-bottom:1px solid #666666;
}


/*--------------コピー--------------*/
#Copyrights address{
	font-style:normal;
	color:#999999;
	font-size:10px;
	text-align:center;
}

