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

body{
background-color:#cccccc;
/*font-size:16px;*/
}
h2{
/*font-size:16px;*/
font-weight:bold;
margin-bottom:15px;
color:#003300;
}
strong{
font-weight:bold;
}
#hako{
min-width:900px;
	margin: 0px;
	padding:0px;
	border:0px;/*	background-image: url(../i/bg.gif);*/
}
#header {
margin:0px;
padding:0px;
}
#mainArea{
	margin:30px;
	padding:30px;
	background-color:#fff;
}
#center_u_10{
/*font-size:10px;*/
text-align:center;
text-decoration:underline;
width:760px;
margin:0px;
padding:20px 40px;
}
#footer{
/*	font-size:10px;*/
	text-align:center;
	margin:0px;
	padding:40px 40px 0px 40px;
}
input{
border:1px solid #999;
}
.backtoIndex{
text-align:right;
}
.centering{
text-align:center;
}
table {
	width:100%;
	border:1px solid #666;
	border-collapse:collapse;
	background-color:#fff;
}
td, th {
	border:1px solid #666;
	padding:3px;
	line-height:125%;
}
th {
	font-weight:bold;
	background-color:#D1D1D1;
	white-space:nowrap;
}
td {
}

input[type="submit"] {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #595959;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #595959;    /* 枠の指定 */
}
input[type="submit"]:hover {
  color         : #595959;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
input[type="reset"] {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #595959;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #595959;    /* 枠の指定 */
}
input[type="reset"]:hover {
  color         : #595959;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}