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

/*----------------------------------------------------
		レイアウト
------------------------------------------------------*/

#main_column section .box p {
	clear: both;
	float: none;
	margin: 0px 0px 0px 0px;
}
/*
	clear: both;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
*/
/*コンテンツの天地マージン*/
#main_column section .box {
	float: none;
	margin: 2em 0em 2em 0em;
}
.float_l {
	display: block;
	float: left;
	margin-left: 0px;
	margin: 0px 17px 0px 0px;
}
.float_r {
	display: block;
	float: right;
	margin-right: 0px;
	margin: 0px 0px 0px 17px;
}
/*----------------------------------------------------
		etc
------------------------------------------------------*/

