/* CSS Document */

/*==============================	
header
==============================*/
header {
	border-bottom:1px #e5e5e5 solid;
}
/* hdrLogo */
header #hdrLogo {
	top:18px;
	font-size:22px;
	font-weight:bold;
}

/* hdrLink */
header #hdrLink {
	top:25px;
}


/*dataTbl*/
.dataTbl th {
	vertical-align:top;
}
.dataTbl td#yakuin div:first-child {
	width:45%;
	float:left;
}
.dataTbl td#yakuin div:last-child {
	width:45%;
	float:right;
}

/*=============================================================
 footer Layout
=============================================================*/
footer{
	height:70px;
}
/* ftr-txt
-------------------------------------------------------------*/
#ftr-txt{
	text-align:left;
}

/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright {
	position:absolute;
	top:25px;
	right:70px;
}
