@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: ラザールダイヤモンド
	Description: カラム等レイアウト用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================


	1: div#mainContents メインコンテンツ
	

==============================================================
*/


/*
1: div#mainContents メインコンテンツ
=========================================================*/
div#mainContents div.floatSet {
	margin-bottom: 20px;
}

div#mainContents div.textBox {
	float: left; 
	margin-right: 30px;
	_margin-right: 13px;
	width: 455px !important;
}

.textBox p {
	margin-bottom: 10px;
}

.textBox p.lastChild {
	margin-bottom: 0;
}

div#mainContents div#flashArea {
	float: left;
	width: 455px;
}
