@charset "utf-8";

body {
	background: #ffffff;
	font-family: "Verdana", Arial, Verdana, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 130%;
	color:#fff;
	margin: 30px;
	text-align:center;	
	}
table {
	text-align: left;
	border-color: #131313;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:5px;
	border-left-width:15px;
	}
td {
	margin: 20px;
	font-size: 10pt; line-height: 14pt;
	font-family: 'Trebuchet MS';
	color: #333333;
	}
/*　リンク　*/
a { text-decoration: none; }
a:link,
a:visited { color:#fff; }
a:hover,
a:active { color:#FFCC33; }




