@charset "UTF-8";
/* CSS Document */

body {
    background-color: #b8b7b7;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.main {
	background: url("main.jpg") no-repeat left top;
	padding: 50px 440px 0px 50px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
}

.title {
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	color: #ffde00;
	padding-bottom: 10px;
}

.intro {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
}

.subTitle {
	font-weight: bold;
	color: #dcd6a5;
}

.data {
	font-size: 13px;
	line-height: 18px;
	color: #bebebe;
	padding-bottom: 20px;
}

.data a {
	color: #bebebe;
	text-decoration: underline;
}

.btnEnter {
	background: #2975a4;
	padding: 4px 10px;
	font-size: 18px;
	font-weight: bold;
}

.btnEnter a {
	text-decoration: none;
	color: #FFFFFF;
}

.btnEnter:hover {
	background-color: #002636;
}