body{
	padding: 0px;
	margin: 20px;
	font-family: verdana;
	font-size: 14px;
	color: black;
}

td{
	padding: 2px;
}

h1, h2{
	font-size: 25px;
	color: #254367;
}

h2{
	font-size: 16px;
}

.all{
	width: 626px;
	margin: auto;
}

.top{
	background-image: url(img/top.png);
	width: 626px;
	height: 156px;
	float: left;
}

.content{
	width: 622px;
	min-height: 240px;
	border: 2px solid #1b304c;
	border-top: 0px;
	border-bottom: 0px;
	float: left;
}

.text{
	margin: 20px;
	margin-left: 90px;
}

.bottom{
	background-image: url(img/bottom.png);
	width: 616px;
	height: 23px;
	float: left;
	color: #1b304c;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 10px;
}

.navi{
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -385px;
	width: 140px;
	z-index: 999;
	float: left;
}

.navi_top, .navi_bottom{
	background-image: url(img/navi_top.png);
	width: 140px;
	height: 24px;
	float: left;
}

.navi_links{
	background-color: #254367;
	padding: 10px;
	padding-left: 7px;
	padding-right: 7px;
	width: 122px;
	border: 2px solid #1b304c;
	border-top: 0px;
	border-bottom: 0px;
	float: left;
	font-size: 11px;
}

.navi_links a{
	font-weight: bold;
	color: white;
}

.navi_bottom{
	background-image: url(img/navi_bottom.png);
}

.lang{
	margin: 10px;
	float: right;
}

.lang img{
	border: 0px;
	margin: 0px;
	float: left;
}
