@charset "utf-8";

/* ****************************************************************** 

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */


/*==================================================================
	common styles
===================================================================*/

#main{
	float:none;
	margin:0px auto;
	width:760px;
	}

.sheet{
	clear:both;
	}
.sheet th{
	width:160px;
	}
.sheet textarea{
	width:350px;
	}
.sheet .formfield{
	width:200px;
	}

.submitEntry{
	background-color:#98CBF3;
	padding:6px;
	}


/* ------------------------------------------------------------------
	loginbox styles
-------------------------------------------------------------------*/

.section#security{
	width:370px;
	float:left;
	}

.section#security .headline{
	margin-bottom:8px;
	}
.section#userdata{
	width:370px;
	float:right;
	}

/* ------------------------------------------------------------------
	userMenu styles
-------------------------------------------------------------------*/

ul#userMenu{
	position:absolute;
	top:44px;
	right:0;
	}
ul#userMenu li#ssl{
	display:inline;
	}
ul#userMenu{
	text-align:right;
	}


/*==================================================================
	dispay none
===================================================================*/

body{
	}
#globalNavigation,
#areaNavigation,
#searchNavigation,
#jukuC,
ul#userMenu li,
ul#fn li{
	display:none;
	}
ul#fn {
	height:15px;
	}

