body	{
	text-align:center;
	background-color: #330000;
	font-color:#ffffff;
	font-size:12px;
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
	}

#container{
	width:777px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffcc66;
	}

/*ヘッダー部分*/
#header	{
	margin-top: 20px;
	width:777px;
	background-color:#330000;
	}

/*コンテンツ部分*/
#content	{
	width:777px;
	background-color:#330000;
	}

/*左コンテンツ部分*/
#content .mainbox	{
	background-color:#330000;
	float: left;
	width:500px;
	margin-right: 20px;
	}	

/*右バナー部分*/
#content .sidebar	{
	clear: both;
	float: right;
	width:170px;
	background-color: #663333;
	background-image: url("images/subnavi_t.gif");
	background-position:top;
	background-repeat: no-repeat;
	}	
/*フッター部分*/
#footer	{
	clear: both;
	width: 777px;
	background-color: #000;
	font-size: 12px;
	color: white;
	margin-top: 20px;
	padding-top: 3px;
	padding-left: 20;
	padding-bottom: 3px;
	}

