@CHARSET "UTF-8";
/**************** 共通 ****************/

/******** リンク ********/
a          	{ color: #526da4; }
a:link      { color: #526da4;}
a:hover     { color: #000; }
a:active    { color: #000; }
a:vlink     { color: #ba55d3; }

/******** フォント ********/
.font10 { font-size: 77%; }
.font11 { font-size: 85%; }
.font12 { font-size: 93%; }
.font13 { font-size: 100%; }
.font14 { font-size: 108%; }
.font15 { font-size: 116%; }
.font16 { font-size: 123.1%; }
.font17 { font-size: 131%; }
.font18 { font-size: 138.5%; }
.font19 { font-size: 146.5%; }
.font20 { font-size: 153.9%; }
.font21 { font-size: 161.6%; }
.font22 { font-size: 167%; }
.font23 { font-size: 174%; }
.font24 { font-size: 182%; }
.font25 { font-size: 189%; }
.font26 { font-size: 197%; }

.txt_red {
	color:#FF0000;
}
.txt_blue {
	color:#0000FF;
}


/******** 入力エラー ********/
ol.Errer{
	display:block;
	width: 698px;
	_width: 700px;
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:100%;
	margin-bottom:15px;
}
ol.Errer li {
	display:block;
	text-align:left;
	color:#FF0000;
	padding:3px;
	background-color:#FFFFFF;
	border-top:1px solid #FF0000;
}
ol.Errer li.ErrTitle {
	display:block;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	font-size:115%;
	color:#FFFFFF;
	padding:3px;
	background-color:#FF0000;
}

/******** ボタン ********/
input.BtnConfirm {
	background-image:url(../images/btn/btn_confirm.gif);
	width: 200px;
	height: 40px;
	border:0px;
}
input.BtnRegist {
	background-image:url(../images/btn/btn_regist.gif);
	width: 200px;
	height: 40px;
	border:0px;
}
input.BtnBack {
	background-image:url(../images/btn/btn_back.gif);
	width: 200px;
	height: 40px;
	border:0px;
}
input.BtnSend {
	background-image:url(../images/btn/btn_sent.gif);
	width: 125px;
	height: 35px;
	border:0px;
}
