/*　ログオン振分ページ用CSS　*/

div#riyou {
	background-image: url(riyou_bg.gif);
	background-repeat: repeat-x;
}

div#kanri {
	background-image: url(kanri_bg.gif);
	background-repeat: repeat-x;
}

th.head{
	background-image:url(bg.gif);
	text-align:left;
	vertical-align:bottom;
}

p.button{
/*margin:8px 0 8px 15px;*/
}

div.logon{
border-bottom: 1px dotted #A9A9A9;
margin-top:10px;
}

.hyou01{ 
	border: 1px solid #A9A9A9;
	border-collapse:collapse;
	empty-cells: show; 
}

.hyou02{
	padding:20 0 20 0;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	empty-cells: show; 
}

