/* ------------------------------
共通項目
------------------------------ */
.btn-parts span,.btn-parts label {
	display: block;
	float:left;
}
.btn-parts label {
	padding-right: 20px;
}
.InputHidden {
	display:none;
}

/* ------------------------------
チェックボックス用
------------------------------ */
span.Checkbox {
	display:block;
	height:20px;
	width:20px;
}
a.CheckboxUnchecked {
	background:url('../img/formstyle/icon-checkbox.gif') no-repeat center center;
}
a.CheckboxChecked {
	background:url('../img/formstyle/icon-checkbox-selected.gif') no-repeat center center;
}
a.CheckboxUnchecked, a.CheckboxChecked {
	display:block;
	width:20px;
	height:20px;
}
/* Netscape 6.0 Fix */
a.CheckboxUnchecked img, a.CheckboxChecked img {
	width:20px;
	height:20px;
	display:inline;
	border:none;
}

/* ------------------------------
ラジオボタン - 男性用
------------------------------ */
span.RadioboxMale {
	display:block;
	height:20px;
	width:20px;
	margin-right: 3px;
}

a.RadioboxUncheckedMale {
	background:url('../img/formstyle/icon-male.gif') no-repeat center center;
}
a.RadioboxCheckedMale {
	background:url('../img/formstyle/icon-male-selected.gif') no-repeat center center;
}
a.RadioboxUncheckedMale, a.RadioboxCheckedMale {
	display:block;
	width:20px;
	height:20px;
}
/* Netscape 6.0 Fix */
a.RadioboxUncheckedMale img, a.RadioboxCheckedMale img {
	width:20px;
	height:20px;
	display:inline;
	border:none;
}

/* ------------------------------
ラジオボタン - 女性用
------------------------------ */
span.RadioboxFemale {
	display:block;
	height:20px;
	width:20px;
	margin-right: 3px;
}
a.RadioboxUncheckedFemale {
	background:url('../img/formstyle/icon-female.gif') no-repeat center center;
}
a.RadioboxCheckedFemale {
	background:url('../img/formstyle/icon-female-selected.gif') no-repeat center center;
}
a.RadioboxUncheckedFemale, a.RadioboxCheckedFemale {
	display:block;
	width:20px;
	height:20px;
}
/* Netscape 6.0 Fix */
a.RadioboxUncheckedFemale img, a.RadioboxCheckedFemale img {
	width:20px;
	height:20px;
	display:inline;
	border:none;
}
/* ------------------------------
ラジオボタン - 選択用
------------------------------ */
span.RadioboxChoice {
	display:block;
	height:20px;
	width:20px;
	margin-right: 3px;
}

a.RadioboxUncheckedChoice {
    background-image:url(../img/formstyle/icon-checkbox-mail.gif)no-repeat center center;
}
a.RadioboxCheckedChoice {
	background:url(../img/formstyle/icon-choice-selected.gif)no-repeat center center;
}
a.RadioboxUncheckedChoice, a.RadioboxCheckedcChoice {
	display:block;
	width:20px;
	height:20px;
}
/* Netscape 6.0 Fix */
a.RadioboxUncheckedChoice img, a.RadioboxCheckedChoice img {
	width:20px;
	height:20px;
	display:inline;
	border:none;
}

