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

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

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

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

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

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

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

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

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