@charset "utf-8";
/* CSS Document */

.background1 {
	margin: 0px;
	padding: 5px;
	background-color:#CC3333;
	width: 100%;
	color:#FFFFFF;
}
.background1 a {
	color:#FFFFFF;
}
.background2 {
	margin: 0px;
	padding: 5px;
	background-color:#666666;
	width: 100%;
	color:#FFFFFF;
}
.background2 a {
	color:#FFFFFF;
}

.background3 {
	margin: 0px;
	padding: 5px;
	background-color:#009933;
	width: 100%;
	
	color:#000000;
	font-weight: bold;
}

.row-title {
	font-size: 14px;
	font-weight: bold;
	width:190px;
}
.row-date {
	font-size: 11px;
	width:170px;
	text-align: right;
}

.row-where {
	font-size: 11px;
	width:220px;
	text-align: right;
 }
.row-login {
	font-size: 11px;
	width:80px;
	text-align: center;
}

.row-people {
	font-size: 11px;
	width:30px;
	text-align: center;
}
