@charset 'UTF-8';

/* eFilm機能紹介 */
#functions {
	padding: 5px;
	border: solid 1px #274E74;
}
#image-view {
	width: 250px;
	float: left;
}
#image-proc {
	width: 250px;
	float: right;
}
#tool {
	width: 250px;
	float: left;
}
#other {
	width: 250px;
	float: right;
}
#functions h4 {
	margin: 0;
	text-decoration: underline;
	font-size: 100%;
}
#functions ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
