@charset "utf-8";
@import "framework.css";
/* CSS Document */

/********** menu **********/

#index {
 background-image: url(../img/bg/index.png);
 width: 800px;
 height: 481px;
 background-repeat: no-repeat;
}

/********** link **********/

#link {
 margin-left: 50px;
 width: 150px;
 float: left;
}

/********** content **********/

#content {
 width: 800px;
 margin-left: 100px;
 background-image: url(../img/index/content.png);
 background-repeat: repeat-y;
}
