@charset "utf-8";
/* CSS Document */

body {
color: #511710;
background-color:white;
background-image:url("img/bg.png");
background-position:center;
background-repeat:repeat-y;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ　Ｐ明朝", serif;
}
a:link {color: #40060f;}
a:hover {color:#BE003B;}
a:visited {color: #40060f;}
#navbar {
background-image: linear-gradient(180deg, #ffccaa, #ffffee 25%, #ffccaa);
padding: 0px;
}
.nav-item {
background-image: linear-gradient(180deg, #ffccaa, #ffffee 25%, #ffccaa);
border-width: 1px;
border-color: #024;
padding: 0px 2px;
font-weight:bolder;
color: #024;
}

#pagetitle {
	background-color: black;
	height: 60px;
	color: white;
	font-size: 24pt;
	background-repeat: no-repeat;
	text-shadow: 3px 3px 4px black, -3px -3px 4px black;
}