@charset "utf-8";
/* CSS Document */

/* -------------------------------------
			全体設定 
--------------------------------------*/

/* 大枠設定 */
#wallpaper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	margin-bottom: 20px;
	position: relative;
}

#ContentsLeft {
	float: left;
	width: 235px;
}

#ContentsRight {
	float: right;
	width: 710px;
	padding-right: 10px;
}

#footer {
	clear: both;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
}