@charset "utf-8";

.master {
width:900px;
height:100%;
min-height: 400px;
background-image:url(pixlie/moonlight/img/bg.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;

}

.navi {
height:10px;
padding-top:220px;
margin-left: 10px;
margin-right: 10px;
width: 100%;
}

.content {
width: 100%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
}

.border_obj{
border: 1px solid #FF00FF;
width: 200px;
height:auto;
background-color:#333333;
color:#FFFFFF;
}

.border_obj2{
border: 1px solid #FF00FF;
height:auto;
background-color:#333333;
color:#FFFFFF;
padding:5px;
}



