@charset "Shift_JIS";

body{
	color: #696969;
	text-align: center;
}

/*バックナンバー*/
#back_number{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*メニュー(navigation)*/
#nav{
	background-color: #ffcc00;
	width: 900px;
	border-radius: 10px;
	padding: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav ul{
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	display: inline;
	margin-right: 20px;
	font-size: 12pt;
	color: #fff;
}

#nav ul li a { 
/*	font-family: "Microsoft Sans Serif", sans-serif;*/
	text-decoration: none;
	font-size: 12pt;
	color: #fff;
}

#nav ul li a:hover{
/*	border-bottom: dotted 1px #fff*/;
	text-decoration:none;
	color: #fc9d9d;
}

table{
	margin-left: auto;
	margin-right: auto;
}
