@charset "utf-8";

/* コンテンツCSS */

/* ボックス制御 */

.conbox{
	width:610px;
	background-image:url(../img/contents/common/lbox_mid.gif);
	margin-bottom:10px;
	}

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

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

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

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

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

