body {
	text-align: left;
	font-size: 12px;
	color: #666666;
	font-family:Meiryo,Verdana,"ƒqƒ‰ƒMƒmŠÛƒS Pro W4","Hiragino Maru Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
th,tr,td {
	text-align: left;
	color: #666666;
	line-height: 1.3;
	height: 25px;
	vertical-align: middle;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.back_bage {
	background-color: #EEE9D6;
	color: #333333;
}
.back_bage_red {
	background-color: #EEE9D6;
	color: #FF0000;
}
.back_bluegray {
	background-color: #E2E3E5;
}
.back_bluegray_BK {
	background-color: #E2E3E5;
	color: #333333;
}
.black {
	color: #333333;
}
.blarge {
	color: #262626;
	font-size: 14px;
}
.red {
	color: #FF0000;
}
.green {
	color: #009900;
}
.spot {
	font-weight: bold;
	color: #333333;
}
.spotred {
	font-weight: bold;
	color: #FF0000;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #aaa;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #ccc;
}

