/* 全体の背景色 */
body {
background-color: #ddf2e2
}

/* 全体の背景画像 */
body {
background-attachment:fixed;
background-repeat : no-repeat;
background-position : 80% 100%;
}

body {
font-size: 120%;	/* 全体の文字大きさ */
color: #505050		/* 全体の文字色 */
}


body {
text-align: center;
}


#body {
width : 750px;		/* div id="body"の幅指定 */
text-align: left;	/* div id="body"の左寄せ */
margin: 0 auto;		/* 全体を中央にに必要っぽい */
}

/* 行間 */
p {
line-height: 240%
}

/* タイトルのマージン */
#title {
margin: 60px 0px 60px 80px;
}

/* nameテーブルのマージン */
div.name table {
margin: 0px 0px 40px 40px;
}
