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

/* ---------- style ---------- */
#wrapper {
	text-align: center;
}
#contact_tab {
	overflow: hidden;
	width: 810px;
	margin: 0 auto 40px;
}
#contact_tab li{
	float:left;
	width: 243px;
	height: 50px;
	line-height: 50px;
	margin-right: 40px;
}
#contact_tab li a{
	color:#FFF;
	background-color:#999;
	display: block;
	width: 243px;
	height: 50px;
	line-height: 50px;
}
#contact_tab li#select a{
	color:#FFF;
	background-color:#000000;
}

/* ----------  ---------- */
#navbar {
  width: 100%;
  height: 45px;
  background-color:#444444;
  position: fixed;
  top: 0;
  left: 0;
}

/* ----------  ---------- */
#wrapper {
    width: 1080px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 80px 50px 20px;
    text-align: center;
}
#wrapper h1 {
    font-size: 2em;
    border-bottom: solid 2px #333333;
    margin-bottom: 30px;
    padding: 0 0 5px 5px;
    text-align: left;
}
#wrapper .btn {
    width: 200px;
    height: 45px;
    background-color: #444444;
    margin: 30px auto;
}
.btn p {
    line-height: 45px;
}
.btn p a {
    color: #ffffff;
    display: block;
    width: 200px;
    height: 45px;
}
.btn p a:hover {
    background-color: #303030;
    color: #e68787;
}
#footer ul {
	width: 90%;
	margin: 0 auto;
}
