body{
        text-align:center;
	font-size:13px;
	color:#000000;
	letter-spacing:1px;
	background-image : url(img/background.gif);
        
}
/* ヘッダー */
#header{
	color:#000000;
	margin:0px 0px;
	padding:0px;
        background:#ffffff;
	width:800px;
	height:25px;
	font-family:cursive;
	font-size:medium;
}

#mother{
	margin:0px;
	padding:0px;
	width:800px;
	background:#ffffff;
	text-align:center;
}

/* メニュー */
#menu{
	margin:5px;
	padding:5px;
	width:800px;
	font-size:18px;
}

#menu a{
	color:#0033ff;
	text-decoration:underline;
}

#menu a:hover{
	background:#3399ff;
}

/* フッター */
#footer{
	margin-top:10px;
	padding-top:10px;
	width:800px;
	border-top:1px solid #999999;
	text-align:right;
	color:#708090;
	background:#ffffff;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

