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


/*入力項目名*/
#main .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;
}


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


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


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




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

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