@CHARSET "UTF-8";

/*
	†解像度対応

	@1920x1080

		width:1914
		height:965

		#contents

			height:872

 ** UPDATED		by theNET		on 2016.11.16			SIGN=A
 **				【raphaelのフォントサイズを有効にする		】
 **
*/


/* * {			 *----- <SIGN=A> Del -----*/
*:not(tspan) {		/*----- <SIGN=A> Add -----*/
	font-family: "メイリオ";
	font-size: 10pt;
}

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E5DFEC;
	text-align: center;
	overflow: auto;
	width: 1914px;
	height: 965px;
}

#wrap {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1914px;
	height: 965px;
	overflow: hidden;
}

#header {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1914px;
	height: 54px;
	position: absolute;
	top: 0px;
}

#contents {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1914px;
	height: 884px;
	background-color: white;
	position: absolute;
	top: 54px;
}

#footer {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1914px;
	height: 27px;
	position: absolute;
	top: 938px;
	overflow: hidden;
}

#title {
	margin: 0;
	padding: 0;
	border: 0;
	height: 27px;
}

#header-menu {
	margin: 0;
	padding: 0;
	border: 0;
	height: 27px;
}

#footer-menu {
	margin: 0;
	padding: 0;
	border: 0;
	height: 27px;
}

td.number {
	text-align: right;
}

td.string {
	text-align: left;
}
