/* pickup -----*/

.contents .pickup {
	position: relative;
	padding: 75px 305px 20px 45px;
	background: url("../images/index_01_img01.jpg") no-repeat;
	min-height: 215px;
}

.contents .pickup .btn {
	position: absolute;
	top: 75px;
	left: 200px;
}

.contents .pickup .title {
	padding-right: 90px;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-weight: bold;
	color: #d32277;
}

.contents .pickup .title .pref {
	font-size: x-small;
	color: #aa0055;
}

.contents .pickup .marker {
	color: #ff9900;
}

.contents .pickup .lead {
	margin-top: 15px;
	font-weight: bold;
}

.contents .pickup p {
	margin-top: 0;
}


/* list -----*/

.contents .list {
	position: relative;
	margin: 10px 0 0 10px;
}
.contents .list.first {
	margin-top: 0;
}

.contents .list .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.contents .list .title {
	padding: 9px 175px 8px 15px;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	background-color: #d32277;
}

.contents .list .title .pref {
	margin-right: 10px;
	font-size: x-small;
}

.contents .list .title .marker {
	color: #ffdd00;
}

.contents .list .img {
	float: left;
	width: 130px;
	margin-top: 5px;
}

.contents .list .lead {
	margin-top: 10px;
	font-weight: bold;
}

.contents .list .lead .marker {
	color: #dd4488;
}

.contents .list .text {
	float: right;
	width: 475px;
}

.contents .list .text p {
	margin-top: 0;
}


