﻿@charset "utf-8";
/*コンテンツエリアの位置設定*/
#contents {
	width:660px;
	float:right;
}
#sidenavi{
	width:250px;
	float:left;
}

