@charset "utf-8";

/*
	ヘッダー
	作成日：090507
	更新日：090507
*/

/*-------------------------------------------------- ヘッダー基本設定*/
div#header {
	height: 60px;
	padding-right: 10px;
}

div#header p.siteID,
div#header h1.siteID {
	float: left;
	width: 270px;
}

div#header p.logotype {
	float: right;
	margin-top: 17px;
	margin-right: -10px;
}

div#header.en p.logotype {
	margin-top: 11px;
	margin-right: -20px;
}

div#header ul {
	list-style-type: none;
	text-align: right;
	margin-right: -16px;
	margin-top: 1px;
}

div#header ul li {
	display: inline;
	padding-left: 6px;
	background-repeat: no-repeat;
	background-position: left center;
	border-left: 1px solid #666666;
}

div#header ul li.sitemap {
	padding-left: 14px;
	background-image: url(/common/images/marker-head-sitemap.gif);
	border: none;
}

div#header ul li a {
	padding-right: 6px;
}

div#header img { vertical-align: top; }

/*-------------------------------------------------- グローバルナビ基本設定*/
/* グローバルナビ */
div#globalNavi {
	clear: both;
	width: 960px;
	height: 30px;
	margin-bottom: 10px;
	background-image: url(/common/images/bg-gn.gif);
	background-repeat: repeat-x;
}

div#globalNavi ul {
	padding: 2px 0;
}

div#globalNavi ul li {
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
}

div#globalNavi ul li.contact { border: none; }

div#globalNavi ul li img { vertical-align: top; }
/*EOF*/
