

/*フォーム全体を中央揃え*/
body{
	margin: 0px;
	width: 650px;
	text-align:center;
}
img {
	vertical-align:top;
	border:0px;
}

/*header*/
#header {
	margin-bottom: 15px;
	border-bottom: solid 5px #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1{
	display:none;
	text-indent: -9999px;
}
#header #h_left {
	width:89px;
	float:left;
	padding-left: 10px;
	margin: 0px;
}
#header #h_right {
	width:125px;
	float:right;
	padding-top: 40px;
	padding-right: 10px;
	zoom: 1;
}


/*footer*/
#footer {
	background-color: #333;
	color: #FFF;
	font-size: 75%;
	margin-top: 15px;
	padding: 5px 20px;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 0;
}


/*フォーム全体の幅*/
.maintable{
	width:640px;
	margin: 0px auto;
	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;
}
#bt_close{
	padding-left: 250px;
	padding-top: 10px;
}


.buy {
	margin: -8px -10px;
}
.att{
	color:#F00;
}


/*clearfix*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}



/*以下は著作権表示部分（削除・変更禁止）*/
.copyright {
text-align:center;
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;
}
