/* ================================================================================
   Header
================================================================================ */
#header_common a {
	font-size:12px;
}

#header_common a:link,
a:visited {
	color:#3385ad;
	text-decoration:none;
}
#header_common a:hover,
a:active {
	color:#3385ad;
	text-decoration:underline;
}

#header_common {
	position: relative;
	margin:25px 0 0 0;
	width: 950px;
	height: 63px;
	background: url(../../img/concierge/header/bg.png) no-repeat;
}

#header_common p#sb-logo {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
#header_common h1,
#header_common p#concierge-logo {
	position: absolute;
	right: 20px;
	bottom: 3px;
}
#header_common p#sb-logo {
	left: 22px;
	bottom: 16px;
	width: 99px;
	height: 18px;
	background: url(../../img/concierge/header/logo.png) no-repeat;
}
#header_common ul {
	position: absolute;
	right: 200px;
	bottom: 18px;
}
#header_common ul li {
	float: left;
	padding-right: 15px;
}
#header_common ul:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
#header_common ul {
	zoom:100%;
}

/* =========================== list ============================== */

#header_common .link-list_bk,
.link-list_bk li {
	padding-left: 0px;
	background: url("../../img/concierge/content/icn_arrow_black.gif") left 0.3em no-repeat;
}
#header_common ul.link-list_bk {
	padding-left: 0;
	background: none;
}


#header_common .new-win-icn_inline img {
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
	vertical-align: baseline;
}


#header_common h1.fig_concierge {
	height:18px;
	width:173px;
	background:url(../../img/concierge/header/fig_concierge.png) no-repeat left bottom;
}

/* ================================================================================
   User ID
================================================================================ */
#userid {
	position: relative;
	padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
	background-color: #e1e2e5;
	border-top: 1px solid #d1d1da;
	border-left: 1px solid #a5a5a6;
	border-right: 1px solid #a5a5a6;
	z-index: 50;
}
#userid p {
    height: 100%px;
    padding-left: 16px;
}
#userid .label {
    display: block;
    padding: 3px 28px;
    padding-left:42px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: monospace;
}
#userid p a, #userid_select ul li a {
    display: block;
    padding: 3px 28px;
    background: url(../../img/concierge/content/btn_arrow01.png) 0 1px no-repeat;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: monospace;
    text-decoration: none;
}
#userid p a.open {
	background: url(../../img/concierge/content/btn_arrow02.png) 0 1px no-repeat;
}
#userid p a:hover {
	background-position: -23px -33px;
}
#userid_select {
	position: absolute;
	width: 916px;
	top: 38px;
	left: 0px;
	display: none;
	background-color: #e1e2e5;
	padding: 1px 16px 10px;
}
#userid_select ul {
	display: block;
	border-top: 1px solid #fff;
}
#userid_select ul li {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#userid_select ul li a {
	display: block;
	padding: 2px 0 2px 28px;
	background-image: none;
}
#userid_select ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}
#userid .logout {
	position: absolute;
	top: 8px;
	right: 16px;
	display: block;
	width: 92px;
	height: 23px;
	text-indent: -9999px;
	background: url(../../img/concierge/content/btn_logout02.png) no-repeat;
}
#userid .logout:hover {
	background-position: -98px 0;
}

