@charset "UTF-8";

#header {
	clear: both;
	float: left;
	height: 179px;
	width: 960px;
	position: relative;
	display: inline;
	text-align: center;
	margin: 0 0 32px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
	background-color: #FFF;
}
#header h1{
	position: absolute;
	left: 0px;
	top: 27px;
}
#tccp_logo{
	position: absolute;
	left: 901px;
	top: 27px;
}
#mot_logo{
	position: absolute;
	left: 901px;
	top: 113px;
}

/* globalnavi */
#globalnavi{
	position: absolute;
	left: 319px;
	top: 137px;
}

#globalnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li{
	float: left;
	margin: 0 10px;
	padding: 0;
	line-height: 1em;
}

#globalnavi a{
	text-decoration: none;
	display:block;
}