/* レイアウトの設定*/
body {
        font-size:14px; line-height:150%;
	text-align: center;
        color:#2f2f2f;
        background-color: #ffffff;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: #FFFFFF;
	height:130px;
	
        
}
#container {
	position: relative;
	margin: 20px 0; /* 上下方向に10pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#primary {
	/* positionの指定を削除 */
	margin-left: 242px; /* 左方向に230pxのマージンを指定 */
	background-color: #ffffff;
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 230px;
	background-color: #ffffff;
}
#footer {
	background-color: #ffffff;
	height: 50px;
        font-size:12px;
}