/********************************************************************* */
/* 基本設定  2010/10/09
********************************************************************* */

	div#contentL { float:left; width: 567px; }
	div#contentR { float:right; width: 187px; padding-left:19px; border-left: 1px solid #c2c3b5;}

/* =====================================================================
*    2. 写真
* =================================================================== */

div.thumb {
	clear:both;
	float:left;
	width:567px;
/*	margin-bottom:39px;*/
	height:144px;
	padding-bottom:15px;
}
/*
*html .thumb {
	margin-bottom:15px;
}
*/

div.thumb img {
	float:left;
	border:1px solid #999999;
	margin-bottom:3px;
}

div.thumb div {
	float:left;
	margin-right:15px;
	line-height:1.2;
	text-align:center;
	font-size:10px;
}

.thmb1 {/* 4:3 */
	width:128px;
	height:96px;
}

div.thmb1 img {/* 4:3 */
	width:128px;
	height:96px;
}

.thmb2 {/* 3:4 */
	width:96px;
	height:128px;
}

div.thmb2 img {/* 3:4 */
	width:96px;
	height:128px;
}




/* --------------------------------------------------------------------
*    2-1. sub-navigation
* -------------------------------------------------------------------- */


/* =====================================================================
*    4. リンク設定
* =================================================================== */

a 			{ outline: none; }
a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none;  }


