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

/* メッセージページ定義 */

h4 {
	font-size: 78%;
	margin-bottom: 6px;
	margin-top: 18px;
}
.section {
	clear: both;
}
.left_column {
	float: left;
	width: 342px;
	clear: left;
	margin-bottom: 36px;
}
.right_column {
	float: right;
	width: 218px;
	margin-bottom: 36px;
}
.left_column2 {
	float: left;
	width: 218px;
	margin-bottom: 36px;
	clear: left;
}
.right_column2 {
	float: right;
	width: 342px;
	margin-bottom: 36px;
}

