@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
	font-family: 'Open Sans', sans-sarif;
	font-size: 16px;
	background-color:#e9e9e9;
	margin: 0 0 auto 0;
}

a {text-decoration:none;}
a.white{color:#fff;}
a.black{color:#000;}

.photo {
	margin-right:10px;
}

.borderwidth {
	width:1000px; 
	margin-left: auto; 
	margin-right: auto;
	background-color:#fff;
}

.menuimage {
	width:1000px; 
	height:125px;
	background-image:url('../images/top.png');
}

.menuimage h1 {
	color:#002263;
	line-height: 40px;
}

.menuwidth {
    width: 1000px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    background-color: #002263;
    color: #fff;
}
div[Attributes Style] {
    text-align: -webkit-center;
}
user agent stylesheet
div {
    display: block;
}
body {
    font-family: 'Open Sans', sans-sarif;
    font-size: 16px;
    background-color: #e9e9e9;
    margin: 0 0 auto 0;
}

}

.header {
	width:1000px; 
	height:155px;
	background-image:url('../images/header.png');
	font-size:40px;
	font-weight:bold;
	text-shadow:1px 1px #e9e9e9;
}

h1 {
	
	font-size: 26px;
	line-height: 36px;
}

h2 {
		font-size: 20px;
	line-height: 20px;
}

h3 {
		font-size: 14px;
	line-height: 14px;
}

h4 {
		font-size: 11px;
	line-height: 13px;
}

.textleft {
	width: 832px;
    text-align: left;
    padding: 30px 0;
}
.textleft p{
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
}
.textbox {
    background-color: #00adee;
    color: #fff;
    padding: 4px;
}

.left_spacing {padding-left:25px;}

#en-box a{
    background-color: #004a93;
    padding: 3px;
    color: white;
    font-weight: 600;
}
#it-box a{
    background-color: #da2bff;
    padding: 3px;
    color: white;
    font-weight: 600; 
}
#pt-box a{
    background-color: #00b300;
    padding: 3px;
    color: white;
    font-weight: 600; 
}
.btn-img img{
    width: 180px;
    box-shadow: 6px 6px 1px #0096ff;
    -moz-box-shadow: 6px 6px 1px #0096ff;
    -webkit-box-shadow:  6px 6px 1px #0096ff;
    -khtml-box-shadow:  6px 6px 1px #0096ff;
    border-top-right-radius: 76px;
    border-bottom-left-radius: 76px;
}
.logo img {
    max-width: 285px;
    padding: 30px;
}
.header-logo img{
    padding: 0 84px;
}
.header img{
  max-width: 100%;
  height: auto;
}
.btn-img img:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.header-logo{ 
    display:flex;
    align-items: center;
}