
/*
==================================================================
Usersコントローラ共通CSS
==================================================================
*/


.userTab{
	width:100%;
	height:29px;
	background  : url("./image/user_tab_bg.gif") repeat;
	margin-bottom:10px;
}

.userTab a{
	display:block;
	width:140px;
	height:29px;
	float:left;
	margin-left:10px;
}

.userTab .user_a{
	background  : url("./image/user_tab_a.gif") no-repeat;
}
.userTab .user_b{
	background  : url("./image/user_tab_b.gif") no-repeat;
}

.userTab .cuser_a{
	background  : url("./image/cuser_tab_a.gif") no-repeat;
}
.userTab .cuser_b{
	background  : url("./image/cuser_tab_b.gif") no-repeat;
}


.user_list_table th{
	background:#CAE2F9;
}

.cuser_list_table th{
	background:#C1EAEA;
}