/* Utilities ----------------------------------------------------------------- */

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

img{
	border:0;
 }

body {
	font-family:Arial, Helvetica, sans-serif, "Times New Roman", Times, serif"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px; 
	line-height:1.4;
	text-align: center;
	color: #333;
}
ul,li{
	list-style: none;
}
h1,p{ margin-bottom: 15px;}
h1{ font-size: 15px; padding: 7px; background:#F96; font-weight: normal}

/* リンク ----------------------------------------------------------------- */
a:link,
a:visited {
    color:#000066;
	text-decoration:underline;
}
a:hover {
    color:#a01c15;
	text-decoration:none;
}
.txtmode1 {
ime-mode: active;   /* 全角モード */
}

#formarea{
	width:750px;
	margin: 10px auto;
}

.center{ text-align: center;}
.red,sup{ color:#f00;}
.ex{ color: #4297A3; font-size: 12px;}

/*tableここから--------------------------*/
ul{ margin: 7px 0 0 15px;}
li{ margin-bottom: 10px;}

table{
	margin: 30px 0 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}
caption {
  text-align: left;
}

th,
td{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #F8C929;
}

th{
	font-weight:normal;
	background: #FDE490;
	width: 150px;
}

/*tableここまで--------------------------*/

input,select{
	margin: 0 5px 5px;
	vertical-align: middle;
}

.submit {
	background-color:#2973db;

}
.reset {
	background-color:#8996a8;
}
.btmbtn{
	text-align: center;
	margin: 2em 0;
}
textarea {
	display: block;
	width: 90%;
}




/*----------エラー・確認・完了ページ--------*/
.page2 p{ text-align: center; margin-bottom: 1em;}