<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ********************************************************************-
Date: 2009-09-04
CSS Document ： ヘッダー上部共通スタイル
　- ******************************************************************** */

#head-topnavi_allb {
	height: 31px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	zoom: 1;
	z-index:9999990;
	/*background: url(../images/allb/header/sakurahead.png) no-repeat left top;*/
}
.nave_allb {
	position: absolute;
	right: 0;
	top: 6px;
}
.nave_allb li {
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}
#log-btn_allb {
	padding-top: 0px;
}
#header-flogo_allb {
	position: absolute;
	left: 0;
	top: 3px;
}
#add-line_allb a {
	padding-left: 11px;
	border-left: 1px solid #CCCCCC;
	display: block;
}

/* 疑似クラス　hover　を IE6に */
#headMoMenu {
	_behavior: url("/common/js/csshover3.htc"); 
	}
/**/

#headMoMenu {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 560px;
	
	position: absolute;
	left: -73px;
	top: 17px;
	display:none;
		z-index: 9999998;
	text-align:left;
	zoom:1;
}
#headMoMenuIn {
	position: relative;
	height: 80px;
	width: 560px;
	z-index: 9999999;
	background-image: url(../images/allb/header/sub_menuset.png);
	background-repeat: no-repeat;
	zoom:1;
}

#headMM_Connection {
	position: relative;
	

}
#headMM_Connection:hover #headMoMenu {
		display:block;
			z-index:9998;
}
.headMoMenuList {
	
	margin:0 0 0 12px;
	padding:19px 0 0 0;
}
.headMoMenuList_cat {
	float: left;
	width: 114px;
}
.headMoMenuList_btns {
	margin: 0px;
	padding: 0px;
}
.headMoMenuList_btns p {
	padding: 4px 0 0 0;
}

.headMoMenuList_btns p img {
	margin-left:8px;
}
#headMM_Connection #headMoMenu .headMoMenuList .headMoMenuList_btns p a {
	position: relative;
	zoom:1;
}
</pre></body></html>