﻿@charset "UTF-8";
/* CSS Document */

/* header
===============================================================*/
#header{
	z-index: 2;
	height: 104px;
	position: relative;
	margin: 0px auto 5px;
}
#navigation {
	width: 750px;
	height: 32px;
	position: absolute;
	border-bottom: 1px solid #C0C0C0;
	bottom: 0px;
	right: 0px;
}
#header h1 {

}
#navigation dt {
	height: 32px;
	width: 150px;
	float: left;
	background: url(../../../packages/default/img/header/navi_border.gif) no-repeat right;
}
#two-ddheader {
	left:150px;
	position:absolute;
	top:0;
}
#tree-ddheader {
	left:300px;
	position:absolute;
	top:0;
}
#four-ddheader {
	left:450px;
	position:absolute;
	top:0;
}
#five-ddheader {
	left:600px;
	position:absolute;
	top:0;
}
#six-ddheader {
	left:750px;
	position:absolute;
	top:0;
}
#navigation dd#one-ddcontent {
	position: absolute;
	top: 33px;
	left: 0px;
}
#navigation dd#three-ddcontent {
	position: absolute;
	top: 40px;
	left: 320px;
}
#navigation dd#four-ddcontent {
	position: absolute;
	top: 40px;
	left: 480px;
}
#navigation dd#five-ddcontent {
	position: absolute;
	top: 40px;
	left: 640px;
}
#subnavi {
	position: absolute;
	top: 0px;
	right: 4px;
}
#subnavi li {
	float: left;
	margin-left: 7px;
}
#header h2 {
	margin-top: 16px;
	margin-left: 16px;
	float: left;
}
#header h1 {
	float: left;
}
