﻿/********** ヘッダ **********/
#header {
	margin: 0px;
	background-image: url('hd_bar1.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	line-height: 1.1em;
}

/********** グローバルメニュー **********/
#hd-menu {
	margin: 0px;
	background-image: url('hd_bar2.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	padding: 5px 10px 10px;
	background-color: #E1F5E1;


}
#hd-menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#hd-menu li{
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 1.1em;
}

/********** パンクズ **********/
#hd-pan {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}
#hd-pan ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#hd-pan li{
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
}
#hd-pan a{
	background-image: url('ic_arrow_pan.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;

}
