/*Design by DREW*/
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
body{
 margin:0;
 padding:0;
 outline:none;
font-family:Lucida Grande,Hiragino Kaku Gothic ProN,  Hiragino Kaku Gothic ProN W3,chicago,Meiryo,  sans-serif;
 font-size:10pt;
 line-height:1.8;
 text-align:center;
 background:#fcf8f6;
 color:#4e454a;
}

img{
 border:0;
}

br{
 letter-spacing:0;
}

p{
 margin:0 0 30px;
 padding:0;
}

#contents{
 width:620px;
 margin:0 auto;
 padding:50px 5%;
 text-align:left;
}

.header{
 margin-bottom:25px;
 padding:0 0 21px;
 background:url(../images/mainimg.png) -5px bottom repeat-x;
}

.menu{
 margin-bottom:25px;
}

.menu span,
.menu a{
 margin:0 10px 0 0;
}

.main{
 position:relative;
 overflow:hidden;

 zoom:1;
}

h1{
 font-size:13pt;
 margin:0 0 5px;
 color:#ea618e;
}

h2{
 font-size:10pt;
 font-weight:normal;
 margin:0 0 5px;
 color:#f19ca7;
}

a{
 color:#4e454a;
 border-bottom:2px dotted #e62f8b;
 text-decoration:none;
}

a:hover{
 color:#9d8e87;

}

.request{
 background:#ede4e1;
}

.about{
 text-align:center;
}

.banner{
 display:block;
 width:200px;
 height:40px;
 background:#fff url(../images/mainimg.png) center center no-repeat;
 font-size:0;
 text-indent:-9999px;
 margin:0 auto 5px;
 border:1px solid #f5b2b2;
}

.footer{
 font-size:7pt;
}