/*----------------- ページ全体 ------------------*/
#wrapper {
	width			: 750px;
/*	width			: 100%;*/
	background-color: #ffffff;
	border			: 1px solid #669966;
	border-left		: transparent url(../img/backborder.gif) repeat-y 0 0;
	border-right	: transparent url(../img/backborder2.gif) repeat-y 0 0;
}
/*----------------- ページヘッダ ----------------*/
#Header {
	width			: 97%;
	height			: 50px;
}
/*----------------- 主領域 ----------------------*/
#Content {
	width			: 95%;
}
/*----------------- 左サイドバー ----------------*/
#Sidebar {
	width			: 140px;
	padding			: 0px 0 0 0;
	margin			: 0;
	margin-top		: 10px;
	float			: left;
}

/*----------------- 右記事 ------------------*/
#Content .Contentright {
	width			: 535px;
	float			: right;
	margin-right	: 5px;
}

#Content .Contenttop {
	width			: 550px;
	float			: right;
	margin-right	: 5px;
	margin-top		: 10px;
}


/*----------------- ページフッタ --------------*/
#footer {
	width			: auto;
	margin-top		: 40px;
}
#footer p {
	text-align		: center;
}
