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




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


/* ~~ 左側、テキストエリアの設定です。 ~~ */
div.Lcontents {
	width: 410px;
	float: left;
	}




/* ~~ 左側、テキストエリアの小見出しです ~~ */

div.Lcontents h1 {
	color: #339900;
	}



/* ~~ 右側、写真エリアの設定です。 ~~ */
div.Rcontents {
	width: 200px;
	float: right;
	margin-top: 10px;
	}


/* ~~ 右側、写真の下に余白を入れます。 ~~ */
div.Rcontents img {
	margin-bottom: 10px;
	}
