@charset "utf-8";

/* ///////////////////////////////////////////////
【まめ知識】
tidbids.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/tidbids/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#content_tidbids h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_tidbids .set {
	margin-bottom: 20px;
	clear: both;
}

#content_tidbids h3 {
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #653e2b;
}

#content_tidbids .float_l {
	float: left;
	width: 200px;
	padding-right: 20px;
}
#content_tidbids .float_r {
	float: left;
	width: 430px;
}



