@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}

#header {
	float: none;
	clear: both;
	width: 1000px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_fixed {
	float: none;
	clear: both;
	width: 100%;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ff5000;
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed;
	top: 0px;
	z-index: 1;
}
#header_position {
	float: none;
	clear: both;
	width: 100%;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ff5000;
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed;
	top: 0px;
	z-index: 10;
}
.title_logo {
	margin-top: 30px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	height: auto;
	width: 400px;
	z-index: 50;
}
.title_logo img {
	width: 400px;
}