@charset "UTF-8";
/* CSS Document */

/*　　レイアウト　　*/

* {
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: 40px auto 20px;
	width: 850px;
}

#err {
	margin: 0 auto;
	width: 550px;
}

a img {
	border-style: none;
}

.floatL {
	float: left;
}

td {
	width: 680px;
}


/*　　テーブルレイアウト　　*/

table {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin-bottom: 10px;
}

th,td {
	font-size: 1em;
	border-bottom: 3px solid #1A73B9;
	padding: 7px 0 7px 3px;
}

.rightB {
	border-right: 3px dotted #1A73B9;
}

.topbottomleftP {
	padding: 15px 0 15px 15px;
}

.bottomBN {
	border-bottom: none;
}

.topBN {
	border-top: none;
}

.leftBN {
	border-left: none;
}

.rightBN {
	border-right: none;
}

.fFotter {
	border: none;
	padding: 0;
	margin: 0;
	border-color: #aaa;
}

.displayB {
	display: block;
}

/*　　テキスタイル　　*/

tr .fTitle {
	padding: 10px 0 5px 10px;
	text-align: left;
	font-style: normal;
	font-size: 0.7em;
}

.fRed {
	color: #F00;
}

/*　　フォーム幅　　*/

.w30 {
	width: 30px;
}

.w50 {
	width: 50px;
}

.w70 {
	width: 70px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w350 {
	width: 350px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w680 {
	width: 680px;
}

.w800 {
	width: 800px;
}

/*　　エラー　　*/
.errbg {
	background: #1A73B9;
}
