@charset "utf-8";
/* CSS Document */
*html div#contents {
	padding:0 0 0 15px;
}

div#contents h2 { margin-top:10px;}

div#contents p.gotop {
	text-align: right;
	margin-bottom:10px;
}

div#contents p.gotop a {
	background: url(../images/p_gotop.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 90%;
	text-decoration: none;
	color:#333333;
}

div#contents p.gotop a:hover {color:#f33;}

div#contents p.help {
	text-align: right;
	margin-bottom:10px;
}

div#contents p.help a {
	background: url(../images/p_help.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 90%;
	text-decoration: none;
	color:#333333;
}

div#contents p.help a:hover {color:#f33;}

