#main {
    position: relative;
    width: 1100px;
    padding: 20px 50px;
    background-color: #EFB9A6;
}

.main_top {
    position: relative;
    height: 460px;
}

#main p {
    line-height: 30px;
}

.index_img {
    position: absolute;
    right: 100px;
}

textarea {
    width: 400px;
}

button {
    width: 120px;
    height: 30px;
}