@charset "utf-8";

/* トップCSS */

.lbox{
	width:610px;
	background-image:url(../img/box/lbox_mid.gif);
	}


.feature{
	width:300px;
	float:left;
	}

.feature h3{
	padding:8px 8px 0px 8px;
	font-weight:bold;
	line-height:1.7;
	}

.feature p{
	padding:4px 8px;
	line-height:1.6;
	font-size:10px;
	}

.featpic{
	margin:8px 8px 0px 8px;
	border:1px solid #999;
	}

/* ピックアップ */

.pick{
	margin-left:10px;
	width:300px;
	float:left;
	}

.pick table{
	width:280px;
	margin:8px 8px 2px 8px;
	}

.pick th{
	width:50px;
	padding-right:8px;
	padding-bottom:8px;
	}

.pick th img{
	border:1px solid #999;
}

.pick th.last{
	padding-bottom:0px;
	}

.pick td{
	font-size:10px;
	padding-bottom:8px;
}

.pick td.last{
	padding-bottom:0px;
}

.pick td p{
	margin-bottom:4px;
}

.pick td a{
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	}


