body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}
.td1,.td2 {
/*	float:left;*/
}
.cl {
	clear:both;
}

.root_sep {
	font-size:10px;
	margin:-2px 8px 5px 5px;
	color:#abe;
}

#form_group .td1,
#form_group .td2,
#form_group .td3 {
	padding:2px;
}
#form_group .td1 {
	text-align:right;
}

/* TopPage ---------------------------------------------------------------------------- */
#head {
	width:100%;
	margin-top:10px;
}

#main_title {
	float:left;
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
	font-size:18px;
	margin:5px 0px 0px 10px;
	color:#7aa;
}



#login_table {
	width:400px;
	margin:10px auto 30px auto;
	padding:5px;
	border:1px solid #eee;
}
#login_table .fl {
	float:left;
	width:80px;
	background-color:#eff;
	padding:5px;
	margin-bottom:2px;
	border:1px solid #eee;
}
#login_table .fr {
	float:left;
	width:280px;
	padding:5px;
	margin-bottom:2px;
}
#login_table .fr input {
	width:200px;
}
#kanri_check {
	font-size:10px;
	color:#aaa;
}
#login_ttl {
	width:400px;
	margin:30px auto 0px auto;
}
#login_btn {
	text-align:center;
}


/* KANRI ---------------------------------------------------------------------------- */
#kanri_pg {
	width:800px;
	margin:0px auto 0px auto;
}
#kanri_pg .top_ttl {
	margin-top:20px;
}

/* Staff Table */
#kanri_pg #staff_tb {
	width:600px;
	margin:20px auto 0px auto;
	border:1px solid #eee;
	padding:4px;
}
#kanri_pg #staff_tb .td1 {
	float:left;
	width:100px;
	border:1px solid #eee;
	padding:4px;
}
#kanri_pg #staff_tb .td2 {
	float:left;
	width:475px;
	border:1px solid #eee;
	padding:4px;
}
#kanri_pg .td1 {
	width:150px;
	padding:5px;
	background-color:#dfe;
	border:1px solid #eee;
}
#kanri_pg .td2 {
	width:400px;
	padding:5px;
	margin-left:2px;
}
#kanri_pg .ss {
	width:40px;
}
#kanri_pg .sm {
	width:120px;
}
#kanri_pg .sl {
	width:200px;
}
#kanri_pg .cl {
	margin-top:5px;
}
#staff_fm {
	width:700px;
	margin:10px auto 0px auto;
}
#staff_fm .ttl {
	margin-right:10px;
	background-color:#fef;
	padding:4px;
}
#staff_list {
	width:700px;
	margin:10px auto 0px auto;
}
#staff_list_tb {
	border:1px solid #eee;
}
#staff_list_tb th {
	border:1px solid #eee;
	background-color:#eee;
}
#staff_list_tb .stf_list_td1,
#staff_list_tb .stf_list_td2,
#staff_list_tb .stf_list_td3,
#staff_list_tb .stf_list_td4,
#staff_list_tb .stf_list_td5
{
	border:1px solid #eee;
	padding:4px;
	height:20px;
}
#staff_list_tb .stf_list_td1 {
	width:200px;
}
#staff_list_tb .stf_list_td2 {
	width:100px;
	text-align:center;
}
#staff_list_tb .stf_list_td3 {
	width:150px;
}
#staff_list_tb .stf_list_td4 {
	width:150px;
}
#staff_list_tb .stf_list_td5 {
	width:40px;
}

/* Group Table */
#grp_list {
	width:600px;
	margin:20px auto 0px auto;
	border:0px solid #eee;
}
.grp_td1,
.grp_td2,
.grp_td3,
.grp_td4 {
	border:1px solid #eee;
	float:left;
	padding:4px;
	margin:5px 5px 0px 5px;
}

.grp_td1 {
	width:40px;
	text-align:center;
	background-color:#eff;
}
.grp_td2 {
	padding:4px;
	background-color:#eff;
}
.grp_td2 input {
	width:280px;
}
