/*

	CSS FOR [RENSABA.COM CONTROL PANEL]
	Written by Jason Bickley
	Last updated: 03-MAR-2008

*/

/*-- Webメール、ファイルマネージャー 等 共通のスタイル --*/

/* GLOBAL
=================================================================== */
*      {padding: 0; margin: 0;}
* html table {font-size: x-small;}
html   {/*height: 100%*/}
body   {/*height: 100%*/}
h3     {background: url(/common_images/h3_bkgrd3_kantan.gif) 0 0 repeat-x; padding: 2px 2px 2px 10px; font-size: 100%; font-weight: bold; color: #fff;/*border: 1px solid #a0a0a0;*/}
/*h3 span{background: url(/common_images/blue_square.gif) 5px 5px no-repeat; padding: 0 0 0 20px; display: block; font-size:14px;}*/
hr     {display: block; border: 0; border-bottom: 1px solid #ebebeb; height: 1px;}
a img  {border: 0;}
.clear {display: block; height: 0; clear: both;}
table  {font-size: small; font-family: Arial, Helvetica, Osaka, sans-serif; color: #626262;}

/* CONTENT
=================================================================== */
#mainContent       {width: auto;}
#subContent        {width: auto;}
#mainContentInner  {}
#subContentInner   {padding: 15px 0 0 0;}

/* HEADER
=================================================================== */
#header      {background: #ebebeb url(/common_images/header_bkgrd.gif) left top repeat-x; position: relative; height: 3.5em;}
#header ol   {float: right; margin-top: 1.3em; color: #fff;}
#header li   {display: block; float: left; height: 1.5em; list-style: none; font-size:11px;}
#header li a {color: #fff; font-size: 120%;}
#header li a:hover {text-decoration: none;}
#header li strong  {text-decoration: none; padding: 0 3px 0 24px;}
#header li.help    {display: block; float: left; width: 6em; background: url(/common_images/icon_help.gif) 0 0 no-repeat;}
#header li.support {display: block; float: left; width: 8.5em; background: url(/common_images/icon_support.gif) 0 0 no-repeat;}
#header li.conpane {display: block; float: left; width: 12.5em; background: url(/common_images/icon_control_kantan.gif) left center no-repeat;}
#header li.conpane a  {font-size: 100%;float: left; padding-left: 0;display: block;  width: 13em; height: 16px; padding-top: 3px; text-indent: 20px; text-decoration: underline;}
#header li.conpane a:hover  {text-decoration: none;}

#header li.user    {display: blrock; float: left; background: url(/common_images/icon_user_kantan.gif) 0 0 no-repeat; margin-right: 18px;}
#header li.user a  {font-size: 100%;float: left; padding-left: 0;display: block;  width: 75px; height: 16px; padding-top: 3px; text-indent: 20px; text-decoration: underline;}
#header li.user a:hover  {text-decoration: none;}

#header      {background: #ebebeb url(/common_images/header_bkgrd_kantan.gif) left top repeat-x; height:39px; /*position: relative; height: 3.5em;*/}

#header h1{
	background: url(/common_images/kantan_logo.gif) left top no-repeat;
	display: block;
	width: 145px;
	height: 35px;
	text-indent: -5000em;
	position: absolute;
	top: 0;
	left: 15px;
	float: left;
}


#header #username{
	float: right;
	color: #ffffff;
	background: url(/common_images/icons/login_black.gif) left center no-repeat;
	text-indent: 19px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 14px;
}

#header #username span.login_text{
	background: url(/common_images/icons/exit.gif) left center no-repeat;
	padding-left: 20px;
	margin: 0 20px;
}

/*
#header ol   {float: right; margin-top: 1em; color: #c9c9c9;}
#header li   {display: block; float: left; height: 1.5em; list-style: none;}
#header li a {color: #c9c9c9; padding-left: 24px; font-size: 90%;}
#header li a:hover {text-decoration: none;}
#header li strong  {text-decoration: none; padding: 0 3px 0 24px;}
*/


/* LOGIN PAGE
=================================================================== */
/*p {padding: 10px 20px 30px 20px;}*/

table #page_login td{
padding: 10px 0px 10px 10px;
}
table #page_login input.user_id{
width:16em;
}
table #page_login input.user_pas{
width:16em;
}

#page_login dl {margin: 10px 20px; position: relative; width: 30em; height: 10em;}
#page_login dt,
#page_login dd {display: block; width: 10em; height: 3em; line-height: 3em; position: absolute;}
#page_login dd br {display: none;}
#page_login dd strong {margin-right: 1em;}

#page_login dt.account      {top: 0; left: 0;}
#page_login dd.accountText  {top: 0; left: 10em;}
#page_login dd.accountText input {width: 16em; margin-top: 0.5em; padding: 1px;}
#page_login dt.password     {top: 3em; left: 0;}
#page_login dd.passwordText {top: 3em; left: 10em; width: 16em;}
#page_login dd.passwordText input {width: 16em; margin-top: 0.5em; padding: 1px;}
#page_login dd.submit {top: 7em; left: 10em; width: 16em;}
#page_login dd.submit input {padding: 0.2em 0em;}
#page_login a {color: #0096ff;}
#page_login a:hover {text-decoration: none;}


/* FOOTER
=================================================================== */
#footer_tmp         {background: #ebebeb url(/common_images/footer_bkgrd2_kantan.gif) left top repeat-x; height: 25px; font-family: Arial, Helvetica, Osaka, sans-serif; font-size: x-small; text-align: right; color: #626262; z-index: 100;}
#footer_tmp address {font-style: normal; display: block; padding: 5px 20px 0 0;}
#footer_tmp a       {color: #494949; text-decoration: none; }
#footer_tmp a:hover {text-decoration: underline;}
#footer_tmp hr      {display: none;}
