﻿@charset "utf-8";
/* CSS Document */

a:link {
	color: #06AD50;
	text-decoration: none;
}
a:visited {
	color: #06AD50;
	text-decoration: none;
}
a:hover {
	color: #0080B1;
	text-decoration: underline;
}
a:active {
	color: #0080B1;
	text-decoration: underline;
}


body {
	color: #000000;
	background-color: #000000;
	background-image: url(http://00search.pe.kr/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: "돋움";
	font-size: 10pt;
}
td {
	font-family: "돋움";
	font-size: 10pt;
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-family: "맑은 고딕", "돋움";
	color: #06AD50;
	font-size: 26pt;
	font-weight: bold;
}
h2 {
	font-family: "맑은 고딕", "돋움";
	color: #06AD50;
	font-size: 20pt;
	font-weight: bold;
}
hr {
	border: 1px solid #0080B1;
}


.container {
	background-image: url(http://00search.pe.kr/bg_table.gif);
	vertical-align: top;
	margin: 0px;
	width: 940px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	top: 0px;
	left: 40px;
}
.content {
	width: 880px;
}
.input {
	border: 1px solid #06AD50;
	background-color: #FFFFFF;
	font-family: "돋움";
}
.input_button {
	border: 1px solid #06AD50;
	background-color: #06AD50;
	font-family: "돋움";
	color: #FFFFFF;
	font-weight: bold;
}.text_small {
	font-size: 9pt;
}
.title-bar {
	color: #FFFFFF;
	background-color: #06AD50;
	font-size: 12pt;
}
.mid-bar {
	background-color: #E8E8E8;
}
.log {
	border: 1px solid #0080B1;
}
.log-1 {
	background-color: #CCFFDD;
}
.category {
	font-size: 11pt;
}

.kanri {
	color: #0080B1;
}
.enter {
	border: 2px solid #0080B1;
}
.menu-bar {
	background-color: #06AD50;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu-bar a:link, .menu-bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-bar a:hover, .menu-bar a:focus {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
