

	#board_List {
		width:526px;
	}
		.board_Align {
			margin:0 2px 0 9px;
		}

		#boardHeader {
			width:526px;
			height:23px;
			background:url("../_common_images/_boardHeader.gif") no-repeat;
			margin:0 0 9px 0;
		}

		#boardBody {
			width:514px;
			margin:0 auto;
			color:#9B9B9B;
		}

			#boardBody a {
				color:#989B9B;
			}

			#boardBody td {
				height:30px;
				font-size:12px;
				text-align:center;
			}

			#boardBody .no {
				width:50px;
				font-weight:bold;
				color:#808080;
			}

			#boardBody .blank {
				width:20px;
			}

			#boardBody .notice_icon {
				width:70px;
				font-weight:bold;
			}

			#boardBody .notice_subj {
				width:275px;
				text-align:justify;
				color:#777777;
				font-weight:bold;
			}

				#boardBody .notice_subj a {
					color:#77777;
				}

			#boardBody .subj {
				width:275px;
				text-align:justify;
			}

			#boardBody .hit {
				width:43px;
			}

			#boardBody .name {
				width:63px;
			}

			#boardBody .date {
				width:65px;
			}

			#boardBody .bar {
				height:1px;
				background:url("../_common_images/_board_bar_dash.gif");
			}

		#boardEndLine {
			height:3px;
			background-color:#BCBCBC;
			font-size:0px;
		}

		#boardFooter {
			position:relative;
			width:526px;
			height:92px;
		}

			#boardFooter .button_write {
				position:absolute;
				top:6px;
				left:467px;
			}

			#boardPageNo {
				position:absolute;
				top:15px;
				width:526px;
				text-align:center;
			}

				#boardPageNo a {
					color:#6E6E6E;
				}

				#boardPageNo .current_page {
					font-weight:bold;
					font-size:12px;
					color:#A43381;
				}

			#boardFooter .search_input {
				position:absolute;
				top:69px;
				left:204px;
			}

				.search_input select {
					width:80px;
				}

				.search_input .input_text {
					width:171px;
					height:17px;
					border-top:2px solid #BCBCBC;
					border-left:2px solid #BCBCBC;
					border-right:1px solid #EAEAEA;
					border-bottom:1px solid #EAEAEA;
				}
