@charset "UTF-8";
/* CSS Document */

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
	background-color: transparent;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
}
table{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table td a {
	color: #036;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
	text-decoration: none;
}
table td a:hover {
	color: #036;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
	text-decoration: underline;
}