/* for body */
body {  
	font-size: 100%;
	
	color: #235;
	font-family: "Syntony", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 52%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(52%,rgba(221,241,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 52%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 52%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 52%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 52%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


#wrapper{
          margin-left:auto;
          margin-right:auto;
          width:500px;
          }
/* for table */
h4{margin-left: 3px;
   color:#235;
   }

table.form {
	border: 1px solid #f8f8ff;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #f8f8ff;
	padding: 8px;
	font-weight: normal;
       
}
table.form th {
	white-space: nowrap;
	background: #b0c4de;
}
table.form td {
	background: #f0f0f0;
}

/* for title */
h1     {
	color:#235;
	
	display: block;
		
	margin-top: 2em;
        margin-left: 3px;
        
}

/* for message */

            
p{
 
 margin-top: 50px;
 margin-left: 0%;
 }




#submit_button {
    
    
    /* 文字サイズを1emに指定 */
    font-size: 1em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 背景色を濃い青色に指定 */
    background-color: #b0c4de;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;
}

#submit_button:hover {
    /* 背景色を明るい青色に指定 */
    background-color: #4682b4;

    /* 文字色を白色に指定 */
    color: #fff;

#submit_button {
    
    margin-left:5px;
    
    font-size: 1em;

    
    font-weight: bold;

    
    padding: 10px 30px;

   
    background-color: #248;

    
    color: #fff;

   
    border-style: none;
}

#submit_button:hover {
   
    background-color: #24d;

    
    color: #fff;
}
 


#a{color:#235;
   text-align:center;
   margin-left:20px;
   text-decoration: none;
   }  

a hover{
        color: #29a;
        text-decoration: none;}




