@charset "utf-8";

/* フレーム
----------------------------------------------- */
div#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
/*	background-color: #fff;*/
	text-align: left;
	box-sizing:border-box;
}

#container:after {/* firefox背景色表示用 */
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#leftcolumn {
	float: left;
	width: 220px;
}

div#rightcolumn {
	float: left;
	width: 220px;
}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
	float: left;
	width: 55%;
	margin:0 2%;
}

/* 2カラム設定 */
div#two_maincolumn {
	padding: 0;
	float: right;
	width: 740px;
}

/* 1カラム設定 */
div#one_maincolumn {
/*	margin: 0 2%;*/
	padding: 0;
	background: #fff;
	padding-bottom: 5%;
}

div#test{
	font-size:12px;
	font-weight:bold;
}

