@charset "Shift_JIS";

ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style: none;
}

#pickup {
	width: 740px;
	height: 825px;
	background: url(pickup/haikei.gif) no-repeat top center;
	margin: 30px auto;
	position: relative;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pickup h3{
	color: #DE8771;
	line-height: 1.3em;
	font-size: 17px;
}
#pickup p{
	line-height: 1.7em;
	font-size: 12px;
}


div.pickup_title {
	position: absolute;
	top: 40px;
	left: 25px;
	width: 345px;
	height: 190px;
}

div.pickup_comment {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 230px;
	height: 100px;
}
div.pickup_comment_img {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 100px;
	height: 120px;
}

div.item01 {
	position: absolute;
	top: 250px;
	left: 25px;
	background: url(pickup/item_back.gif) no-repeat top center;
	width: 224px;
	height: 400px;
}
div.item02 {
	position: absolute;
	top: 250px;
	left: 258px;
	background: url(pickup/item_back.gif) no-repeat top center;
	width: 224px;
	height: 400px;
}
div.item03 {
	position: absolute;
	top: 250px;
	right: 25px;
	background: url(pickup/item_back.gif) no-repeat top center;
	width: 224px;
	height: 400px;
}
div.item01 ul,
div.item02 ul,
div.item03 ul{
	padding: 12px;
}
li.text01{
	padding: 4px 0 6px 0;
	margin: 0;
	line-height: 1.2em;
	font-size: 12px;
}
li.title01{
	color: #DE8771;
	line-height: 1.3em;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
li.text02{
	padding: 0px 0 6px 0;
	margin: 0;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: bold;
}

div.tenpo {
	position: absolute;
	top: 680px;
	left: 25px;
	background: url(pickup/tenpo.jpg) no-repeat top left;
	width: 500px;
	height: 120px;
	padding-left: 160px;
}

