﻿@charset "shift_jis";

#wrapper { margin-left:auto;
           margin-right:auto;
           width: 800px;
	   height:600px;
           border: solid 1px #000000;
}


#box1{
	width: 400px;
	height: 50px;

        position:fixed;
	top:0px;
	left:225px;
}
#box2{
	width: 350px;
	height: 150px;
	border: solid 1px #ff0000;
	background-color: #ffccff;

	

}
#box3{
	width: 300px;
	height: 50px;
	border: solid 1px #3300ff;
	background-color: #ccffff;
	position:fixed;
	top:50px;
	left:200px;
}
#box4{
	width: 300px;
	height: 250px;
	border: solid 1px #000000;
	background-color: #cccccc;

}
#box5{
	width: 200px;
	height: 70px;
	
	position:fixed;
	top:12px;
	left:10px;
}
.bun { 
	position:relative;
	top:10px;
	left:50px;
{


