@charset "utf-8";
/* CSS Document */

/* -----initialize----- */

* {
	margin:0;
	padding:0;
/*	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;*/
	font-family:"Frutiger";
	font-size:12px;
}


a {
color:#333333;
text-decoration: none;
}

a:hover {
color:#333333;
text-decoration:underline;
}

.clear {
clear:both;
}



div#wrapper {
  text-align:center;
  height: auto;
  width: 1000px;
}


.header {
  width: 976px;
  margin: 12px;
}

.header .logo {
  float: left;
}
.header .header_right {
  float: right;
  height: 40px;
  width: 800px;
}
.header .header_right .language {
  text-align: right;
  height: 16px;
}


.header .header_right .prdlogo {
  height: 24px;
  width: 280px;
  float: right;
}


.footer {
  width: 976px;
  margin: 12px;
}


.footer .footer_left {
  float: left;
}


.footer .copyright {
  color: #999999;
  float: right;
}


.wrapper .footer .footer_left li {
  float:left;
  list-style: none;
  margin-right: 10px;
  background: url(../img/dot2.gif) no-repeat left center;
  padding-left: 15px;
}
