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




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


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




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

div#Lcontents h1 {
	color: #006600;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	}



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


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