﻿@charset "utf-8";

/*=================================
header.css
=================================*/

#header{
	background-image:url(/shared/images/bg_top_header.jpg);
}
#header #title{
	width:349px;
	height:67px;
	text-indent:-9999em;
	font-size:9px;
	line-height:9px;
	position:absolute;
	top:41px;
	left:39px;
}
#header #globalNavi{
	width:83px;
	height:56px;
	position:absolute;
	top:52px;
	left:756px;
}
#header #globalNavi a{
	display:block;
	width:83px;
	height:56px;
	text-indent:-9999em;
	font-size:9px;
	line-height:9px;
	outline:none;
}
#header #globalNavi a:hover{
	background:url(/shared/images/bg_header_on.jpg) -756px -52px;
} 

#header #breadCrumb{
	width:453px;
	margin-left:100px;
	font-size:120%;
	text-align:right;
	position:absolute;
	top:126px;
	left:95px;
	height: 43px;
	overflow:hidden;
}
#header #breadCrumb span{
	font-size:145%;
	line-height:1em;
	font-family: Georgia, "Times New Roman", Times, 新ゴR , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, "MS Pゴシック";
	font-weight:bold;
}
#header #breadCrumb span a{
	font-weight:normal;
} 

