@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: 45px 450px 0px 50px;
	color: #000000;
	font-size: 16px;
	line-height: 25px;
}

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

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

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

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

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

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

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

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