#main_page_title_area_bg
{
	overflow:hidden;
	height:67px;
	position:absolute;
	width:100%;
	top:200px;
	z-index:99;
}
#main_page_title_area_bg .full_bg
{
	overflow:hidden;
	width:100%;
	height:67px;
	background-color:#000000;
	position:absolute;
	top:0px;
	z-index:1;
}
#main_page_title_area_bg .half_bg
{
	overflow:hidden;
	width:100%;
	height:67px;
	background-color:#F03C47;
	position:absolute;
	width:50%;
	right:0px;
	top:0px;
	z-index:2;
}
#main_page_title_area
{
	overflow:hidden;
	height:67px;
	position:relative;
	top:0px;
	z-index:3;
	background-color:#F03C47;
}
#main_page_title_area .page_title
{
	float:right;
	display:inline-block;
	height:67px;
	line-height:67px;
	color:white;
	font-size:20pt;
	background-color:#F03C47;
	margin-right:0px;
}
#main_page_title_area .edge
{
	float:left;
	display:inline-block;
	height:67px;
	width:59px;
	background-image:url('../images/edge.jpg');
	background-color:#000000;
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
}
#main_page_title_area .share_bar_area
{
	float:left;
	display:inline-block;
	height:67px;
	overflow:hidden;
	background-color:#000000;
}
#main_page_title_area .share_bar_area .share_title
{
	float:left;
	display:inline-block;
	margin-left:10px;
	height:67px;
	line-height:67px;
	overflow:hidden;
	color:white;
	font-size:12pt;
}
