@charset "UTF-8";
/* CSS Document */
.home {
	width: 1440px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	background-color: #fff;
}
ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
ul li {
	display: table-cell;
	min-width: 50px;
}
ul li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
ul li a:hover {
	color: #E71B1F;
}
.room {
	width: 1440px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.room1 {
	display: block;
	background-image: url("images1/ireland.png");
	background-size: auto;
	background-repeat: repeat;
	width: 1440px;
	height: 900px;
	position: relative;
}
.box1 {
	display: block;
	background-image: url("images2/clearbox.png");
	width: 1220px;
	height: 750px;
	position: absolute;
	margin-top: 75px;
	margin-left: 110px;
}
.img1a {
	display: block;
	width: 400px;
	height: 300px;
	background-image: url("images2/maku1.jpg");
	background-size: 400px 300px;
	position: absolute;
	margin-top: 225px;
	margin-left: 55px;
}
.text1 {
	display: block;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-top: 175px;
	margin-left: 625px;
}
.img1b {
	display: block;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-top: 475px;
	margin-left: 625px;
	text-align: center;
	
}
.img1b a img {
	width: 100px;
	height: 70px;
}
.room2 {
	display: block;
	background-image: url("images1/india.png");
	background-size: auto;
	background-repeat: repeat;
	width: 1440px;
	height: 900px;
	position: relative;
}
.box2 {
	display: block;
	background-image: url("images2/clearbox.png");
	width: 1220px;
	height: 750px;
	position: absolute;
	margin-top: 75px;
	margin-left: 110px;
}
.img2a {
	display: block;
	width: 500px;
	height: 300px;
	background-image: url("images2/maku2.jpg");
	background-size: 500px 300px;
	position: absolute;
	margin-top: 225px;
	margin-left: 55px;
}
.text2 {
	display: block;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-top: 175px;
	margin-left: 625px;
}
.img2b {
	display: block;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-top: 475px;
	margin-left: 625px;
	text-align: center;
}
.img2b a img {
	width: 100px;
	height: 70px;
}