<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "windows-874";
/* CSS Document */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0px; padding:0px;
}

h1 {
	color:#000;
}

h2 {
	color:#FFF;
	font-size:13px;
	font-style:bold;
}

h3 {
	color:#000;
	font-size:26px;
}

h4 {
	color:#044c29;
	font-size:16px;
	font-style:bold;
	line-height:24px;
}

h5 {
	color:#000;
	font-size:12px;
	font-style:normal;
	line-height:16px;
}

h6 {
	font-size:14px;
	font-style:normal;
	font-weight:100;
}

p {
	color:#000;
	font-size:14px;
	line-height:20px;
}

body {
	background-color:#fff;
	background-image:url(../img/body_bg.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}
/* 1st menu */
#header {
	width:1000px;
	height:45px;
	margin-top:15px;
}

#menu-table a {
	display:block;
	height:30px;
	width:90px;
	line-height:30px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	border:1px solid #465f3f;
	font-size:12px;
	color:#FFF;
}

#menu-table a:hover {
	text-decoration:none;
	background-color:#044c29;
	border:#9dca5d 1px solid;
}

.current {
	text-decoration:none;
	background-color:#00261c;
}
/* logo */
#logo {
	background-image:url(../img/logo-webboard.jpg);
	width:1000px;
	height:150px;
}

#logo a {
	margin-left:30px;
	display:block;
	width:500px;
	height:130px;
}

#logo span { display:none; }
/* 2nd menu */
#menu ul {
	padding-left:0px;
	list-style:none;
	line-height:50px;
}

#menu li {
	float:left;
}

#menu a {
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	border-right:1px solid #2c372e;
}

#menu a:hover {
	background-color:#465f3f;
	text-decoration:none;
}

.table-menu-link-border {
	border-left:1px solid #2c372e;
}

#logo-bottom {
	background-image:url(../img/logo-webboard-bottom.jpg);
	background-repeat:no-repeat;
	margin-left:120px;
}

#logo-bottom-2 {
	background-image:url(../img/logo-webboard-bottom.jpg);
	background-repeat:no-repeat;
	width:250px;
	margin-left:20px;
	padding-top:15px;
}

#logo-bottom form {
	width:250px;
}

#wb_submit {
    background-color:#465f3f;
	border:#465f3f 1px solid;
	color: #FFF;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
}

#wb_submit:hover {
	background-color:#044c29;
	border:#9dca5d 1px solid;
}
/* content */
#notice {
	margin-top:2px;
}

#subject {
	margin-top:20px;
}

#webboard-menu {
	width:452px;
	margin-left:auto;
	margin-right:auto;
}

#webboard-menu ul {
	list-style:none;
}

#webboard-menu li {
	margin-top:13px;
	width:450px;
	height:80px;
	display:block;
}

#webboard-menu a {
	display:block;
	width:450px;
	height:80px;
	border:#ececec 1px solid;
	text-decoration:none;
}

#webboard-menu a:hover {
	display:block;
	width:450px;
	height:80px;
	text-decoration:none;
	border:#465f3f 1px solid;
}

#webboard-container {
	display:block;
	width:430px;
	height:60px;
	margin:10px;
}

#webboard-table {
	margin-top:10px;
}

.tablelink {
	padding-left:10px;
}

.table-content {
	padding:5px;
}

#footer {
	width:100%;
	height:300px;
	border-top:1px solid #9dca5d;
	background-color:#465f3f;
}

#footer-container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.footer-column-1
{
	float:left;
	width:300px;
	color:#fff;
	font-size:1.1em;
	line-height:1.6em;
	padding:15px;
}

.footer-column-2
{
	float:left;
	width:300px;
	color:#fff;
	font-size:1.1em;
	line-height:1.6em;
	padding:15px;
	margin-left:20px;
}

.footer-column-3
{
	float:left;
	width:300px;
	margin-left:20px;
	text-align:right;
	padding-top:15px;
}

#footer-subject {
	border-bottom:#FFF 1px solid;
	padding-bottom:5px;
}

.footer-column-1 ul li, .footer-column-2 ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom: 3px;
}

.footer-column-1 ul li a:link, .footer-column-1 ul li a:visited, .footer-column-2 ul li a:link, .footer-column-2 ul li a:visited
{
	color: #fff;
	font-size:0.7em;
	text-decoration:none;
}

.footer-column-1 ul li a:hover, .footer-column-2 ul li a:hover {
	color:#9dca5d;
}

#credit {
	padding:5px;
	background-color:#2c372e;
	border-top:1px solid #465f3f;
	/*position:absolute;
	bottom:0px;
	float:left;
	z-index:99999;
	width:100%;
	height:60px;*/
}</pre></body></html>