@charset "utf-8";
/* CSS Document */

body { 
		margin : 0;
		background-color: #FF9;
		color:#4E2B1D;
		font-size:12px;
		letter-spacing:0.2em;
		line-height:20px;
		background-image:url(img/img.gif);
}

#header {
		background-image:url(img/top.jpg);
		width: 650px;
		height: 150px;
		background-color:#F60;
}

#main {
		width: 650px;
		height: 500px;
		background-color: #fff;
}

#nakami {
		margin-top:20px;
		margin-left:25px;
		width: 600px;
		height: 500px;
		background-color: #fff;
}

#menu {
		width: 650px;
		height: 25px;
		background-color:#F93;
}
#menu a{
		text-decoration:none;
		color:#ffffff;
		margin-top:0px;

}

#menu a:hover{
		text-decoration:none;
		color:#FC9;
}


IMG {	
		float:right;
}

#footer {
		width: 650px;
		height: 300px;
		background-color:#F93;
}