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: 27px;
}
body > div.ui-page > section.main-content > section.title > button.prev-board{
	float: right;
	background: url("../images/top_right_ar.png") center left no-repeat;
}
body > div.ui-page > section.main-content > section.title > button.next-board{
	float: left;
	background: url("../images/top_left_ar.png") center left no-repeat;
}


body > div.ui-page > section.main-content > section.body{
	border-top: 1px #dddddd solid;
}
body > div.ui-page > section.main-content > section.body > section.content{
	padding: 15px;
}


body > div.ui-page > section.main-content > section.body > section.content > aside{
	text-align: right;
	font-size: 14px;
	color: #282828;
	display: block;
}


body > div.ui-page > section.main-content > section.body > section.content > article{
	min-height: 200px;
}


body > div.ui-page > section.main-content > section.body > section.button-area{
	text-align: center;
	margin-bottom: 15px;
}