/*===============header====================*/
#topmenu {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
background-color: #FFFFFF;
}

#topmenu {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   width: 100%;
   background-color: #FFFFFF;
}
#headerLogo {
	float: left;
	width: 450px;
	padding: 10px 0 1px;
}
#headerLogo h1 {
	font-size:10px;
}
#headerLogo h2 {

}
#headerLogo .catch {
	padding:0;
	color:#006fbc;
	font-size:17px;
	font-weight:bold;
	letter-spacing:3px;
}
/*ヘッダー電話番号*/
#headerTelNum {
	position: absolute;
	right:0;
	top:10px;
	width:270px;
	font-size:11px;
	text-align: center;
}
#headerTelNum img {
	margin-bottom:5px;
}

/*ページタイトル*/
#pageTitle {
	width: 960px;
	margin-top: 10px;
}

/* ===========  6.グローバルナビ  =========== */
#gnaviArea {
	width:100%;
	background-image: url(/takuhaimeiji/common/images/bg_gnav.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: left;

}
