/* history */
dl.history {
	margin-top: 10px;
}
dl.history dt {
	width: 3em;
	padding-left: 0.4em;
	float: left;
}
dl.history dd {
	margin-left: 3em;
	padding-left: 0.4em;
	border-bottom: dotted 1px #ccc;
	_text-indent: -0.4em;
}
dl.history dt,
dl.history dd {
	line-height: 1.9;
}
dl.history dt.hl,
dl.history dd.hl {
	background-color: #eee;
	line-height: 2em;
	font-weight: bold;
}
dl.history dd.hl {
	text-align: center;
	border-bottom-style: none;
}

/* Roppongi campus */
ul#campus {
	margin-bottom: 30px;
}
ul#campus li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-type: disc;
	list-style-position: outside;
}

/* academic calendar contents-table */
.contents-table {
	font-size: 85%;
	line-height: 150%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-collapse: collapse;
	margin-bottom: 15px;

}
.contents-table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 2px;


}
.contents-table th {
	background-color: #EEEEEE;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
}

/* contact */
dl#contact {
}
dl#contact dt {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 6px 0px 4px 2px;
	margin-top: 20px;
}
dl#contact dd {
	font-size: 85%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-left: 2px;
}

/* access */
div#prim div img {
	float: none;
}
ul#access {
	width: 400px;
}
ul#access li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-type: disc;
	list-style-position: outside;
}
/* organization */
p.organ {
	text-align: center;
}
div#organ h1 {
	background-image: url(../images/titleback.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding-left: 0.8em;
	height: 36px;
	line-height: 2em;
}
