@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%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #3e3e3e;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 4px 4px 2px #666666;  /* 影の設定 */
  border        : 1px solid #3e3e3e;    /* 枠の指定 */
  margin-right  :20px;
}
.soushin:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #3e3e3e;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

/* for title */
