
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font: 100% "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}




#header {
	height: 53px;
	border-bottom: solid 1px #F00;
	position: relative;
}
#header h1 {
	font-size: 23px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 6px;
}
#header h1 img {
	vertical-align: text-bottom;
}
#header h1 .version {
	font-size: 10px;
	font-weight: normal;
	padding-left: 2px;
}

#header #langage-selector {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
}

#content {
	position: absolute;
	top: 54px;
	bottom: 21px;
	width: 100%;
	overflow: hidden;
}

#footer {
	position: absolute;
	left: 0;
	right: 0;
	height: 12px;
	padding: 4px 2px;
	border-top: solid 1px #333;
	bottom: 0;
	text-align: right;
	font: 6pt Verdana;
}
#footer ul {
	display: inline;
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 2;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: underline;
}

