#title{
	position:absolute;
	left:0px;
	top:0px;
}

#button {
	position:absolute;
	left:60px;
	top:110px;
}

#list{
	position:fixed;
    top:-10px;
    left:10px;
    width: 210px;
    border-style:dotted;
    
}

#main {
	position:relative;
    top:-300px;
    left:270px;
    border-style:dotted;
}

body{ background-image:url("../image/omizu0.jpg"); }

hr{
	color:ffcc00;
}

.container {
position:relative;
width:100%;
padding:0px;
margin:0px;
}

.left {
float:left;
width:230px;
border-style:double;
margin:0px 0px 0px 10px;
}

.right {
width:720;
border-style:double;
margin:0px 10px 0px 250px;
}

