/* @override http://takashi.local/codes/assemblajunk/jQuery_data/css/main.css */

html
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: auto;
}

#container
{
	background-color: #FFF;
	height: 100%;
	min-height: 100%;
}

#pageHeader
{
	width: 800px;
	padding-top: 2em;
	margin: 0 auto;
}

#pageHeader ul.menu,
#pageHeader ul.menu li
{
	margin: 0;
	padding: 0;
}

#pageHeader ul.menu
{
	width: 100%;
	height: 38px;
}

#pageHeader ul.menu li
{
	display: block;
	float: left;
	width: 100px;
	height: 38px;
	list-style-type: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 38px;
	text-align: center;
	background-position: 0;
	background-image: url(li_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	cursor: pointer;
}

#pageHeader ul.menu li.home span
{
	visibility: hidden;
}

#pageHeader ul.menu li.home img
{
	margin-bottom: -3px;
}

#pageHeader ul.menu li.search
{
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}

#pageHeader ul.menu li.search input
{
	width: 85px;
	height: 12px;
	padding: 1px 0;
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #888;
	border-left-color: #888;
}

#pageHeader ul.menu li.first div.bg,
#pageHeader ul.menu li.last div.bg
{
	width: 5px;
	height: 38px;
	font-size: 1px;
	line-height: 1px;
	background-position: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#pageHeader ul.menu li.first div.bg
{
	float: left;
	background-image: url(li_bg_first.gif);
}

#pageHeader ul.menu li.last div.bg
{
	float: right;
	background-image: url(li_bg_last.gif);
}

div.menuContainer
{
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 200px;
	border: 1px solid #000;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
}

div.menuContainer ul.menu
{
	width: 100px;
	padding: 0;
	margin: 0;
}

div.menuContainer ul.menu li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font-weight: bold;
	height: 1.4em;
	line-height: 1.4em;
}

div.menuContainer ul.menu li a
{
	display: block;
	width: 100%;
}

div.menuContainer ul.menu li a:hover
{
	background-color: #ccc;
}




