@charset "UTF-8";



/* TOPヘッダー
---------------------------------------------------*/
#HEADER {
	display:block;
	position:relative;
	height:119px;
	overflow:hidden;
}
#HEADER img {
	border:0;
}
#HEADER .logo {
	float:left;
	margin:20px 0 0 11px;
	display:inline;
}
#HEADER .copy {
	margin:34px 0px 0 2px;
	float:left;
}
#HEADER .copy strong {
	font-weight:normal !important;
}
#HEADER .banner img {
	margin-right:13px;
}
#HEADER .link {
	padding:12px 13px 0 0;
	float:right;
	font-size:90%;
	line-height:1.4em;
/*	width:250px;*/
}

#HEADER .userlink {
	width: 250px;
	height: 30px;
	text-align: center;
	padding-top: 8px;
	background: #ffffff url(/cetol/images/widgets/user002.png) no-repeat;
}


#HEADER .userlink a{/*リンクされた文字*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
    font-weight:bold;
	font-size:14px;
}


#HEADER .link a.arrow {
	background:transparent url(/cetol/images/widgets/arrow.gif) no-repeat 0px  1px;
	padding:1px 0 1px 15px;
}


/* ROOF
------------------------------------------------------------------------------------------*/
#ROOF {
	width:980px;
	height:40px;
	position:absolute; top:79px; left:0px; 
	z-index:1;
}
#ROOF img {
	margin:0 0 0 0;
	border:0;
}
#ROOF ul {
	padding:0;
	margin:0 0 0 0;
	list-style:none;
}
#ROOF li {
	padding:0;
	margin:0;
	float:left;
}





/* 噴出し
------------------------------------------------------------------------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color: #FFC;
	padding: 5px;
	opacity: 0.85;
	font-size:85%;
	font-weight:normal;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight:normal;
	border:none;
}




/* ヘッダー固定化 */
#HEADER {
	position: fixed;
	top: 0;
	/*left:0;*/
	/* left:calc(100wv - 50px/2); */
	width:980px;
	background:#FFF;
	left:auto;
	z-index: 1000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
#haikei {
	/* margin-top:24px !important; */
	
}
/* フッターのページ上部へのボタン */
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1000;
	margin-left:auto;
	margin-right:auto;
}
