/* Menu set */
/* every page must have */
#header {
	background-image: url(cssimages/hearder_bg_140.jpg);
	background-repeat: no-repeat;
}

.helper {
	margin: 0px 0px 0px 580px;

}

.login {
	/**/
}
.search {
	/**/
}

.menu {
	margin: 50px 0px 0px 380px;
}

#bodywork {
	background-image: url(cssimages/contentgb.gif);
	background-repeat: repeat-y;
}

/* Board Set */
/* index and list (option) have */
#homeinfo {
	/*border: 1px solid Blue;*/
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 20px;
}
#homeboard{
	width: 460px;
	float: left;
	/*border: 1px dotted #00008B;*/
}
.poster {
	border-bottom: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	padding: 10px 0px;
	margin: 10px 0px;
}

.bulletin {
	border: 1px solid Gray;
	margin: 20px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	position: relative;
}

.bulletin h3 {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	position:absolute;
	top:-9px;
	left: 20px;
	margin:0px 0px 0px -2px;
	padding:0px 2px;
	font-weight:bold;
	line-height:20px;
	background: White;
}

.noticebox {
	width: 180px;
	float: right;
	margin: 10px 0px 0px 0px;
}
.notice {
	border: 1px solid #A52A2A;
}
.notice a:link,
.notice a:visited {
	color: #191970;
}
.notice a:hover,
.notice a:active {
	background-color: #191970;
	color: #FFE4C4;
}

.notice h3 {
	margin: 6px;
	/*padding: 0px;
	border: 1px solid #FF4500;*/
}
.notice h4 {
	margin: 6px;
	/*padding: 0px;
	border: 1px solid #FF4500;*/
}
.notice hr {
	color: Gray;
	background-color: Gray;
	height: 1px;
	width: 130px;
}
.notice p {
	margin: 0px 6px 6px 6px;
	line-height: 16px;
}
.notice p img {
	float: right;
}