@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for support index
	2.for course
	3.for support
	4.for scholarship

	
*/


/* 1.for support index ==============================================*/

div#link h3{
	margin-bottom:15px;
}

dl#linkLeft{
	float:left;
}

dl#linkRight{
	float:right;
}

dl.linkList{
	width:270px;
	margin-left:10px;
}
dl.linkList li{
	background-image: url(../../common/image/s_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-left: 12px;
}
dl.linkList dt{
	margin-bottom:5px;
}
dl.linkList dd{
	margin-bottom:30px;
}



