@charset "utf8";


p.PRimage{
	float: left;
	padding-top: 10px;
	width: 240px;
	height: 160px;
}
div.PRmessage{
	height: 160px;
	margin-left: 30px;
	padding: 10px 0 20px 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
}
table{
	width: 100%;
	border-collapse: separate;
	margin-bottom: 50px;
}
table td{
	height: 80px;
	text-align: center;
}
table th{
	height: 20px;
	text-align: center;
}
div#leftContents{
	overflow: scroll;
	height: 45em;
	position: fixed;
}

div#mainContents h1{
	align: center;
	font-size: 30px;
	font-family: font-family: Arial, Helvetica, sans-serif;
	text-shadow:0px -1px 1px #777
}

th.G1{
	background-color: #bbbbff;
}
th.G2{
	background-color: #ffbbbb;
}
th.G3{
	background-color: #bbffbb;
}
th.G4{
	background-color: #ffff99;
}

p.genre{
	padding-bottom: 4px;
	border-bottom: 3px solid #000;
	border-left: 6px solid #000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}

p.event1{
	padding: 6px 0 6px 15px;
	background: #bbbbff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
p.event2{
	padding: 6px 0 6px 15px;
	background: #ffbbbb;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
p.event3{
	padding: 6px 0 6px 15px;
	background: #bbffbb;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
p.event4{
	padding: 6px 0 6px 15px;
	background: #ffff99;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

p.color1{
	float: left;
	background-color: #bbbbff;
	padding: 0 30px;
	margin-right: 20px;
}
p.color2{
	float: left;
	background-color: #ffbbbb;
	padding: 0 30px;
	margin-right: 20px;
}
p.color3{
	float: left;
	background-color: #bbffbb;
	padding: 0 30px;
	margin-right: 20px;
}
p.color4{
	float: left;
	background-color: #ffff99;
	padding: 0 30px;
	margin-right: 20px;
}