@charset "utf-8";
.actionBtn {
	margin:0;
	text-align:right;
	padding:0;
}
/* ---------------------------------------------------------
notitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
/* ---------------------------------------------------------
pagetitle
--------------------------------------------------------- */


.pagetitle {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}
.pagetitle .title {
	clear:both;
	margin:0;
	padding:0;
	height:60px;
	background: url(images/pagetitle_r.jpg) no-repeat right top;
}
.pagetitle .title h2 {
	margin:0;
	padding: 0 0 0 25px;
	height:60px;
	line-height:84px;
	color:#6b3f31;
	font-size:14px;
	font-weight:bold;
	float:left;
	background: url(images/pagetitle_l.jpg) no-repeat left top;
}
.pagetitle .title .Head {
	color:#6b3f31;
	font-weight:bold;
	font-size:14px;
}
.pagetitle .contents {
	clear:both;
	margin:0;
	padding: 0 10px 10px 10px;
}
/* ---------------------------------------------------------
defaulttitle
--------------------------------------------------------- */

.defaulttitle {
	clear:both;
	width:100%;
	margin:0 0 15px 0;
	padding:0;
}
.defaulttitle .title {
	clear:both;
	margin:0;
	padding:0;
	height:47px;
	background: url(images/defaulttitle_r.jpg) repeat-x top;
}
.defaulttitle .title h2 {
	margin:0;
	padding: 0 0 0 40px;
	line-height:56px;
	color:#6b3f31;
	font-size:14px;
	font-weight:bold;
	float:left;
	background: url(images/defaulttitle_l.jpg) no-repeat left top;
}
.defaulttitle .title .Head {
	color:#6b3f31;
	font-weight:bold;
	font-size:14px;
}
.defaulttitle .contents {
	clear:both;
	margin:0;
	padding:10px;
}
/* ---------------------------------------------------------
whitetitle
--------------------------------------------------------- */

.whitetitle {
	clear:both;
	width:100%;
	margin:0 0 15px 0;
	padding:0;
}
.whitetitle .title {
	clear:both;
	margin:0;
	padding:0;
	height:38px;
	background: url(images/whitetitle_r.jpg) no-repeat right top;
}
.whitetitle .title h2 {
	margin:0;
	padding: 0 0 0 25px;
	line-height:42px;
	color:#6b3f31;
	font-size:14px;
	font-weight:bold;
	float:left;
	background: url(images/whitetitle_l.jpg) no-repeat left top;
}
.whitetitle .title .Head {
	color:#6b3f31;
	font-weight:bold;
	font-size:14px;
}
.whitetitle .contents {
	clear:both;
	margin:0;
	padding:10px;
}


