@charset "Shift_JIS";
/* 教員 style
---------------------------------------------------- */
/* インデント */
.indent_1em {
	text-indent: 1em;
}

.indent_1_5em {
	text-indent: 1.5em;
}

/* 画像 div.photo */
div.photo {
	position: relative;
	float: right; 
	margin: -45px 5px 4px 18px;
}

/* 画像の保護 */
span.guard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/spacer.gif);
}

