@charset "utf-8";

/* Board Header */
.board_header {
	position: relative;
	zoom: 1;
	margin: 0 0 22px 0;
}
.board_header:after {
	content: "";
	display: block;
	clear: both;
}
.board_header h2 {
	margin: 0;
	float: left;
}
.board_header .setup {
	float: right;
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	background: url(icoSet.gif) no-repeat 1px -239px;
}
/*board_write*/
.is_notice{
	text-align: right;
}


/*
.form_search select{
	margin: 0;
    height: 40px;
    border: 0;
}
#search_form2 .form_search {
	width: 320px;
}


#section_list_article .board_list .th_nomal {
    width: 10%;
}
#section_list_article .board_list .td_nomal {
    text-align: left;
    padding-left: 30px;
}
*/