@charset "utf-8";
#mainContents {
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
}
#safetyDriveMenu ul {
	list-style-type: none;
}
#safetyDriveMenu li {
	display: inline;
}
#safetyDriveMenu a {
	display: block;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
#safetyDriveMenu a:hover {
	border: 1px solid #FF0000;
}
#movieArea {
	clear: both;
	margin-top: 30px;
}
#movieArea p {
	padding-top: 10px;
}
#movieArea ul {
	list-style-type: none;
	margin-top: 10px;
}
#movieArea li {
	display: inline;
}
#movieArea li a {
	float: left;
	border: 1px solid #CCC;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}
#movieArea li a:hover {
	border: 1px solid #FF0000;
}
#download {
	clear: both;
	margin-top: 10px;
}
#download img {
	float: left;
	width: 88px;
	margin-top: 10px;
}
#download p {
	display: block;
	float: left;
	width: 800px;
	font-size: 0.9em;
	padding-left: 10px;
}

