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




/* ---------------------------------------------------------------- *
	デザインタイプAの設定です
 * ---------------------------------------------------------------- */


/* ~~ 左側エリアの設定です。 ~~ */
div.Lcontents {
	width: 320px;
	float: left;
	display: block;
	margin-bottom: 10px;
	}

/* ~~ 右側エリアの設定です。 ~~ */
div.Rcontents {
	width: 320px;
	float: right;
	display: block;
	margin-bottom: 10px;
	}
	
	
.content img{
	margin-bottom: 10px;}
