/* CSS Document */

* {
	color:#000000;
	padding:0;
	margin: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	xtext-align:center;
}

h1 {
    margin:30px;
    font-size:1.3em;
}

.mail {
font-weight:bold;
text-decoration:underline;
}

div.main {
text-align:center;
margin-bottom:50px;
}

table.toiawase {
margin:auto;
width: 600px;
}

table.toiawase td {
text-align :left;
}

input.soushin  {
margin-top:10px;
width:100px;
height:30px;
font-size:15px;
}
