@namespace s 'urn:x-suika-fam-cx:markup:slide:1';
@namespace h1 'http://www.w3.org/1999/xhtml';
@namespace h 'http://www.w3.org/2002/06/xhtml2';

s|slide {
	display: block;
	display: -moz-box;
	min-width: 15em; max-width: 31em;
	margin: 0.5em;
	font-size: 8px;
}

s|slideBody {
	display: block;
	min-height: 10em; height: 10em; max-height: 10em;
	min-width: 15em; width: 15em; max-width: 15em;
	margin: 0;
	border: groove 2px gray;
	padding: 4px;
	overflow: hidden;
}

s|notes {
	display: block;
	min-height: 10em;
	min-width: 15em; width: 15em; max-width: 15em;
	margin: 0.5em;
	padding: 4px;
	overflow: auto;
}

s|note {
	display: block;
}
