@media screen {

#header {
	border-bottom: 5px solid #F3A552;
	text-align: center;
}
#header-in {
	position: relative;
	z-index: 1;
	width: 760px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
	background: url("../images/header.jpg") no-repeat right top;
}
#header p {
	margin: 0;
}
#logo {
	width: 250px;
	height: 95px;
	_overflow: hidden;
}
#logo img {
	color: #525A6C;
}
#global {
	position: absolute;
	z-index: 2;
	right: 150px;
	bottom: 0;
	_bottom: -1px;
	width: 360px;
	margin: 0;
}
#global ul {
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	_height: 1em;
	_overflow: visible;
}
#global li {
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	margin-left: 1px;
	border-bottom: 1px solid white;
	margin-top: 2px;
	padding: 0px 0px 0px 5px;
	background:  url("../images/tab-left-top.gif") no-repeat left top;
}
#global a {
	display: block;
	float: left;
	padding: 5px 8px 3px 3px;
	text-decoration: none;
	color: #333;
	background:  url("../images/tab-right-top.gif") no-repeat right top;
}
#global a:hover {
	text-decoration: underline;
	color: black;
}
#search {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	_bottom: -1px;
	width: 149px;
}
#search form {
	margin: 0;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid white;
	margin-top: 2px;
	background:  url("../images/tab-left-top.gif") no-repeat left top;
}
#search p {
	margin: 0;
	padding: 3px 8px 4px 3px;
	_padding: 3px 8px 3px 3px;
	text-align: center;
	color: #333;
	background:  url("../images/tab-right-top.gif") no-repeat right top;
}
#search input {
	vertical-align: middle;
}
#search-input {
	width: 110px;
	border: 1px solid #F3A552;
	margin: 0;
	background-color: white;
	text-align: center;
}
.a-01 #navi-01, .a-02 #navi-02, .a-05 #search form {
	border-bottom: 3px solid #F3A552;
	margin-top: 0px;
}

.a-01 #navi-01 a, .a-02 #navi-02 a, .a-05 #search form input {
        font-weight: bold;
}

}
