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

#content_box {	position: relative; width: 750px; height: 550px; background-color: #ffffff; }


#title_bar { position: relative; background-color: #d2cabf; height: 80px;  }
#content_box h1 { position: absolute; right: 4px; top: 40px; width: 172px; height: 25px; background: #d2cabf url(../images/sprite_01.jpg) no-repeat 0 -551px; text-indent: -3000px; overflow: hidden; }

#about_img { float: left; margin: 14px 8px 4px 14px; }

#content_box p {  margin: 12px 14px; color: #4a4136; font-size: 12px; line-height: 15px; background-color: #fff; color: #8e8475; }

#content_box p.first { margin-top: 28px; }

#scrollable { overflow: auto;  height: 525px; }
