@charset "shift_jis"; 

body{
     width:98%;
    	margin: auto;
	padding: 0;
	color: #000;
     font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
     font-size:170%;
    }
      
table.form { border:1px solid #7777bb; border-collapse:collapse; margin-top:1em; width:100%}
table.form th,td { text-align:left; padding:8px; font-weight:normal; }
table.form th { background:#cccce6; border:1px solid #7777bb; width:35% !important; }
table.form td { background:#f0f0f0; border:1px solid #7777bb; width:65% !important;}
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 10px; margin-top:2em; }
input[type=text] {
           width: 15em; 
           height: 1.5em;
           font-size:110%;
         }
.text_area{
    width:18em;
    height:5em;
	font-size:110%;
}
.kyouchou{color:#FF0000;}  
.soushin {
  display       : inline-block;
  border-radius : 3%;          /* �p��       */
  font-size     : 25pt;        /* �����T�C�Y */
  text-align    : center;      /* �����ʒu   */
  cursor        : pointer;     /* �J�[�\��   */
  padding       : 12px 12px;   /* �]��       */
  background    : #3e3e3e;     /* �w�i�F     */
  color         : #ffffff;     /* �����F     */
  line-height   : 1.5em;         /* 1�s�̍���  */
  transition    : .3s;         /* �Ȃ߂炩�ω� */
  box-shadow    : 6px 6px 3px #666666;  /* �e�̐ݒ� */
  border        : 2px solid #3e3e3e;    /* �g�̎w�� */
  margin-right  : 20px;
}
.suoshin:hover {
  box-shadow    : none;        /* �J�[�\�����̉e���� */
  color         : #3e3e3e;     /* �w�i�F     */
  background    : #ffffff;     /* �����F     */
}

