

/*フォーム全体を中央揃え*/
body{
text-align:center;
}


/*フォーム全体の幅*/
.maintable{
width:650px;
text-align:left;
font-size:15px;
color: #555555;
}


/*入力項目名*/
.tabletitle{
width:120px;
padding-left:10px;
padding-right:10px;
margin-bottom:30px;
margin-right:20px;
vertical-align:top;
font-size: 14px;
line-height: 130%;
color: #555555;
}


/*入力部分・確認画面の入力内容*/
.tableform{
width:500px;
vertical-align:top;
padding-bottom:30px;
font-size: 14px;
line-height: 130%;
color: #555555;
}


/*各入力部分についてのコメント（文字制限等）*/
.formsubcomment{
font-size:12px;
}


/*フォームボタン*/
.submit{
margin:30px 10px;
padding:2px 15px;
}




/*以下は著作権表示部分（削除・変更禁止）*/
.copyright {
text-align:center;
color: #777777;
font-size:12px;
}

.copyright a:link{
color: #777777;
text-decoration: none;
}
.copyright a:visited {
color: #777777;
text-decoration: none;
}
.copyright a:hover {
color: #777777;
text-decoration: none;
}
.copyright a:activ {
color: #777777;
text-decoration: none;
}
