@charset "UTF-8";
@import url("../../css/user.css");


h2 {
	background-image: url("../images/senseiTitle.jpg");
}


/* ============================================================ kousyuu.html */
#senseiKousyuu h3 {
	background-image: url("../images/kousyuuTitle.jpg");
}

#senseiKousyuu th {
	white-space: nowrap;
}


#senseiKousyuu th,
#senseiKousyuu td {
	padding: 5px;
}

#senseiKousyuu td ul li {
	margin-left: 2em;
	font-size: 0.9em;
}

#senseiKousyuu dl {
	margin: 1em 1em;
}

#senseiKousyuu dt {
	margin-top: 1em;
	font-weight: bold;
}

#senseiKousyuu dd {
	margin-left: 2em;
}

#senseiKousyuu table#telDiv {
	width: 450px;
	margin: 1em auto;
}

#senseiKousyuu table#telDiv caption {
	text-align: left;
	margin-top: 1em;
/*	margin-bottom: -1em;*/
}

#senseiKousyuu table#telDiv th,
#senseiKousyuu table#telDiv td {
	padding: 5px 1em;
}






