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

#information{
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
}
#information p{
	font-size: 16px;
	color: #F00;
}
#information a{
	text-decoration: none;
	color: #000;
}
#information a:hover{
	text-decoration: none;
	color: #00F;
}
#information img{
	width: 100px;
	height: 100px;
}
.new{
	margin-left: 20px;
	width: 600px;
	text-align: left;
}
.again{
	margin-left: 20px;
	width: 600px;
	text-align: left;
}
.info_img{
	margin-left: 200px;
	margin-bottom: 30px;
}

#flashContent{
	width: 100%;
	height: 100%;
}