@charset "utf-8";

@import url("default.css");
@import url("common.css");

.header .header_top_left {
	float: left;
	width: 30px;
	height: 115px;
	background-image: url(../images/header_top_left.jpg);
}
.header .header_top_right {
	float: left;
	width: 30px;
	height: 115px;
	background-image: url(../images/header_top_right.jpg);
}
#lang {
	width: 430px;
	margin: 0 auto 0 auto;
	padding-bottom: 40px;
}
ul {
	width: 430px;
	margin: 40px auto 40px auto;
	float: left;
}
li#left {
	width: 190px;
	float: left;
	border: #6DADDD 3px double;
	padding-top: 25px;
	padding-bottom: 25px;
}
li#right {
	width: 190px;
	float: right;
	border: #6DADDD 3px double;
	padding-top: 25px;
	padding-bottom: 25px;
}
