@charset "utf-8";


.ActionBtn {
	width: auto;
	}
.ActionBtn a img{
	vartical-align:middle;
	margin:5px 0px 0 0;
	float:right;
	}

/* ---------------------------------------------------------
.No-Title
--------------------------------------------------------- */
.No-Title {
	clear:both;
	display:table;
	width:100%;
	margin:0;
 	padding:0;
	font-size: 12px;
	}

/* ---------------------------------------------------------
PageTitle
--------------------------------------------------------- */
.PageTitle {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
.PageTitle .Title{
	width:100%;
	background: url(images/PageTitle_bg.gif) right top no-repeat;
	height:60px;
	line-height:60px;
	margin-bottom:10px;
}
.PageTitle .Title h2{
	float:left;
	height:60px;
	line-height:60px;	
	background: url(images/PageTitle_bg_left.gif) no-repeat left top;
	padding:0 0 0 20px;
	margin: 0;
	color: #ffffff;
	font-weight:bold;
	font-size:16px;
}
.PageTitle .Title .Head {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}
.PageTitle .Contents {
	clear:both;
	margin-bottom:10px;
	font-size: 12px;
	padding: 0;
}
	
/* ---------------------------------------------------------
Title
--------------------------------------------------------- */
.Title {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
.Title .Title{
	width:100%;
	background: url(images/Title_bg.gif) right top no-repeat;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}
.Title .Title h2{
	float:left;
	height:35px;
	line-height:38px;	
	background: url(images/Title_bg_left.gif) no-repeat left top;
	padding:0 0 0 20px;
	margin: 0;
	color: #666666;
	font-weight:bold;
	font-size:12px;
}
.Title .Title .Head {
	color:#666666;
	font-weight:bold;
	font-size:12px;
}
.Title .Contents {
	clear:both;
	margin-bottom:30px;
	font-size: 12px;
	padding: 5px 10px 0 10px;
}



