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

/* ---------------------------------------------------------------- */
/* 初期設定 */
/* ---------------------------------------------------------------- */
a:link,
a:visited {
	color: #006600;
	text-decoration : underline;
}
a:active,
a:hover {
	color: #009900;
	text-decoration : underline;
}
/* Navigation */
.navi {
	height: 2em;
	margin: 20px 0 20px 120px;
	text-align: center;
	width: 600px;
}
.navi div {
	float: left;
	height: 100%;
	line-height: 2em;
	width: 16%;
	font-weight: bold;
}
.navi .arrow {
	width: 40px;
}
.navi .on {
	background-color: #59B1DE;
	color: #FFFFFF;
}
.navi .off {
	background-color: #999999;
	color: #FFFFFF;
}


/* Form */
.error {
  color : #ff0000;
}
.comment {
  font-size: 90%;
}
.require {
  color: #FF0000;
}
.checkbox .input span,
.checkboxes .input span {
  display: block;
}
.checkbox .input .prefix,
.checkbox .input .postfix,
.checkboxes .input .prefix,
.checkboxes .input .postfix {
  display: none;
}
.checkbox .column,
.checkboxes .column {
  height: 4em;
}
.comment {
  clear: left;
  float: left;
  font-size: 12px;
  margin-top: 4px;
  text-indent: 15px;
}
/*200912/17修正*/
.comment_2 {
  clear: left;
  float: left;
  font-size: 9px;
  margin-top: 4px;
  text-indent: 10px;
}
/*200912/17修正*/
.hidden,
.serial {
  display: none;
}
/*200912/17修正*/
ul.form {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

li.form {
float:left;
margin-right:30px;
padding:5px 0;
width:200px;
}
td.checkbox{
border-bottom:1px solid #D6D6D6;
height:27px;
padding:15px 0 15px 15px;
width:513px;
}

/*200912/17修正*/
table.form {
	width: 680px;
	margin: 0 20px;
	font-size: 12px;
}
table.form th {
  padding: 10px 0 10px 10px;
  text-align: left;
  width: 200px;
  background-color: #A2D2E0;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  vertical-align: top;
}

table.form td {
/*  height: 100px; */
  padding: 10px 0 10px 10px;
  text-align: left;
  background-color: #F5F5F5;
  border-bottom: 1px solid #DDD;
  vertical-align: top;
}

textarea {
	width: 440px;
	height: 80px;
}
.prefix,
.postfix {
  display: none;
  text-indent: 5px;
  padding-left: 5px;
}
#email input {
  width: 200px;
}
#email .postfix {
  display: inline;
}
.button input {
	width: 400px;
	height: 30px;
	margin: 10px 0 0 140px;
	font-size: 13px;
	vertical-align: middle;
}
.atn {
	width: 650px;
	margin: 40px 0 0 0;
	padding: 10px 15px;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
}
* html .atn {
	width: 680px;
}