@charset "utf-8";

/* --------------------------------------------------
	campus_guide
-------------------------------------------------- */

.calendar	{
	margin-bottom: 55px;
}

.calendar dl	{
	width: 560px;
	margin-bottom: 35px;
}

.calendar dt	{
	width: 560px;
	border-bottom: 1px solid #B2B2B2;
	padding: 0;
	margin-bottom: 8px;
}

.calendar dd	{
	width: 542px;
	padding-left: 22px;
	margin-left: 16px;
	line-height: 1.7;
}

.caIcon	{
	background:url(../about_tiu/media/campus_life_calendar.png) 0 2px no-repeat;
}




/* --------------------------------------------------
	campus_guide
-------------------------------------------------- */

.history {
	width: 560px;
	padding-top: 20px;
}

table.hisTbl,
table.hisTbl th,
table.hisTbl td {
	border: 0 solid #CCC;
}

table.hisTbl {
	margin-bottom: 55px;
	border-collapse: separate;
	border-width: 0 0 0 0;
	border-spacing: 0;
	width: 560px;
}
	

table.hisTbl th {
	text-align: left;
	background: #FFFFFF;
	font-weight: bold;
	color: #314782;
	border-width: 0 1px 0 0;
	vertical-align: top;
	padding: 6px 24px 16px 0;
}

table.hisTbl td {
	text-align: left;
	background: #FFFFFF;
	border-width: 0 0 0 0;
	vertical-align: top;
	padding: 6px 6px 16px 24px;
}



