/*
body {
	background-color: #990000;
	background-image: url(img/background.jpg);
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9pt;
	color: #000000;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11pt;
	color: #000000;
}
a:link {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10pt;
	color: #333333;
}
a:visited {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10pt;
	color: #333333;
}
a:hover {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10pt;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10pt;
	color: #CCCCCC;
}
*/
.copyright {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9pt;
	color: #333333;
}
h2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10pt;
	font-weight: bold;
}
.profile {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 8pt;
	color: #333333;
}

/* COMMON */
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN",verdana,arial,sans-serif;
	background-color: #FFFFFF;
	color: #444444;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}

#header *,
#footer * {
	margin: 0px;
	padding: 0px;
}


a:link { 
	color: #1D3994;
	text-decoration: none;
}
a:visited { 
	color: #1D3994;
	text-decoration: none;
}
a:hover { 
	color: #1D3994;
	text-decoration: underline;
}
a:active { 
	color: #941D55;
	text-decoration: underline;
}
hr {
	display: none;
}

img {
	border: 0px;
}