@import url("global.css");


/* ------------------------------
 Main-Area ( bx-slider )
------------------------------ */

.slidearea {
	height: 510px;
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #333;
}
.slide {
	width: 100%;
	height: 510px;
	z-index: 0;
}
.slide ul {
	margin: 0;
	padding: 0;
}
.slide ul li {
	text-align: center;
}
.slide ul li .lead {
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left: -350px;
}
.slidearea p.logo {
	width: 220px;
	height: 230px;
	position: absolute;
	z-index: 90;
	top: 170px;
	left: 50%;
	margin-left: -110px;
}

/* ------------------------------
 main
------------------------------ */

dl.topmain {
	text-align: center;
	color: #111;
	height: 345px;
	background: url(../img/mainbutton.gif) no-repeat right bottom;
	padding-top: 55px;
}
dl.topmain dt {
	font-size: 50px;
	letter-spacing: 10px;
	margin-bottom: 15px;
}
dl.topmain dd {
	font-size: 22px;
	line-height: 1.9;
}

/* ---------- main-button ---------- */

.mainbutton {
	margin-bottom: 50px;
}

/* ------------------------------
 Event
------------------------------ */

section h1 {
	font-size: 18px;
	margin-bottom: 30px;
}
section h1 span {
	font-size: 13px;
	color: #cc1e06;
	padding-left: 20px;
}
#event {
	width: 480px;
	float: left;
	margin-bottom: 70px;
}
#event a {
	display: block;
	width: 480px;
	color: #333;
}
#event a:hover {
	color: #cc1e06;
}
#event .image {
	float: left;
	width: 220px;
	height: 220px;
	margin-right: 20px;
	overflow: hidden;
}
#event .title {
	font-size: 16px;
	margin-bottom: 5px;
}
#event p.date {
	text-align: right;
	color: #cc1e06;
	margin-bottom: 10px;
}
#event p {
	font-size: 12px;
}

/* ------------------------------
 Topics
------------------------------ */

#topics {
	width: 450px;
	float: right;
	margin-bottom: 70px;
}
#topics ul {
	overflow: auto;
	width: 450px;
	height: 220px;
}
#topics ul li {
	width: 430px;
	margin-bottom: 10px;
	font-size: 12px;
}
#topics ul li span {
	display: block;
}
#topics ul li span.date {
	width: 80px;
	float: left;
}
#topics ul li span.text {
	margin-left: 80px;
}

/* ------------------------------
 Invest
------------------------------ */

#invest {
	width: 100%;
	border-top: #cc1e06 5px solid;
}
#invest h1 {
	margin-bottom: 40px;
	text-align: center;
}
#invest ul {
	width: 1000px;
	margin-left: -20px;
	/*padding-bottom: 35px;*/
	padding-bottom: 10px;
}
#invest ul li {
	width: 230px;
	height: 210px;
	float: left;
	margin: 0 0 20px 20px;
}
#invest ul li a {
	display: block;
	border: #ccc 1px solid;
	width: 228px;
	height: 208px;
	position: relative;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #333;
}
#invest ul li a:hover {
	color: #cc1e06;
	text-decoration: none;
}
#invest ul li a .image {
	width: 228px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 4px;
}
#invest ul li .address {
	font-size: 11px;
	width: 220px;
	padding: 0 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 0;
}
#invest ul li .price {
	font-size: 16px;
}
#invest ul li a .panel {
	width: 200px;
	height: 180px;
	padding: 20px 14px 8px 14px;
	background-color: #F0BBB4;
	background-color: rgba(217,86,68,0.7);
	position: absolute;
	left: 0;
	top: -30px;
	opacity: 0;
	text-align: center;
}
#invest ul li a .panel dt {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#invest ul li a .panel dd {
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
}

#invest p.more {
	margin-bottom: 50px;
}
#invest p.more a {
	display: block;
	background-color: #cc1e06;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 16px;
}
#invest p.more a:hover {
	border-radius: 6px;
	background-color: #F0BBB4;
	color: #cc1e06;
}


/* ------------------------------
 Buttons
------------------------------ */

.subbuttons {
	width: 100%;
	background: url(../img/footer_line.gif) repeat-x left top;
	padding: 85px 0;
}
.subbuttons p a {
	display: block;
}
.subbuttons p a:hover {
	border-radius: 5px;
	overflow: hidden;
}
.subbuttons .btn_hotel {
	width: 100%;
	margin-bottom: 20px;
}
.subbuttons .btn_hotel a img {
	width: 100%;
}
.subbuttons .btn_realestate {
	width: 480px;
	float: left;
}
.subbuttons .btn_fb {
	margin: 0 0 20px 500px;
}
.subbuttons .btn_fb a {
	padding: 20px;
	text-align: center;
	background-color: #3A5795;
}
.subbuttons .btn_contact {
	margin-left: 500px;
}
.subbuttons .btn_contact a {
	padding: 20px;
	text-align: center;
	background-color: #111;
}
.subbuttons .btn_contact a:hover {
	background-color: #cc1e06;
}

