@charset "utf-8";
#flashArea {
	text-align:center;
	margin-top: 10px;
}
#button { text-align: center; 
}
#button table {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-collapse: collapse;
}
#button td {
	width: 180px;
	border: 1px solid #CCC;
}#button .flag {
	height: 20px;
	width: 188px;
	text-align: left;
}
#button .update {
	line-height: 100%;
	font-size: 11px;
	color: #B00;
	padding-left: 20px;
}
#information {
	margin-top: 30px;
	background-repeat: repeat-y;
	line-height: 150%;
	margin-bottom: 10px;
	font-size: 90%;
}
#information li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-right: 100px;
	margin-left: 100px;
}
#information .new  {
	color: #C00;
	margin-right: 2ex;
}
#information .date  {
	float: left;
	width: 12ex;
	text-align: right;
}
#information .tour { margin-left: 15ex; }
#group_banner {
	text-align: center;
	padding-top: 5px;
}

