@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :yourName (admin)
 style info :共通（ヘッダー）
=================================================================== */
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

body,
table,
a,
div,
#header,
#header h1,
#header p,
#header ul,
#header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header img {
	border: none;
}

#header {
	margin-bottom: 11px;
	padding-left: 24px;
}

#header #header_top {
	width: 571px;
	height: 36px;
	padding-left: 5px;
	background: url(../img/header_top_bg.gif) 0 0 no-repeat;
	overflow: hidden;
}

#header #header_bottom {
	clear: both;
	width: 571px;
/*	height: 52px;*/
	padding: 12px 0 0 5px;
	overflow: hidden;
}

#header #header_top #falco_logo {
	float: left;
	margin-top: 13px;
}

#header #header_top ul {
	float: right;
	width: 354px;
}

#header #header_top ul li {
	float: left;
	padding-top: 14px;
}

#header #header_top ul li#falco_group {
	padding: 8px 0 0 13px;
}

#header #header_bottom #company_name {
	padding-bottom: 7px;
}

#header #header_bottom p {
	margin: 0;
}
