@charset "shift_jis"; 

body{
     width:960px;
	margin: auto;
	padding: 0;
	color: #000;
	font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;

}
/* for table */
table.form { width:100%; border:1px solid #7777bb; border-collapse:collapse; margin-top:1em; }
table.form th,td { text-align:left; border:1px solid #7777bb; padding:8px; font-weight:normal; }
table.form th { background:#cccce6; }
table.form td { background:#f0f0f0; }
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:2em; }

.text_area{
    width:40em;
    height:10em;
    font-size:110%;
} 
.kyouchou{color:#FF0000;}
.soushin {
  display       : inline-block;
  border-radius : 4%;          /* �p��       */
  font-size     : 14pt;        /* �����T�C�Y */
  text-align    : center;      /* �����ʒu   */
  cursor        : pointer;     /* �J�[�\��   */
  padding       : 10px 10px;   /* �]��       */
  background    : #3e3e3e;     /* �w�i�F     */
  color         : #ffffff;     /* �����F     */
  line-height   : 1em;         /* 1�s�̍���  */
  transition    : .3s;         /* �Ȃ߂炩�ω� */
  box-shadow    : 4px 4px 2px #666666;  /* �e�̐ݒ� */
  border        : 1px solid #3e3e3e;    /* �g�̎w�� */
  margin-right  :20px;
}
.soushin:hover {
  box-shadow    : none;        /* �J�[�\�����̉e���� */
  color         : #3e3e3e;     /* �w�i�F     */
  background    : #ffffff;     /* �����F     */
}

/* for title */
