@charset "shift_jis";

body {
	margin: 0px;
	background: #fff;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}
a img {
	border: none
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FF3333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
	font-weight: bold;
}
a:active {
	color: #FF3333;
	font-weight: bold;
}
a:hover {
	color: #3333CC;
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: normal;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
td {
	line-height : 1.4;
	font-size : 12px;
}

/*フッター*/
#footer {
	font-size: 11px;
	border-top: salmon 3px solid;
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	text-decoration: none;
}

