/*-----------------------------テキスト・背景*/
body,td,th {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #000;
}
.text_1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
	text-align: left;
}

/*---------------------------------リンク*/
a:link{
	color: #cac808;
	text-decoration: none;
}
a:visited{
	color: #cac808;
	text-decoration: none;
}
a:hover{
	color: #cac808;
	text-decoration: none;
}
a:active{
	color: #cac808;
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: 0;
}
/*---------------------------------ページアップ*/
#pagetop{
	position: fixed;
	right: 20px;
	bottom: -60px;
	cursor: pointer;
	text-align: right;
}
