/******************************************************************************/
/*                                                                            */
/* エンドユーザー編集可能スタイル                                               */
/*                                                                            */
/******************************************************************************/
/*body{background-image:url("#");text-align:center;margin-left:auto;margin-right:auto;background-color:#eeeeee;}*/	/* 背景設定 */
body{
    /*background-image:url("#");*/
/*    text-align:center;*/
    background-color:#cccc99;
    margin:0;
}	/* 背景設定 */

/* デフォルトとユーザー指定を切り替える */
.logo{background-image:url("../../images/logo.png");height:180px;width:388px;margin:0 auto;}	/* ロゴマーク(トップページ) */

.logo-small{background-image:url("../../images/logo-s.png");height:61px;width:132px;margin:0 auto;}	/* ロゴマーク(その他) */