#header_printbg{
position:absolute;
top:0px; 
left:0px;
height:70px;
width:800px;}

#header_01 a{
	position:absolute;
	width:340px;
	height:60px;
	background-image:url(../img/header/header_toplink.jpg);
	display:block;z-index: 3;
}

#header img{
position:absolute;
top:-70px;
}

#header_02,#header_03{
/* fontの指定*/
	font-size:12px;
	font-style:normal;
/* 右余白分widthを詰める*/	
	position: absolute; 
	text-align:right;
	width:795px;
}

#header_02{
	top:2px;
}

#header_03{
	top:16px;
}

#header em{
/* 電話番号を強調*/	
	font-weight:bold;
	color:#0099FF;
	font-size:18px;
	padding:0 5px 0 5px;
	font-style:normal;
}

/* メニューの設定 */

#header ul{
/* 絶対位置で全体の縦位置を調節 */
	list-style:none;
	position:absolute;
	margin-top:40px;
}


/* ？ */
#header li{float:left;position:relative;}

/* リンクを絶対位置で指定し高さを設定 */
#menu_01 a,#menu_02 a,#menu_03 a,#menu_04 a {
	position:absolute;
	background-position:0;
	height:30px;
}

/* 画像と位置・横幅を指定 */
#menu_01 a{background:url(../img/header/header_01.gif);left:389px;width:120px;}
#menu_02 a{background:url(../img/header/header_02.gif);left:509px;width: 97px;}
#menu_03 a{background:url(../img/header/header_03.gif);left:606px;width: 97px;}
#menu_04 a{background:url(../img/header/header_04.gif);left:703px;width: 97px;}

