/* st_header.css */
.header{
	width:1000px;
	height:219px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url("../img/img_head01-1000x219.png");
	background-position:left center;
	background-repeat:no-repeat;
	}

.nav{
	width:610px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:-1px;
	top:134px;
	position:relative;
	display:block;

	display: table;
	}

.nav_button{
	width:31%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	background-color:#c80e11;
	font-family:calibri;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	text-decoration: none;
	position:relative;
	top:0px;
	display: table-cell;
	vertical-align: middle;
	border: thin solid white;
	}