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

/* 文字段組 ==== */
.txt_right {text-align: right;}
.txt_center {text-align: center;}
.txt_left {text-align: left;}
.float_right { float: right; }
.float_left { float: left; }
.button.float_left { margin-right: 1em; }
.bt11{
	margin: 0 0 10px 0;
	text-align: left;
	clear: none;
	float: none;
}

/* テキストボックス ==== */
#shisetsuMain_right{
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#shisetsuMain_left{
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
}

/* イメージボックス ==== */
#shisetsuMain-p_right{
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#shisetsuMain-p_left{
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}