/*GENERAL TRAINING
---------------------------------------------------*/
@charset "utf-8";

/*H1
---------------------------------------------------*/

h1 {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	font-size: small;
	line-height:100%;
	width: auto;
	height: auto;
	background: none;
}

/*H2
---------------------------------------------------*/
/*
#conts h2 {
	padding-top: 24px;
	margin-bottom: 17px;
}

.boxA h2 {
	margin-bottom: 1em;
}
*/
/*GOTOTOP
---------------------------------------------------*/
p.gotoTop {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 0 1.2em;
	clear: both;
	width: auto;
	/width: 9em;
	float: right;
	font-size: 76%;
	background: url("/images/mark_t.gif") left 0.1em no-repeat;
}
