body {
	margin: 0;
	padding: 0;
	background: url(../../../images/bg_01.gif) repeat-x;
	text-align: center;
}

form {
	display: inline;
}

input {
	vertical-align: middle;
}

/* ICCID入力フォーム */
.iccid_input01 {
	ime-mode: disabled;
}

/* ダウンロード画面：ボタンの枠 */
.regulation_button {
	width: 312px;
	height: 30px;
	margin: auto;
	padding: 0px;
}
/* ライセンス画面：ボタンの枠 */
.license_regulation_button {
	width: 470px;
	height: 30px;
	margin: auto;
	padding: 0px;
}
/* ダウンロード画面：ダウンロードボタン */
.download_input input {
	width: 153px;
	height: 30px;
	border-width: 0px;
	margin: auto;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	background-image: url(../../../images/bt_dl.gif);
	display: inline;
}

/* ダウンロード画面：キャンセルボタン */
.download_cancel input {
	width: 144px;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
	background-image: url(../../../images/bt_cancel.gif);
	display: inline;
}




/* ライセンス画面：同意ボタン */
.license_input input {
	width: 311px;
	height: 30px;
	border-width: 0px;
	margin: auto;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	background-image: url(../../../images/bt_agree.gif);
	display: inline;
}

/* ライセンス画面：キャンセルボタン */
.license_cancel input {
	width: 144px;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
	background-image: url(../../../images/bt_noagree.gif);
	display: inline;
}

.space01 {
	height: 10px;
}

.space02 {
	height: 20px;
}

.space03 {
	height: 5px;
}

.text01 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.text02 {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.text03 {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

.text04 {
	font-size: 18px;
	color: #FF0033;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.text05 {
	font-size: 12px;
	color: #003399;
	line-height: 16px;
	font-weight: bold;
}

.text06 {
	font-size: 12px;
	color: #FF0033;
	line-height: 16px;
	font-weight: bold;
}

.error {
	font-size: 14px;
	color: #FF0033;
	text-decoration: none;
	font-weight: bold;
}

.error_text01 {
	margin-top: 20px;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
}

.error_text02 {
	margin-top: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
}

.error_img01 {
	width: 108px;
	height: 108px;
	margin: 20px auto 0px;
	background-image: url(../../../images/error01.gif);
}

.error_table {
	padding: 20%;
}