@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ JSAP css ] [ uni_department.css ]
	-----------------------------------------------------------------------------------------------
	making day: 2009-07-09
	---------------------------------------------------------------------------------------------*/


/* ================================================

	menu

=================================================*/

/* menu -------------*/
div#menuArea ul li.m2 a { background-image: url(../image/common/menu_2_f2.jpg);}


/* ================================================

	contents

=================================================*/

/* contents -------------*/
div#contentsArea div.col1,
div#contentsArea div.col2,
div#contentsArea div.col3,
div#contentsArea div.col4 {
	width: 260px;
	float: left;
}
div#contentsArea div.col1 {
	margin-right: 10px;
}
div#contentsArea div.col2 {
	margin-right: 10px;
}
div#contentsArea div.col3 {

}
div#contentsArea div.col4 {
	width: 800px;
	margin-top: 20px;
}
div#contentsArea ul {
	margin-bottom: 20px;
}
div#contentsArea ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
div#contentsArea ul li a {
	text-decoration: none;
	display: block;
	padding: 2px;
}
div#contentsArea ul li a:hover {
	color: #FF0000;
	background-color: #FFDDDD;
}

div#contentsArea table {
	margin-bottom: 20px;
}
div#contentsArea td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
}
div#contentsArea table a {
	text-decoration: none;
	display: block;
	padding: 2px;
}
div#contentsArea table a:hover {
	color: #FF0000;
	background-color: #FFDDDD;
}
