/**************リンク設定****************/

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

/**************トップスタイル*************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}

#next-bg {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	width: 540px;
	height: 462px;
}

.footer {
	color: #000000;
	font-size: 12px;
}

.non-display {
	display: none;
}

.text12-n {
	font-size: 12px;
	font-weight: normal;
}
