/* ==================================================== */
/* ヘッダー         */
/* ==================================================== */
#header-base {
	position:relative;
	width: 950px;
	height:110px;
	border-bottom: 2px solid #FF9900;
	margin:8px 0 15px 0;
}
#header-base h1 {
	font-size: 12px;
	font-weight: normal;
}


#header-logo {
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:8px;
	left:0px;
}

#header-copy {
	position:absolute;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	text-decoration: none;
	bottom:8px;
	left:100px;
}

#header-right {
	position:absolute;
	bottom:8px;
	right:0;
	text-align: right;
}

#header-right p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.4;
	color: #999999;
	text-decoration: none;
}

#header-right h2 {
	margin: 0;
	padding: 0;
}

#header-right_link {
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
}

#header-right a:link {
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

#header-right a:visited {
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

#header-right a:hover {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
}


