@charset "EUC-JP";
/* CSS Document */

.cover h1 {
	background:url(images/cover.jpg) no-repeat;
}

.contents_block {
	padding-bottom:12px;
	overflow:auto;
}


/*
=================================================================================
クレジットカードのショッピング枠 現金化サービスって？
*/

.about {
	width:357px;
	float:left;
}

dl.users {
	width:357px;
	float:right;
	margin-bottom:21px;
}

dl.users dt{
	width:357px;
	height:16px;
	background:url(images/users_title.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:6px;
}

dl.users dd{
	width:306px;
	padding:8px 0 8px 51px;
	margin-bottom:1px;
	background-color:#F5F3ED;
	background-repeat:no-repeat;
	background-position:left center;
}

dl.users dd.male{
	background-image:url(images/users_bg_male.gif);
}
dl.users dd.female{
	background-image:url(images/users_bg_female.gif);
}