/*********            構造            *********/
.continue{
	text-align: right;
}
.middle{
	text-align: center;
}
.box-middle{
	margin: 0px auto;
}
.clear{
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
/*********          アンカー          *********/
a.block{
	display: block;
}
/*********          テキスト          *********/
.date{
	font-size: x-small;
	margin: 0 0 0 5px;
	color: #808080;
	letter-spacing: 3px;
	font-style: italic;
	font-weight: normal;
}
.help{
	margin-left: 5px;
}
.italic{
	font-style: italic;
}
rt{
	font-size: xx-small;
}
/*********            画像            *********/
img{
	border: none;
}
img.preload{
	display: none;
}
img.top{
	margin-top: 3px;
}
img.right{
	margin-right: 3px;
}
img.left{
	margin-left: 3px;
}
img.bottom{
	margin-bottom: 3px;
}
ul.img-link li{
	list-style: none;
}
.iepngfix{
	behavior: url('/cgibin/lib-js/iepngfix.htc');
}
/*********          テーブル          *********/
table{
	table-layout: fixed;
	width: 100%;
	border: 0;
}
table tr{
	vertical-align: top;
}
/*********     フォーム・登録画面     *********/
input, textarea, select, button{
	font-size: small;
	font-family: Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	padding: 2px;
}
input.imeoff, textarea.imeoff{
	ime-mode: disabled;
}
.box-errmsg{
	padding: 2px;
	color: #FF0000;
	text-align: left;
}
.errmsg{
	color: #FF0000;
	text-align: left;
}
.required{
	font-size: xx-small;
	text-align: right;
}
.mark{
	font-size: small;
	color: #FF0000;
}

