* {
	padding: 0px;
	margin: 0px;
}
html,body{
	width: 100%;
	height: 100%;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link { color: #000; }
a:hover { color: #000; }
a:active { color: #000; }
a:visited { color: #000; }
img {
	border: 0px none #fff;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
h1 {
	font-size: 11pt;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #777;
	margin: 6px 0px 6px 0px;
}
h2 {
	font-size: 11pt;
	background-color: #ccc;
	padding: 2px 0px 1px 4px;
	margin: 4px 0px 4px 0px;
}
h3 {
	font-size: 10pt;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #777;
	margin: 0px 0px 4px 0px;
}
blockquote {
	padding-left: 1em;
}

@media screen {
	#gmenu {
		width: 760px;
		height: 68px;
		margin: 24px auto 0px auto;
	}
	#lebel_top  {
		width: 760px;
		overflow: auto;
	}
	#lebel_sub  {
		clear: both;
		width: 760px;
/*		overflow: auto; */
		border-top: 1px solid #999;
	}
	#lebel_bottom  {
		clear: both;
		width: 760px;
		height: 2px;
		font-size: 1px;
	}
}
@media print {
	#gmenu {
		width: 650px;
		height: 68px;
		margin: 24px auto 0px auto;
	}
	#lebel_top  {
		width: 650px;
		overflow: auto;
	}
	#lebel_sub  {
		clear: both;
		width: 650px;
/*		overflow: auto; */
		border-top: 1px solid #999;
	}
	#lebel_bottom  {
		clear: both;
		width: 650px;
		height: 2px;
		font-size: 1px;
	}
}

#gmenu * {
	color: #000;
}
#lebel_top ul {
}
#lebel_top ul li {
	float: left;
	width: 96px;
	height: 16px;
	color: #777;
	font-size: 8pt;
	list-style: none;
	background: url(images/gmenu.gif) top left no-repeat;
	text-align: center;
	padding: 4px 0px 0px 0px;
}
#lebel_top ul li.active {
	color: #000;
	background: url(images/gmenu_sel.gif) top left no-repeat;
}
#lebel_top_right {
	color: #777;
	font-size: 8pt;
	text-align: right;
	padding: 4px 0px 0px 0px;
}

#lebel_sub ul {
}
#lebel_sub ul li {
	float: left;
	height: 16px;
	color: #777;
	font-size: 8pt;
	list-style: none;
	text-align: center;
	white-space: nowrap; 
	margin: 4px 16px 2px 16px;
}
li.active {
	font-weight: bold;
}
#lebel_sub ul li.lebel1 {
	display: none;
}
#lebel_sub ul li.lebel2 {
	display: block;
}

#lebel_top_top td {
	border: 1px solid #777;
	border-width: 0px 1px 0px 1px;
}
#lebel_top_top li {
	float: left;
	width: 106px;
	font-size: 9pt;
	list-style: none;
	text-align: center;
	border: 1px solid #777;
	border-width: 0px 1px 0px 1px;
}

@media screen {
	#header {
		clear: both;
		width: 760px;
		margin: 0px auto 16px auto;
		padding-top: 4px;
		border-top: 1px solid #999;
	}
	#contents {
		width: 760px;
		height: 420px;
		overflow:auto;
		overflow-x:hidden;
		overflow-y:scroll;
		margin: 0px auto 0px auto;
	}
	#footer {
		width: 760px;
		height: 32px;
		border-top: 1px solid #999;
		margin: 24px auto 0px auto;
	}
}
@media print {
	#header {
		clear: both;
		width: 650px;
		margin: 0px auto 16px auto;
		padding-top: 4px;
		border-top: 1px solid #999;
	}
	#contents {
		width: 650px;
		margin: 0px auto 0px auto;
	}
	#footer {
		width: 650px;
		height: 32px;
		border-top: 1px solid #999;
		margin: 24px auto 0px auto;
	}
}
#contents_inner {
	font-size: 10pt;
	text-align: left;
	padding: 0px 24px 0px 24px;
}
#contents_inner * {
	line-height: 135%;
}
#contents td {
	vertical-align: top;
	line-height: 135%;
}
#contents li {
	padding-left: -8px;
	margin-left: 24px;
}

#footer_inner {
	padding: 0px 16px 0px 16px;
}
#footer * {
	font-size: 8pt;
}

.ajaxSearch_resultLink {
	border-bottom: 1px solid #777;
	margin-top: 4px;
}
