@charset "UTF-8";

/*========================================

	RAINBOW PLAZA otherCategory.css
	Since: 2009.2
	Editor: kiml

=========================================*/
/*========================================
	
		[1]:news
		[2]:table
		[3]:list
		[4]:index

=========================================*/



/* [1]:news
=========================================*/

#student #whatsnew_box{
	padding:10px;
	border:1px dotted #CC0000;
	background-color:#ffc;
	margin-bottom:20px;
}
#student #whatsnew_box ul{
	padding:0 30px 10px 30px;
}
#student #whatsnew_box ul li{
	border-bottom:1px dotted #666;
	padding:6px 0;
}


/* [2]:table
=========================================*/

#student table.layout{
	border:none;
}
#student table.layout td{
	border:none;
	padding:0;
}


/* [3]:list
=========================================*/
.con_box ul.disc_ml{
	list-style-position: outside;
	margin:0 0 0 2em;
}

.con_box ul.disc_ml li{
	list-style:disc;
	margin-bottom:0.3em;
}

/* [4]:index
=========================================*/
#studentsImage{
	background:url(../student/img/students_index_img.jpg) no-repeat;
	padding-left:300px;
}