@charset "utf-8";

/* summary ------------------
layout
-------------------------- */


/* layout ----------------- */

body {
width:100%;
min-width:1110px; 
text-align:center;
}

#Header {
width:100%;
}

#Container {
width:1060px;
margin:0 auto;
padding:20px;
text-align:left;
}
	#Container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height:0;
	clear: both;
	}
	* html #Container {
	display: inline-block;
	}
	*+html #Container {
	display: inline-block;
	}

	#Contents {
	float:left;
	width:740px;
	overflow:hidden;
	}
		#Contents:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height:0;
		clear: both;
		}
		* html #Contents {
		display: inline-block;
		}
		*+html #Contents {
		display: inline-block;
		}
	
	#Sidebar {
	float:right;
	width:300px;
	}

#Footer {
width:100%;
}
