@charset "UTF-8";




div.toptop{
  height : 100%;
  width : 50%;
  display : block;
  float : left;
}

div.toptop p a{
  color : white;
  text-decoration : none;
  font-size : 11px;
}

div.toptop p a:hover{
  color : maroon;
  text-decoration : underline;
}

div.toptop h1{
  margin-top : -15px;
}


div.top-tel{
  margin-top : 16px;
  background-image : url(../images/heder-tel.png);
  background-repeat : no-repeat;
  width : 390px;
  
  height : 60px;
  
  margin-left : 19%;
  margin-right : 0%;
}

div.topinfo{
	width: 330px;
	height : 33px;
	border-width: 2px;
	border-style: dashed;
	border-color : #bfa580;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
	background-color : #fbf9f9;
  margin-left : 25%;
  
  margin-top : 2px;
  font-size : 12px;
}img.pagetop:hover{
  opacity: 0.5 ;
}

div.topinfo ul{
  width : 330px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  background-image : url(../images/mainmenu_3K.png);
  background-position : 18px center;
  background-repeat : no-repeat;
  list-style-type : none;
  height : 28px;
  padding-top : 4px;
  text-align : center;
  margin-top : -2px;
}
div.topinfo ul li{
  width : 100px;
  padding-left : 0px;
  display : inline-block;
  }

div.topinfo ul li a{
  background-image : url(../images/mainmenu_3K.png);
  background-position : right center;
  text-align : center;
  background-repeat : no-repeat;
  display : block;
  padding-top : 6px;
  text-decoration : none;
  color : #3d2b28;
  
  padding-bottom : 5px;
  }

div.topinfo ul li a:hover{
  
  background-color : rgba(204, 204, 204, 0.25);
}





div.float50{
  width : 50%;
  display : inline;
  float : left;
  text-align : center;
}


div.float50 a{
  text-decoration : none;
} 
a:hover.clear img{
  text-decoration : none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

iframe{
  text-decoration : none;
border-width : 1px;border-style : solid;border-color : gray;
  width : 380px;
  height : 200px;
  margin-left : 10px;
}


