@charset "utf-8";
/* CSS Document */

body {
	cursor: url("img/cursor.png"), auto;
	background-image: url("img/bg.png");
	font-family: "M PLUS Rounded 1c", sans-serif;
}

html {cursor: url("img/cursor.png"), auto;}

a {
	color: deeppink;
}

div.windowtop {
	border-radius: 16px 16px 0px 0px;
	border-style: solid;
	border-bottom-style: none;
	border-color: white;
	background: rgb(189,88,171);
    background: linear-gradient(90deg, rgba(255,193,251,1) 0%, rgba(170,158,255,1) 100%);
	box-shadow: 5px 5px #D888E6ee;
	height: 24px;
	max-height: 24px;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
}

div.windowcontent {
	margin: auto;
	text-align: center;
	background-color:#FFFFFF;
	min-height: 320px;
	height: auto;
	box-shadow: 5px 5px #D888E6ee;
	border-style: solid;
	border-radius: 0px 0px 4px 4px;
	border-color: white;
	padding-top: 20px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-bottom: 7px;
}

th, td, table {
	border-spacing: 0px;
	margin: auto;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.updateDateText {
	background: rgb(189,88,171);
	padding-left: 4px;
    background: linear-gradient(90deg, rgba(255,193,251,1) 0%, rgba(170,158,255,1) 100%);
	margin-bottom: 2px;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	border-radius: 6px;
	max-width: 84px;
}

ul {
	list-style-image: url("img/SubIconsNEW_year18px.png");
	text-justify: left;
	margin-left: -15px;
}