body{
margin: 0px;
font-size:12pt;
font-family:monospace;
font-weight:100;
color:#333333;
}
.title{
font-size:12pt;
font-family:monospace;
font-weight:900;
color:#555555;
}

#header{
display:block;
width:800px;
height:65px;
}
#headerIndex{
display:block;
width:800px;
height:300px;
}
#main{
display:block;
width:800px;
text-align: left;
}
#mainProfile{
display:block;
width:800px;
text-align: left;
/*background-color: #bde9ba;*/
/*background-image: url(./img/bg-anon-02.jpg);*/
/*background-attachment: fixed;*/
background-repeat: no-repeat;
background-position: right bottom;
}
#nav{
display:block;
width:800px;
/*position: fixed;*/
}
#footer{
display:block;
width:800px;
background-color: #ffff00;  /* 背景色の指定 */
}
#prophecy{
background-image: url(./img/bg-0003.png);
display:block;
width:600px;
/*background-color: #ffff77;   背景色の指定 */
/*background-color: #deb887;   背景色の指定 */
border-radius:5px; /* 角丸の指定 */
padding:10px;
text-align: left;
}
.anon{
text-align: right;
}

#me{
display:block;
width:550px;
text-align: left;
}

hr{
height:1px;
width:100%;
}
.W{
height:1px;
width:90%;
float:left;
}
