@charset "Shift_JIS";

/* 花き EC サイト ログイン画面 */
#txtUserID, #txtPassword
		{ ime-mode: disabled; width: 24ex; margin-bottom: 4px; }

/* 2004-09-01 インタラクティブ Web 対応 */
/*body		{ text-align: center; }*/
table		{ font-size: 100%; }

table.main	{ font-size: 80%; background-color: #000000; width: 389px; }
td.main		{ padding: 0.8em; }

/* IE 以外用のセンタリング */
table.shadow	{ /*margin-top: 12%;*/ margin-left: auto; margin-right: auto; border-collapse : collapse; }
td.shadow	{ margin: 0px; padding: 0px; background-repeat: no-repeat; }

#input table	{ margin-left: auto; margin-right: 0px; }

td#title	{ background-image: URL(../images/log/title_bg.gif); padding: 0px; }
td#message	{ color: #FFFFFF; background-color: #777777; }
td#input	{ background-color: #efefef; text-align: right; }
td#button	{ /*margin: 0px; padding: 2px;*/ text-align: right; }

#ShadowRight	{ background-image: URL(../images/log/shadow_right.gif); width: 16px; height: 100%;
	background-position: left bottom; }
#ShadowBottom	{ background-image: URL(../images/log/shadow_under.gif); width: 100%; height: 16px;
	background-position: right top; }
#hint		{ color: #333333; }
#layouttable	{ width: 100%; height: 100%; text-align: center; }
