@charset "utf-8";
/* CSS Document */

/* 3カラム固定レイアウト幅 */
/*#fixedCNE #container,
#fixedCEN #container,
#fixedNCE #container,
#fixedNEC #container,
#fixedECN #container,
#fixedENC #container {
    width: 850px;
}*/

/* 2カラム固定レイアウト幅 */
/*#fixedCN #container,
#fixedNC #container {
    width: 760px;
}*/

/* 1カラム固定レイアウト幅 */
#fixedC #container {
    width: 760px;
}

#fixedC #content {
    width: 760px;
}

