.t1216 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.gray1216 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.gray14b {
	font-size : 14px;
	font-weight: bold;
	color: #666666;
}
.t1012 {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
a {
	color: #516575;
}
.t12 {
	font-size: 12px;
}
.con {

	color: #333333;
	text-decoration: none;
}
a.con:hover {
	text-decoration: none;
	color: #CC3300;
	border: none;

}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.t1218 {

	font-size : 12px;
	line-height: 18px;
	color: #333333;
}
.t1220 {


	font-size : 10px;
	line-height: 20px;
	color: #333333;
  font-weight : normal;
}
.w12b {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.w14b {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.t14b {
	font-size: 14px;
	font-weight: bold;
}
.t1218b {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;

}
.red14b {
	font-size: 14px;
	font-weight: bold;
	color: #990000;

}
.noline {
	color: #333333;
	text-decoration: none;
}
.blue14b {

	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}



/* --------------------------------------------
  Form Style
-------------------------------------------- */
.form {
  color: #333;
  text-align: center;
  padding: 25px 0 30px;
  margin: 0 auto;
}
.form hr {
  border: none;
  padding: 12px;
  margin: 0 auto 5px;
  background: url("/ssl/img/sen_505.gif") no-repeat 0 center;
}
.form > h3 {
  color: #fff;
  background: #39c;
  border: 1px solid #069;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 7px;
  margin: 0;
}
.form > p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  width: 90%;
  padding: 0;
  margin: 20px auto 5px;
}
.form > p + p {
  margin: 10px auto 0;
}
.form table {
  width: 480px;
  margin: 0 auto 25px;
  border-collapse: separate;
  border-spacing: 1px;
}
.form tr > * {
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.form tr > th {
  background: #eee url("/ssl/img/yaji_gray.gif") no-repeat 3px center;
  width: 120px;
  padding: 5px 3px 5px 17px;
}
.form tr > td {
  padding: 5px;
}
.form#error tr > td .msg {
  color: #f00;
}
.form#thanks input[type="button"] {
  display: inline-block;
  margin-top: 25px;
}

