

/*フォーム全体を中央揃え*/
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: 13px;
	line-height: 130%;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*入力部分・確認画面の入力内容*/
.tableform{
	width:500px;
	vertical-align:top;
	padding-bottom:10px;
	font-size: 13px;
	line-height: 130%;
	color: #F00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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


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




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

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