/* 奈良女子大学史学会　スタイルシート */

body {
	text-align:center;
	background-color: #eceadf;
	margin-top: 0px;
}
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	padding: 20px;
	padding-top: 0px;
	background-color: #ffffff;
	}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #009933;
}
div.news {
	width: 400px;
	margin: auto;
}
.footer {
	font-size: small;
}
