@import url("inputime.css");

/*
 *ヘッダー背景のスタイル
 */
.themesheaderbackground {
 background-image:url('images/headerbackground.png');
}


/*
 *ヘッダーロゴのスタイル
 */
.themeslogoimage {
 background-image:url('images/logo.png');
 background-repeat:no-repeat;
}

/*
 *ヘッダーデモのスタイル
 */
.themesdemoimage {
 background-image:url('images/demo.png');
 background-repeat:no-repeat;
 background-position:left center;
}

/*
 *ヘッダーデモ（詳細用）のスタイル
 */
.themesdemoimagemini {
 background-image:url('images/demomini.png');
 background-repeat:no-repeat;
 background-position:center;
}


/*
 *ヘッダーフォントカラーのスタイル
 */
.themesheaderfontcolor {
 color:#000000;

}

/*
 *メニューフォントカラー(ON)
 *サブメニューフォントカラー
 */
.themesmenufontcoloron {
 color:#FFFFFF;
}

/*
 *メニューフォントカラー(OFF)
 */
.themesmenufontcoloroff {
 color:#000000;
}

/*
 *メニューボタン画像(ON)
 */
.themesmenubtnbackgroundimageon {
 background:url('images/menuBtnSelected.png') no-repeat;
}

/*
 *メニューボタン画像(OFF)
 */
.themesmenubtnbackgroundimageoff {
 background:url('images/menuBtn.png') no-repeat;
}

/*
 *サブメニュー背景のスタイル
 */
.themessubmenubackground {
 background:url('images/submenuBg.png') repeat;
}

/*
 *コピーライトの線色のスタイル
 */
.themescopyrightlinecolor {
 border-color:#000000 !important;
}

/*
 *コピーライトのフォント色のスタイル
 */
.themescopyrightfontcolor {
 color:#000000;
}
