@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

#wrapper {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    width: 1200px;
    margin-bottom: -16px;
}

p {
	margin-top: -16px
}

img {
    vertical-align: top;
}

.contact {
	height: 363px;
    width: 1200px;
    background-image: url(../img/07.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.contact a.bt {
    position: absolute;
    top: 50px;
    left: 650px;
    background-image: url(../img/button_01_off.png);
    background-repeat: no-repeat;
    height: 87px;
    width: 360px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact a.bt:hover {
    background-image: url(../img/button_01_on.png);
}

.contact a.bt2 {
    position: absolute;
    top: 220px;
    left: 650px;
    background-image: url(../img/button_02_off.png);
    background-repeat: no-repeat;
    height: 87px;
    width: 360px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact a.bt2:hover {
    background-image: url(../img/button_02_on.png);
}