body {
	background:#F0ECE0;
	text-align: center;
	width: 780px;
	height: 100%;
	margin:0 auto 0 auto;
	}
.menu
	{
	height: 130px;
	}
.head
	{
	height: 240px;
	}

.main
	{
	background-color: #FFFFFF;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width:780px;
	height: auto;
	margin:0 auto 0 auto;
	}
*html .main{
	width:782px;
	}
.outer
	{
	text-align:left;
	width:780px;
	height: auto;
	margin:0 auto 0 auto;
	}

/*=======================================================
■左エリア
=======================================================*/
.left
	{
	float:left;
	margin-left:5px;
	margin-top:2px;
	background-color:#F0ECE0;
	border:solid 1px #cccccc;
	width:258px;
	height:340px;
	}
.left p
	{
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:230px;
	text-align:justify;
	color: #554444;
	line-height: 160%;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", 		Geneva, Arial, Helvetica, sans-serif;
	}
*html .left p{
	margin-left:5px;
	}
/*=======================================================
■右エリア
=======================================================*/
.right
	{
	float:left;
	margin-left:5px;
	margin-top:2px;
	background-color: #F0ECE0;
	border: solid 1px #cccccc;
	width:500px;
	height: 340px;
	}

.foot
	{
	clear:left;
	height: 40px;
	}