﻿/**************目次**************/
/*■初期設定******************/

	/* contents/幅・マージン・ボーダー設定の変更 */
	/* side/幅・マージン・ボーダー設定の変更 */



/*■初期設定************************/

/* contents/幅・マージン・ボーダー設定の変更 */
#contents {
	width: 600px;
	margin-left: 170px;
	border-right: 1px solid #000000;
	float: left;
    background-color: #FFFFFF;	
	
	display: inline; /* IE6/2倍マージンバグ対策 */ 
}
*html #contents {
	width: 601px;
}


/* side/幅・マージン・ボーダー設定の変更 */
#side {
    width: 179px;
	margin-left: -1px;
	border-left: 1px solid #000000;
	float: left;
	background-color: #CCCCCC;
}
* html #side {
	width: 180px;
}