@charset "shift_JIS";

/*カード2種類*/
.cardTwo {
	margin:0px 12px 5px 0px;
	padding:0px;
	width:250px;
	float:left;
	top:0;
}
.cardTwo ul {
	margin: 0.5em 0em 0em 0.8em;
	padding-left: 0.8em;
	list-style-type:square;
	list-style-position: outside;
	color:#CC9933;
}
#cardTab {
	margin: 0px;
	clear:both;
	color:#FF3399;
}

/*ボタン*/
#formBut {
	margin: 0px;
	font-size: xx-small;
	text-decoration: none;
	text-indent: -10000em;
}
/*フォームへボタン*/
#formBut a,
#formBut a:visited {
	background-image: url(../../point/images/go-forml_b1.gif);
	display: block;
	outline: none;
	width: 155px;
	height: 30px;
}
#formBut a:hover,
#formBut a:active {
	background-image: url(../../point/images/go-forml_b2.gif);
}