/* ページは移動しました
----------------------------------------- */
#container {
	clear: both;
	margin: 0px auto;
	width: 500px;
	height: auto;
}

.redirect {
	background: url(../image/redirect_bg.gif) no-repeat center bottom;
	padding: 50px 30px 50px 30px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	
}

.title_redirect {
	background: url(../image/h3_redirect.gif) no-repeat; WIDTH: 500px; HEIGHT: 40px; margin: 0px;
}


A:link {
	COLOR: #cc0000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #cc0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff9900; TEXT-DECORATION: underline
}


/* end
----------------------------------------- */
