@charset "utf-8";
/* CSS Document */

#contents_l {
	float: left;
	width: 490px;
}

#contents_r {
	float: right;
	width: 205px;
}

/* read */

.read_warp {
	width: 480px;
	margin-bottom: 25px;
	border-right: 1px solid #000000;
	padding-right: 10px;
}

.read_warp_l {
	width: 175px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.read_warp p {
	margin-top: 15px;
	line-height: 1.8em;
}


.read_warp a {
	background: url(../images/index/btn_read.gif) no-repeat 0px 0px;
	display: block;
	height: 25px;
	width: 110px;
	margin-right: 0px;
	margin-left: auto;
}

/* pickup */

.pickup_warp {
	width: 490px;
	margin-bottom: 25px;
}

.pickup_warp h2 {
	background: url(../images/index/title_pickup.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 40px;
	margin-bottom: 15px;
}

.pickup_warp_l {
	width: 235px;
	float: left;
}

.pickup_warp_l h3 {
	background: url(../images/index/pickup_title.gif) no-repeat 0px 0px;
	height: 15px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

.pickup_warp_r {
	width: 235px;
	float: right;
}

.pickup_warp_r h3 {
	background: url(../images/index/pickup_title.gif) no-repeat 0px -40px;
	height: 15px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

.pickup_warp_l img,
.pickup_warp_r img {
	margin-bottom: 10px;
}

.pickup_warp_l p,
.pickup_warp_r p {
	width: 220px;
	margin-right: 0px;
	margin-left: auto;
}

/* recommend */

.recommend_warp {
	width: 490px;
	margin-bottom: 25px;
}

.recommend_warp_l {
	width: 235px;
	float: left;
}
.recommend_warp_r {
	width: 235px;
	float: right;
}

.recommend_warp_l h3 {
	background: url(../images/index/pickup_img03.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 15px;
}
.recommend_warp_r h3 {
	background: url(../images/index/pickup_img04.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 15px;
}

.recommend_warp .item_image {
	float: left;
	width: 60px;
	margin-bottom: 10px;
}

.recommend_warp .item_text {
	float: right;
	width: 170px;
	margin-bottom: 10px;
}

.recommend_warp .item_text h4 {
	background: url(../images/common/arrow_red.gif) no-repeat 0px center;
	padding-left: 10px;
	color: #858577;
}

.recommend_warp .item_text p {
	width: 160px;
	margin-right: 0px;
	margin-left: auto;
}

