
#header #Globalnavi {
    float: right;
    text-align: right;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    max-width: 780px;
    width: 100%;
}

#Globalnavi img {
	margin: 0px;
	padding: 0px;
}

#Globalnavi form {
	margin: 0px;
	padding: 0px;
	float: right;
}

#Globalnavi ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#Globalnavi li#iceberg {
    padding-top: 1px;
	margin: 0 20px;
    background-color: #fff;
    border-radius: 16px;
}
#Globalnavi li#iceberg a {
	display: block;
    height: 23px;
    color: #fff;
    background-color: #e50065;
    padding: 0px 9px 0 6px;
    font-size: 14px;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    border-radius: 16px;
}
#Globalnavi li#iceberg a:hover {
	opacity: 0.7;
}
#header h1, #header p {
    margin-top: 25px;
    margin-bottom: 10px;
    float: left;
    display: block;
}

#Globalnavi li#access {
	float: left;
	margin: 0px;
	white-space: nowrap;
	display: list-item;
	background-image: url(../images/access.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 24px;
}

#Globalnavi li#sitemap {
	float: left;
	margin: 0px;
	white-space: nowrap;
	display: list-item;
	background-image: url(../images/site.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#Globalnavi li#home {
	float: left;
	white-space: nowrap;
	display: list-item;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#Globalnavi li#en {
	float: left;
	white-space: nowrap;
	display: list-item;
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}