@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	color: #444;
}
table {
	border-collapse:collapse;
	width: 100%;
}
th,td {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px dashed;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #0033FF;
}
th {
	border-bottom: #cccccc 1px dashed;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #344c64;
	vertical-align: top;
	font-weight: normal;
	width: 100px;
	text-align: left;
}
img {	
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
