/* header CSS Document */


/* macie用注釈 */
.macie{margin-left: -9999px; position:absolute;}


/* ヘッダ広告 */
div.ad {float: left; width: 100%; height: 33px; border-bottom: 1px solid #cf000d; font-size: 12px;

/* キャンペーン情報時
	background: #434343 url(/common/images/ticker_dispimg01.gif) left top no-repeat;
	background: #434343 url(/common/images/ticker_dispimg02.gif) left top no-repeat;
	background: #434343 url(/common/images/ticker_dispbg02.gif) left top no-repeat;
*/
	background: #434343 url(/common/images/ticker_dispbg02_n_01.gif) left top no-repeat;
}

div.ad div#campInfo {text-align: left; margin-left: 139px; text-indent: 16px; padding-top: 11px; height: 22px;}

div.ad div#campInfo a, 
div.ad div#campInfo a:visited, 
div.ad div#campInfo a:hover {color: #1e54ce;}


/*
-----------------------------------------------------------------------------------------------------------*/

#header{
	width:878px;
	padding:0px;
	margin:0px;
	min-height: 79px;
	background:#cf000d;
	}

h1,
p.onamaelogo{
	float:left;
	width:250px;
	text-indent:-9999px;
	background:#cf000d url(/common/images/2ndlogo_byGMO.gif) no-repeat left top;
	}

h1 a,
p.onamaelogo a{
	display:block;
	width:250px;
	height:71px;
	text-indent:-9999px;
	}

/* searchArea */
#h-search {
	float:left;
	width:330px;
	margin:17px 0 0 0;
	}

#h-search p{
	width: 177px;
	height: 15px;
	text-indent: -9999px;
	background:url(/common/images/h-title-kensaku_n_02.gif) no-repeat left top;
	}

#h-search .s-box {
	float: left;
	width: 237px;
	height: 16px;
	padding:4px 2px 2px;
	margin:5px 0 0 0;
	border:1px solid #800008;
	}
#h-search .s-btn {
	float: left;
	margin:5px 0 0 0;
	width: 81px;
	height: 24px;
	}



/* Login Area */
div#header div#loginArea{
	display:inline-block;
	position: relative;
	float:right;
	width:270px;
	height:75px;
	text-align:left;
	padding:5px 8px 0 9px;
	background:#505359;
	}


div#header div#loginArea dl{
	float:left;
	width:196px;
	}

div#header div#loginArea dl dt{
	height:14px;
	color:#e3e3e3;
	margin-bottom: 14px;
	}

div#header div#loginArea dt{
	position: absolute;
	left: 5px;
	margin-bottom: 10px;
}

div#header div#loginArea span{
	font-weight: bold;
	color:#fff;
	}

div#header div#loginArea .tpd, div#header div#loginArea .admin .tpd {
	padding-top: 22px;
}

div#header div#loginArea .admin span{
	color: #fff100;
}

div#header div#loginArea dl dd{
	font-size: 80%;
	width:187px;
	height:18px;
	color:#959595;
	margin:2px 0 0 10px;
	}

div#header div#loginArea .admin dd{
	font-size: 100%;
}

div#header div#loginArea dl dd a {
	color: #94b7ff;
	font-size: 120%;
	font-weight: bold;
}

div#header div#loginArea dl.admin dd{
	color:#fff;
	margin:4px 0 4px 10px;
	background:none;
	}

div#header div#loginArea dl.admin dd span{
	font-size:10px;
	}

div#header div#loginArea dl.admin dd a{
	float:left;
	display:block;
	height:16px;
	text-indent:-9999px;
	}

div#header div#loginArea dl.admin dd a.toNavi{ background:url(/images/login_btn04.gif) no-repeat left top; width:107px; margin-right:10px; }
div#header div#loginArea dl.admin dd a.toLogout{ background:url(/images/login_btn05.gif) no-repeat left top; width:62px; }

div#header div#loginArea dl.admin dd a.toNavi:hover{ background:url(/images/login_btn04_on.gif) no-repeat left top; }
div#header div#loginArea dl.admin dd a.toLogout:hover{ background:url(/images/login_btn05_on.gif) no-repeat left top; }

div#header div#loginArea ul{
	float:right;
	width:74px;
	margin-top:18px;
	}

div#header div#loginArea ul li{
	color: #959595;
	font-size:10px;
	list-style-type:none;
	height:14px;
	background: url(/common/images/icon01.gif) left center no-repeat;
	padding-left: 10px;
	}

div#header div#loginArea ul li a,
div#header div#loginArea ul li a:visited{
	font-size:10px;
	color: #959595;
	line-height:100%;
	}

div#header div#loginArea ul li.lineUp{
	margin-top:8px;
	background: none;
	text-align: right;
	}

div#header div#loginArea ul li.lineUp a,
div#header div#loginArea ul li.lineUp a:visited{
	height:15px;
	}

div#header div#loginArea #cvr {
	position: absolute;
	line-height: 14px;
	top: 43px;
	left: 25px;
	color:#787878;
}

#header:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}
	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
