@import "reset.css";
@import "common.css";


/* 中央カラム設定 */
	#content {
	width: 703px;
	float: left;
	padding:15px 50px 15px 50px;
	}
	
	.both_reft {
	width:180px;
	font-size:12px;
	float:left;
	text-align:left;
	}

	.text_reft {
	width:200px;
	font-size:12px;
	float:left;
	text-align:left;
	margin-left:5px;
	text-decoration:none;
	}

	.text_reft2 {
	width:200px;
	font-size:12px;
	float:left;
	text-align:left;
	margin-left:5px;
	position: 200px 0 0 0;
	text-decoration:none;
	}

	.both_right {
	width:180px;
	font-size:12px;
	float:right;
	text-align:left;
	}

	
/* 左右フロートボックスの設定*/


	#content2 {
	width: 700px;
	float: left;
	}
	
	.both_reft {
	width:300px;
	font-size:12px;
	float:left;
	text-align:left;
	padding-top:5px;
	}

	.text_right {
	width:380px;
	float:right;
	margin-left:5px;
	text-decoration:none;
	}

	.both_right {
	width:380px;
	font-size:12px;
	float:right;
	text-align:left;
	}





