body > div.ui-page > section.main-content > section.title{
	text-align: center;
	padding: 8px;
	font-size: 20px;
	color: #282828;
}
body > div.ui-page > section.main-content > section.title > h2{
	font-size: 20px;
	display: inline;
}
body > div.ui-page > section.main-content > section.title > button{
	border: none;
	background: none;
	width: 15px;
	height: 18px;
	margin-top: 3px;
}
body > div.ui-page > section.main-content > section.title > button.prev-board{
	float: left;
	background: url("../images/top_left_ar.png") top left no-repeat;
}
body > div.ui-page > section.main-content > section.title > button.next-board{
	float: right;
	background: url("../images/top_right_ar.png") top left no-repeat;
}


body > div.ui-page > section.main-content > section.body > form.search{
	background: url("../images/sub_bg_search.jpg") top left repeat-x;
	height: 50px;
	border-top: solid #999999 1px;
	position: relative;
}
body > div.ui-page > section.main-content > section.body > form.search > input.search-text{
	border: solid #8f8f8f 2px;
	padding: 6px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
	margin-top: 6px;
	margin-right: 8px;
	position: absolute;
	left: 15px;
	right: 75px;
}
body > div.ui-page > section.main-content > section.body > form.search > input.submit-button{
	border: none;
	background: url("../images/btn_serarch.png") top left no-repeat;
	width: 60px;
	height: 37px;
	margin-top: 6px;
	float: right;
}


body > div.ui-page > section.main-content > section.body > ul.board-list{
	list-style: none;
	margin-bottom: 17px;
}
body > div.ui-page > section.main-content > section.body > ul.board-list > li{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5');
	border-top: solid #dddddd 1px;
	border-bottom: solid #ffffff 1px;
}
body > div.ui-page > section.main-content > section.body > ul.board-list > li > a{
	line-height: 51px;
	display: block;
	text-overflow: ellipsis;
	-o-text-overow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	color: #000000;
}
body > div.ui-page > section.main-content > section.body > ul.board-list > li > a > span.subject{

}
body > div.ui-page > section.main-content > section.body > ul.board-list > li > a > span.notice{
	color: #ff7300;
	font-weight: bold;
}
body > div.ui-page > section.main-content > section.body > ul.board-list > li > a > span.comment{
	color: #ff0000;
	font-weight: bold;
}


body > div.ui-page > section.main-content > section.body > ul.page-list{
	list-style: none;
	height: 27px;
	margin-bottom: 20px;
	text-align: center;
}
body > div.ui-page > section.main-content > section.body > ul.page-list > li{
	display: inline-block;
	line-height: 27px;
}
body > div.ui-page > section.main-content > section.body > ul.page-list > li > a{
	display: inline-block;
}
body > div.ui-page > section.main-content > section.body > ul.page-list > li > a.prev-page{
	background: url("../images/btn_left_ar.png") top left no-repeat;
	width: 43px;
	height: 27px;
}
body > div.ui-page > section.main-content > section.body > ul.page-list > li > a.next-page{
	background: url("../images/btn_right_ar.png") top left no-repeat;
	width: 43px;
	height: 27px;
}
body > div.ui-page > section.main-content > section.body > ul.page-list > li > a.disabled-page{
	background: url("../images/page_off.png") top left no-repeat;
	width: 9px;
	height: 9px;
	padding-bottom: 3px;
}
body > div.ui-page > section.main-content > section.body > ul.page-list > li > a.enabled-page{
	background: url("../images/page_on.png") top left no-repeat;
	width: 15px;
	height: 15px;
	padding-bottom: 3px;
}


body > div.ui-page > section.main-content > section.body > section.button-area{
	text-align: center;
	margin-bottom: 20px;
}
body > div.ui-page > section.main-content > section.body > section.button-area > button.write{
	background: url("../images/btn_sub_write.png") top left no-repeat;
	width: 84px;
	height: 39px;
}
body > div.ui-page > section.main-content > section.body > section.button-area > button.list{
	background: url("../images/btn_sub_list.png") top left no-repeat;
	width: 84px;
	height: 39px;
}