﻿H2 {
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/h3_bg.gif) repeat-x bottom;
	font-size: 12px;
	height: 30px;
	margin: 0 auto;
	width: 750px;
}
H3 {
	height: 90px;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	width: 750px;
	display: block;
	overflow: hidden;
}
H3 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/Title.gif) no-repeat;
}
H4 {
	height: 58px;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	width: 731px;
	display: block;
	overflow: hidden;
}
H4 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/SubTitle.gif) no-repeat;
}





/*
	번호,제목,작성일,조회
*/
#ListHeads {
	width: 750px;
	height: 26px;
	margin-top: 5px;
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/ListHeads_bg.gif) no-repeat;
}
#ListHeads li {
	color: White;
	font-weight: bold;
	height: 20px;
	padding-top: 6px;
}
#ListHead01 {
	width: 60px;
	text-align: center;
}
#ListHead02 {
	width: 480px;
	text-align: center;
}
#ListHead03 {
	width: 80px;
	text-align: center;
}
#ListHead04 {
	width: 80px;
	text-align: center;
}
#ListHead05 {
	width: 50px;
	text-align: center;
}



/*
	목록아이템
*/
.ListItems {
	width: 750px;
	height: 29px;
	border-bottom: solid 1px #DFDFDF;
}
/*번호*/
.ListItem01 {
	width: 60px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
}
/*제목*/
.ListItem02 {
	width: 480px;
	height: 23px;
	padding-top: 7px;
}
/*작성일*/
.ListItem03 {
	width: 80px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
}
/*조회*/
.ListItem04 {
	width: 80px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
}
/*조회*/
.ListItem05 {
	width: 50px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
}




/*
	목록,페이징,검색
*/
#ListBottoms {
	width: 750px;
	height: 85px;
	background-color: #F6F5F9;
	border-top: solid 1px #505E9D;
	border-bottom: solid 1px #505E9D;
	margin-bottom: 20px;
}
/*목록 버튼*/
#ListBottom01 {
	height: 25px;
	padding-top: 10px;
	width: 675px;
}
#ListBottom01 a {
	position: relative;
	width: 60px;
	height: 24px;
	display: block;
	color: #F6F5F9;
	display: block;
	overflow: hidden;
	FLOAT: right;
}
#ListBottom01 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/ListBottoms_List.gif);
}
/*글쓰기 버튼*/
#ListBottom02 {
	height: 25px;
	padding-top: 10px;
	width: 75px;
}
#ListBottom02 a {
	position: relative;
	width: 60px;
	height: 24px;
	color: #F6F5F9;
	display: block;
	overflow: hidden;
}
#ListBottom02 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/ListBottoms_Write.gif);
}
/*페이징*/
#ListBottom03 {
	width: 430px;
	padding-left: 20px;
	height: 25px;
	padding-top: 10px;
}
/*검색구분(제목,내용,작성자)*/
#ListBottom04 {
	width: 75px;
	height: 22px;
	padding-top: 13px;
}
/*검색단어*/
#ListBottom05 {
	width: 160px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
}
/*검색버튼*/
#ListBottom06 {
	width: 65px;
	height: 22px;
	padding-top: 13px;
}
#ListBottom06 a {
	position: relative;
	width: 45px;
	height: 18px;
	display: block;
	overflow: hidden;
}
#ListBottom06 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/ajaxwww/THEME/001/IMG/BD/00L1/ListBottoms_Search.gif);
}



