<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#commonTable {
	background-color:#000000;
	font-size:10px;
	color:#ffffff;
	width:100%;
	padding:14px;
	text-align:center;
	border-collapse:collapse;
}


#commonTable td{
	border:#c0c0c0 solid 1px;
	width:50%;
	padding:10px;
}
/*
border�̏��ԏ�E�����̂����̏��ő�����ʁX�Ɏw��ł��܂��B
border-width:2px 0px 0px 1em;
*/


#commonTable a:link, #commonTable a:visited, #commonTable a:active {
	color: #ffffff;
	text-decoration: none;
}




/* ��ւ̊O�g�̊ۂ̃f�U�C�� */

#page-top {
	position: fixed;
	top: 350px;
	right: 20px;
	font-size: 120%;
	border: 1px solid #e8e8e8;
	border-radius: 50px;
}
#page-top a {
	background: none;
	text-decoration: none;
	width: 60px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	font-weight: 900;
}
#page-top a:hover {
	text-decoration: none;
	background: #e8e8e8;
}








</pre></body></html>