@charset "utf-8";

/* CSS Information =============================

File name: whatsnew.css
Editor: iK
Date: 2009/07/23
Outline: XV

==============================================*/


#main #archive {
	margin-bottom: 10px;
	font-size: 85%;
	text-align: right;
}
#main #archive li {
	display: inline;
}
#main .year {
}
#main dl.whatsnew-list {
	padding: 20px 20px 0;
	border-top: 1px dotted #CCCCCC;
}
#main dt {
	clear: left;
	float: left;
	width: 7em;
	padding: 0 0 0 6em;
}
#main dt.icon-info {
	background: url(../../img/icon_info.gif) no-repeat 0px 3px;
}
#main dt.icon-book {
	background: url(../../img/icon_book.gif) no-repeat 0px 3px;
}
#main dt.icon-recruitment {
	background: url(../../img/icon_recruitment.gif) no-repeat 0px 3px;
}
#main dt.icon-event {
	background: url(../../img/icon_event.gif) no-repeat 0px 3px;
}
#main dt.icon-seminar {
	background: url(../../img/icon_seminar.gif) no-repeat 0px 3px;
}
#main dl.whatsnew-list dd {
	margin: 0 0 5px 13em;
}

