@charset "euc-jp";

/********************************************/
/* コンテンツ */
/********************************************/
#contents {
	background:#fff url(./img/main_cb.gif) repeat-y scroll 0 0;
}
.bw-1 #contents {width: 998px; background:#fff url(./img/main_cb.gif) repeat-y scroll 0 0;}
.bw-1150 #contents {width: 1118px; background:#fff url(./img/main_cb_1280.gif) repeat-y scroll 0 0;}

/********************************************/
/* メインコンテンツ */
/********************************************/
#main {
	float:left;
}

/********************************************/
/* サイドコンテンツ */
/********************************************/
#side {
	float:right;
}
/********************************************/
/* 切り替え */
/********************************************/
.switch-right {
	display:none;
}
.switch-left {
	color:#fff;
	cursor:pointer;
}
