/* 기본 게시판 형태를 위한 타이틀 시작 */
.title { /* 기본 스타일 */
	text-align: center;
	font-weight: bold;
	color: #608bc3;
}

.titleLeft { /* 기본 스타일 왼쪽정렬 */
	padding: 0 0 0 8px;
	font-weight: bold;
	color: #608bc3;
}

.titleLine { /* BG */
	background-image: url(/images/basicBD/titleLine.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #608bc3;
}

.titlePadding { /* 페딩 */
	padding:0 0 0 10px;
	word-break:break-all;
}
/* 기본 게시판 형태를 위한 스타일 종료 */