@charset "utf-8";

/* ---------------------------------------------------------
PageTitle
--------------------------------------------------------- */
.PageTitle {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
.PageTitle .PageTitle{
	width:100%;
	height:54px;
	line-height:54px;
	margin-bottom:10px;
	background: url(images/pagetitle-right.gif) right top no-repeat;
}
.PageTitle .PageTitle h2{
	float:left;
	height:54px;
	line-height:54px;	
	color:#666666;
	font-weight:bold;
	font-size:16px;
	background: url(images/pagetitle-left.gif) left top no-repeat;
}
.PageTitle .PageTitle .Head {
	color:#666666;
	font-weight:bold;
	font-size:16px;
	padding: 0 0 0 15px;
}
.PageTitle .Contents {
	clear:both;
}

/* ---------------------------------------------------------
Title
--------------------------------------------------------- */
.Title {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
.Title .Title{
	width:100%;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	border-bottom: 2px solid #cccccc;
}
.Title .Title h3 {
	float:left;
	height:25px;
	line-height:25px;	
	padding:0;
	color:#666666;
	font-weight:bold;
	font-size:14px;
}
.Title .Title .Head {
	color:#666666;
	font-weight:bold;
	font-size:14px;
}
.Title .Contents {
	clear:both;
	margin-bottom:20px;
}

/* ---------------------------------------------------------
BoxTitle
--------------------------------------------------------- */
.BoxTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	margin:0;
	padding:0;
	background: url(images/boxtitle-right02.gif) right top repeat-y;
}
.BoxTitle .BoxTitle-left {
	background:url(images/boxtitle-left02.gif) left top repeat-y;
}
.BoxTitle .Title {
	width:100%;
	background: url(images/boxtitle-right01.gif) right top no-repeat;
	height:44px;
}
.BoxTitle .Title h2 {
	float:left;
	height:44px;
	color:#666666;
	font-weight:bold;
	font-size:14px;
	padding:0 0 0 15px;
	margin:0px;
	background:url(images/boxtitle-left01.gif) left top no-repeat;
}
.BoxTitle .Title .Head {
	color:#666666;
	font-weight:bold;
	font-size:14px;
	line-height:45px;
}
.BoxTitle .Contents {
	clear:both;
	background:url(images/boxtitle-left03.gif) left bottom no-repeat;
	padding:10px 15px;
}
.BoxTitle .contents-left {
	background:url(images/boxtitle-right03.gif) right bottom no-repeat;
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
