
/* ページ左部分の枠設定 */
#left {
	margin-left:15px;
	_margin-left: 10px;
	float: left;
	width:180px;
	overflow: hidden;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 0px;
	background-color: #ffffff;
	/*border-right: 1px dashed #ADD15B;*/
	}

/* ページ中央部分の枠設定 */
#center {
	float: right;
	width: 545px;
	overflow: hidden;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	/* background-color: #FFFFFF; */
	}