@charset "utf-8";
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.lifeline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottonline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boxline {
	border: 1px solid #CCCCCC;
}
.maintext {
	font-size: 12px;
	color: #333333;
}
.moviename {
	font-size: 12px;
	color: #0000FF;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.buttonStyle {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.faqtext {
	font-size: 12px;
	line-height: 19px;
}

