@charset "iso-8859-1";
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	/* font: font-style font-variant font-weight font-size/line-height | font-family; */
	font: x-small/1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #1c1c1b;
	background-image: url(../images/bg.png);
}
img {
	border: none;
}
div#env {
	width: 760px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	height: 100%;
	position: relative;
	text-align: left;
	background-color: #fff;
}
body>div#env {
	height: auto;
}

div.endfloat {
	clear: left;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

/* main menu area */
div#menuarea {
	height: 215px;
	overflow: hidden;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;	
	background-color: #fff;
}
div#theimg {
	width: 542px;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
}
div#logoarea {
	width: 150px;
	overflow: hidden;
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
}

div#menu {
	width: 215px;
	line-height: 0;
	float: left;
}
div#menu a, div.noactive {
	display: block;
	margin: 2px 0 2px 0;
}
p.hint_hid {
	display: none;
	margin-top: 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #666;
}
p.hint_hid span {
	font-size: larger;
	color: #d00;
}

/* firm navigation + search */
div#firmnav {
	background-color: #ccccc0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div#firmnav a {
	text-decoration: none;
	color: #333;
}
div#firmnav a:hover {
	color: #d00;
}
p#fnav {
	float: left;
	width: 380px;
	color: #666;
	padding: 3px 0 0 15px
}
div#firmnav form {
	width: 364px;
	float: left;
	text-align: right;
}
input#search_btn {
	height: 20px;
	font-size: x-small;
	color: #fff;
	background-color: #666;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
input#search_in {
	width: 175px;
	text-indent: 3px;
}

/* content - common */
div#content {
	padding: 20px 0 60px 0;
}
h1 {
	font-size: large;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #f00;
	margin-bottom: 20px;
}
h1 a {
	text-decoration: none;
	color: #f00;
}
h1 a:hover {
	color: #c00;
}

/* footer */
div#foot {
	/*overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 760px;
	height: 60px;*/
}
p.hrule {
	margin: 0 15px 10px 15px;
	border-top: 1px solid #ccc;
}
div#foot p {
	margin: 0 20px 0 20px;
	text-align: center;
	color: #666;
}
div#list_export {
	text-align: left;
	margin: 0 50px 0 50px;
}
