/* ヘッダー */
#header {

}

#header table {
	table-layout:		auto;
	margin-left:		auto;
	margin-right:		auto;
	border-collapse:	collapse;
	width:				100%;
}

#header th {
	text-align:			left;
	color:				#FFFFFF;
	background-color:	#0000FF;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	font-weight:		normal;
}

#logout1 {
	text-align:			center;
	color:				#FFFFFF;
	background-color:	#000080;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	width:				100px;
	height:				20px;
}

#logout1 a {
	text-decoration:	none;
	color:				#FFFFFF;
}

#userInfo {
	text-align:			right;
	color:				#FFFFFF;
	background-color:	#3366FF;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	font-size:			12px;
}

#breadcrumb {
	font-size:			12px;
}

#systemMsg {
	min-height:	20px;
}

.button1 {
	border:				none;
	height: 			24px;
	text-align:			center;
	color:				#FFFFFF;
	background-color:	#000080;
	width:				96px;
	height:				20px;
}
/* ヘッダー ここまで */
