@charset "utf-8";
/* CSS Document */


body { 
		margin : 0;
		background-color: #FFF;
		background-image:url(img/back.gif);
		background-color:#DBAF00;
		color:#000;
		font-size:14px;
		letter-spacing:0.2em;
		line-height:25px;
		}

#header {
		background-image:url(img/top.gif);
		width: 800px;
		height: 200px;
}

#header2 {
		background-color:#C0F;
		width: 800px;
		height: 20px;
}


#main {
		width: 800px;
		height: 680px;
}

#menu {
		width: 230px;
		height:245px;
		background-image:url(img/menu.gif);
		line-height:35px;
		float:left;
}

#menu a{
		text-decoration:none;
		color:#ffffff;
		margin-top:0px;
}

#menu a:hover{
		text-decoration:none;
		color:#C09;
		border-bottom:#FFF dotted 2px;
}

#naka{
		width:550px;
		height: 700px;
		float:left;
		background-color:#FFF;
}

#moji{
		padding-left:25px;
}

#footer {
		width: 800px;
		height: 75px;
		background-color:#C0F;
}