/* コンテンツ関係 */
div.contents {
	padding-left:4%;
	padding-right:4%;
	padding-top:1em;
	padding-bottom:1em;
	background-color: #E5F3FF;
}

/* エラー表示 */
.error {
	color: #FF0000;
}

/* ボタン関係 */
div.buttons{
	text-align:center;
}

/* footer関係 */
.footer{
	font-weight: normal;
	font-size: 80%;
}
a.f-font:link {
	font-weight: normal;
	color: #0000FF;
	text-decoration:none;
}
a.f-font:visited {
	font-weight: normal;
	color: #0000FF;
	text-decoration:none;
}
a.f-font:hover {
	font-weight: normal;
	color:#FF6600;
	text-decoration:underline;
}