@import url("../../../admin/default/css/base.css");

#container{ padding:0 10px; width:732px; }

ul li{ list-style-position:inside; }

ul.description{ margin:5px; }

input {font-size:0.9em; }

input.digits{
    text-align:right;
    ime-mode:inactive;
}

input.ime_auto		{
	ime-mode				: auto;
}

input.ime_active	{
	ime-mode				: active;
}

input.ime_inactive	{
	ime-mode				: inactive;
}

input.ime_disabled	{
	ime-mode				: disabled;
}

#membermenu{ clear:both; margin:5px 0 10px 0; background:url(../../common/img/nav_member.gif) no-repeat 0 0; }
#membermenu ul li{ margin:0; padding:0; display:inline; }
#membermenu ul li a{ display:block; float:left; height:35px; color:white; text-indent:-9999px; }

a#mm-top { width:122px; background:url(../../common/img/nav_member.gif) no-repeat 0px 0; }
a#mm-confirm { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -122px 0; }
a#mm-input { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -244px 0; }
a#mm-authpwd { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -366px 0; }
a#mm-withdraw { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -488px 0; }
a#mm-logout { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -610px 0; }

a:hover#mm-top,#top #mm-top { width:122px; background:url(../../common/img/nav_member.gif) no-repeat 0px -35px; }
a:hover#mm-confirm,#confirm #mm-confirm { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -122px -35px; }
a:hover#mm-input,#input #mm-input { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -244px -35px; }
a:hover#mm-authpwd,#authpwd #mm-authpwd { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -366px -35px; }
a:hover#mm-withdraw { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -488px -35px; }
a:hover#mm-logout { width:122px; background:url(../../common/img/nav_member.gif) no-repeat -610px -35px; }


div#member{ clear:both; }

.button_name{ font-weight:bold; color:blue; }

.maintitle{ clear:both; width:790; padding:5px 5px 5px 5px; background:#eee; font-weight:bold; }

