@charset "utf-8";

/* --------------------------------------------------------------------------------------
 header.css
--------------------------------------------------------------------------------------- */
#header {
	width: 950px;
	height: 86px;
	_height: 85px;
	position: relative;
}
#header .left {
	float: left;
	margin-top: 2px;
	_margin-top: 3px;
	padding: 0 0 0 3px;
}
#header .hdTxt {
	position: absolute;
	top: 5px;
	left: 278px;
	font-size: 85%;
    line-height: 1.2;
    padding-bottom: 5px;
    width: 410px;
	color: #DACBC9;
}
#header .hdTxt dt {
    line-height: 1.2;
	font-size: 12px;
}
#header .hdTxt dd {
    line-height: 1.2;
    padding-bottom: 5px;
}
#header #head_navi {
	float: right;
	text-align: right;
	margin-top: 5px;
}
#header #head_navi li {
	font-size: 12px;
	display: inline;
	color: #FFF;
}
#header #head_navi a:link {
 color: #FFF;
 text-decoration: none;
}
#header #head_navi a:visited {
 color: #FFF;
 text-decoration: none;
}
#header #head_navi a:hover {
 color: #FFF;
 text-decoration: underline;
}
#header .gurunavi {
	float: right;
	padding: 6px 0px;
}
#header .gurunavi a img{
	width: 150px;
	height: 16px;
}
#header #photoguru a:hover {
 color: #0;
 text-decoration: none;
}

#header #pankuzu {
 font-size: 12px;
 position: absolute;
 left: 0px;
 top: 80px;
 width: 650px;
}
#header #pankuzu li {
 float: left;
 padding-right: 5px;
}
#header #pankuzu li a {
 background: url(../img/arrow_pankuzu.png) no-repeat right center;
 padding-right: 12px;
 display: block;
}
#header #pankuzu li a:link { text-decoration: none; color: #990000;}
#header #pankuzu li a:visited { text-decoration: none; color: #990000;}
#header #pankuzu li a:hover { text-decoration: underline; color: #990000;}



#header #hdCts {
	background: #49130d url("/img/common/hd_bg.gif") repeat-x left top;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}

#header #hdInr {
	position: relative;
	margin: 0px auto;
	width: 950px;
	zoom: 1;
}

#header #hdInr #logo {
	float: left;
	margin-right: 16px;
	margin-top: 4px;
}

#header #hdInr .hdTxt {
	color: #dacbc9;
	font-size: 85%;
	float: left;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 9px;
	width: 430px;
}

#header #hdInr .hdTxt2  {
	font-size: 120%;
}
