#wrap{
	background: url(../images/shadow.gif) repeat-y;
	}

/* Container - コンテナ */

#container{
	width: 955px;
	margin: 14px auto;
	}


/* Left Column - 左カラム */

#leftcolumn{
	width: 271px;
	}


/* Center Column - 中央カラム */

#centercolumn{
	width: 660px;
	}

#centerleft{
	width: 49%;
	}

#centerright{
	width: 49%;
	}


