@charset=utf-8;

#outerBox{
	text-align:center;
	width:100%;
	height:auto;
}


/*===================コンテナ==================*/
#container{
	border:solid 1px;
	font-size:14px;
	width:800px;
	height:auto;
	margin:0px auto 0px auto;
}

/*===================ヘッダー==================*/
#headerContents{
	border:solid 1px;
	width:100%;
	height:100px;
}

/*===================左側======================*/
#leftContents{
	border:solid 1px;
	width:300px;
	height:auto;
	float:left;
}

/*===================右側======================*/
#rightContents{
	border:solid 1px;
	text-align:left;
	width:500px;
	height:auto;
	margin-left:300px;
}

/*===================その他====================*/
img {
	border:none;
}
.item {
	padding: 30px 0px;
}
