@charset "utf-8";
* html .iepngfix {behavior: expression(IEPNGFIX.fix(this));}
/* Main Layout
-------------------------------------------------------------*/
body {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666;
}
#Wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* headerLOGO*/
#Header {
	position: relative;
	width: 950px;
	height:80px;;
	margin: 0 0 0 0;
	padding: 0px;
}
/* 菜单*/
#Menu {
	margin: 0 0px 0 0px;
	width: 950px;
	height:30px;
	position: relative;
}
#Container {
	width:951px;
	height:1190px;
	
}
#Primary {
	float: left;
	width: 500px;
	margin: 0;
	margin-left:2px;
	margin-top:2px;
}

#Secondary {
	float: left;
	width: 220px;
	margin-top:2px;
}
#Right {
	float: right;
	width: 170px;
	margin: 0;
	margin-top:2px;
}
#Footer {
	clear:both;
}

iframe { border: none; }
/* Header
-------------------------------------------------------------*/
/* 公司Logo */
#Header #HeaderLogo {
	position: absolute;
	top: 0px;
	left: 10px;
	overflow: hidden;
	margin: 0;
}
#Header #HeaderLogo a {
	display: block;
	height: auto;

}
/* Header Nav */
#Header #HeaderNav {
	position: absolute;
	top: 35px;
	right: 50px; /* LangSwitch時は390px*/
	line-height: 1;
	color: #fff;
	align:right;
	
}
#Header #HeaderNav a{
	color:#fff;
	
}