/*게시판 왼쪽 마진주기*/
.board {
	margin: 10px;
}

/*게시판 정보*/
.boardInformation .infoLeft {
	margin-top: 3px;
	padding-left: 10px;
	float: left;
	padding-left: 10px;
}

/*게시판 검색*/
.boardInformation .infoRight {
	padding-right: 10px;
	text-align: right;
	float: right;
}

.boardInformation .infoRight FORM {
	float: left;
	display: inline;
	padding-left: 10px;
}

.boardInformation A.none {
	text-decoration: none;
}

/*게시판 목록*/
.boardListForm {
	float: none;
	clear: both;
	padding: 10px;
}

.boardList {
	width: 100%;
}

CAPTION.none {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

CAPTION.show {
	text-align: left;
}

.boardList TD {
	text-align: center;
	padding: 6px;
}

.board TH.Padding {
	padding-left: 20px;
	text-align: left;
}

.board TD.Number {
	width: 70px;
}

.board TD.Title {
	text-align: left;
}

.board TD.Name {
	width: 100px;
}

.board TD.Part {
	width: 150px;
}

.board TD.Date {
	width: 100px;
}

.board TD.Count {
	width: 70px;
	text-align: center;
}

.board TD.Telno {
	width: 100px;
}

.board TD.Padding {
	width: 20px;
}

/*게시판 읽기*/
.boardRead,.boardReadHeader {
	width: 100%;
	clear: both;
}

.boardReadHeader H3.title {
	padding: 5px 10px 5px;
	border-top:1px solid #5f9760;
}

.boardReadHeader DL.info,.boardReadHeader DL.attach {
	padding: 5px 0 5px 10px;
	background:#fbfbfb;
	border-bottom:1px solid #e3e3e3;
}

.boardReadHeader DL.info DT,.boardReadHeader DL.attach DT {
	padding: 0 8px 0 5px;
	display: inline;
}

.boardReadHeader DL.info DD {
	padding: 0 20px 0 0;
	display: inline;
}

.boardReadHeader DL.attach DD {
	padding: 0;
	display: inline;
}

.boardReadHeader DL.info DD.date {
	float: right;
	display: inline;
	margin: 0;
}

.boardReadBody {
	padding: 10px;
	clear: both;
}

.boardReadBody DL.info DT {
	padding: 10px;
	clear: both;
	padding: 0 10px;
	font-weight: bold;
}

/*게시판 이전글/다음글*/
DL.prev-next {
	width: 100%;
}

DL.prev-next DT,DD {
	padding:5px 5px 5px 5px;
}

DL.prev-next DT {
	float:left;
	font-weight: bold;
	margin-left: 10px;
}

/*게시판 코멘트*/
.boardCommentForm,.boardComment,DL.boardComment {
	width: 100%;
}

.boardComment DL {
	clear: both;
	padding: 3px;
	margin: 7px 0;
}

.boardComment DT,.boardComment DD {
	float: left;
}

.btn_01 {vertical-align:bottom;}
.btn_02 {height:15px;vertical-align:bottom;}


/*게시판 쓰기*/
.boardWrite {
	width: 100%;
}

.board SPAN.watch {
	color: #ff6600;
}

.boardWrite LABEL {
	text-align: right;
}

/*게시판 페이징*/
.boardNavigation {
	text-align: center;
	padding: 10px;
}

.boardNavigation .current {
	color: #ff6600;
}

.boardNavigation A:hover,.boardNavigation A:active {
	text-decoration: none;
}

/*게시판 버튼*/
.buttonLeft {
	text-align: left;
	float: left;
}

.buttonRight {
	text-align: right;
	float: right;
}

/*달력 상단*/
.calendar {
	float: left;
	width: 350px;
}

.calendar ul {
	text-align: center;
}

.calendar li {
	float: left;
	padding: 10px;
	width: 50px;
}

.calendar .boardListForm {
	width: 350px;
	padding: 0;
}

.calLeft {
	float: left;
	padding: 10px;
}

/*설문조사*/
TABLE.pollRead {
	padding: 10px;
	width: 100%;
}

/*지역사이트 관리*/
.siteList {
	width: 100%;
}

.siteList TD {
	text-align: left;
	width: 33%;
}
