@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka', 'sans-serif';
	color:#626262;
	word-wrap: break-word;
	font-weight: normal;
	background-color: #ffffff;
	font-size         : 80%;
}

a {
	/*text-decoration: none;*/
	color:#626262;
}

a:hover{
	text-decoration: underline;
}

/* table xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
table {
	width             : 100%;
	border-collapse   : collapse;
	margin            : 0 auto;
	margin-top        : 15px;
}

td {
	padding           : 8px;
	border            : none;
}

th {
	padding           : 8px;
	border            : none;
	text-align        : center;
}

