@charset "shift_jis";

@import url("base.css");

#coment {
 position: relative;
 width: 560px;
 height: 200px;
 margin: 30px 0;
 background-image: url(../img/syoukai.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
}

#coment p {
 position: absolute;
 top: 40px;
 left: 85px;
 font-size: 16px;
 line-height: 1.8em;
 width: 400px;
}

#info {
 position: relative;
 width: 560px;
 height: 200px;
 margin: 30px 0;
 background-image: url(../img/info.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
}

#info iframe {
 position: absolute;
 top: 45px;
 left: 85px;
}

