@charset "utf-8";

/* ---------------------------------------------------------
PageTitle
--------------------------------------------------------- */
.PageTitle {
	clear:both;
	display:table;
	width:100%;
 	padding:0;
	margin: 0;
 }
.PageTitle .Title{
	width:100%;
	background: url(images/title-pagetitle-right.gif) right top no-repeat;
	height:70px;
	line-height:70px;
	margin-bottom:10px;
}
.PageTitle .Title h2{
	float:left;
	height:70px;
	line-height:70px;	
	background: url(images/title-pagetitle-left.gif) no-repeat left top;
	padding:0 0 0 20px;
	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:20px;
	padding: 0px 10px;
}

/* ---------------------------------------------------------
Title-Blue
--------------------------------------------------------- */
.Title-Blue {
	clear:both;
	display:table;
	width:100%;
	margin:0;
 	padding:0;
 }
.Title-Blue .Title{
	width:100%;
	background: url(images/title-titleblue-right.gif) right top no-repeat;
	height:42px;
	line-height:40px;
	margin-bottom:10px;
}
.Title-Blue .Title h2{
	float:left;
	height:42px;
	line-height:40px;	
	background: url(images/title-titleblue-left.gif) no-repeat left top;
	padding:0 0 0 20px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.Title-Blue .Title .Head {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.Title-Blue .Contents {
	clear:both;
	margin-bottom:20px;
	padding: 0px 10px;
}

/* ---------------------------------------------------------
Title-BlueBox
--------------------------------------------------------- */
.Title-BlueBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0 0 10px;
	padding:0;
	background: url(images/title-bluebox-right02.gif) right top repeat-y;
}
.Title-BlueBox .Title-BlueBox-left {
	background:url(images/title-bluebox-left02.gif) left top repeat-y;
}
.Title-BlueBox .Title {
	width:100%;
	background: url(images/title-bluebox-right01.gif) right top no-repeat;
	height:42px;
}
.Title-BlueBox .Title h2 {
	float:left;
	height:42px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:0 0 0 15px;
	margin:0px;
	background:url(images/title-bluebox-left01.gif) left top no-repeat;
}
.Title-BlueBox .Title .Head {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	line-height:36px;
}
.Title-BlueBox .Contents {
	clear:both;
	background:url(images/title-bluebox-left03.gif) left bottom no-repeat;
	padding: 5px 10px 10px;
}
.Title-BlueBox .contents-left {
	background:url(images/title-bluebox-right03.gif) right bottom no-repeat;
}
/* ---------------------------------------------------------
Title-BlackBox
--------------------------------------------------------- */
.Title-BlackBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0 0 10px;
	padding:0;
	background: url(images/title-blackbox-right02.gif) right top repeat-y;
}
.Title-BlackBox .Title-BlackBox-left {
	background:url(images/title-blackbox-left02.gif) left top repeat-y;
}
.Title-BlackBox .Title {
	width:100%;
	background: url(images/title-blackbox-right01.gif) right top no-repeat;
	height:42px;
}
.Title-BlackBox .Title h2 {
	float:left;
	height:42px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:0 0 0 10px;
	margin:0px;
	background:url(images/title-blackbox-left01.gif) left top no-repeat;
}
.Title-BlackBox .Title .Head {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height:36px;
}
.Title-BlackBox .Contents {
	clear:both;
	background:url(images/title-blackbox-left03.gif) left bottom no-repeat;
	padding: 5px 10px 10px;
}
.Title-BlackBox .contents-left {
	background:url(images/title-blackbox-right03.gif) right bottom no-repeat;
}
/* ---------------------------------------------------------
Title-WhiteBox
--------------------------------------------------------- */
.Title-WhiteBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0 0 10px;
	padding:0;
	background: url(images/title-whitebox-right01.gif) right top no-repeat;
}
.Title-WhiteBox .Title-WhiteBox-left {
	background:url(images/title-whitebox-left01.gif) left top no-repeat;
}

.Title-WhiteBox .Contents {
	clear:both;
	background:url(images/title-whitebox-left03.gif) left bottom no-repeat;
	padding:10px;
}
.Title-WhiteBox .contents-left {
	background:url(images/title-whitebox-right03.gif) right bottom no-repeat;
}
/* ---------------------------------------------------------
No-Title
--------------------------------------------------------- */
.No-Title {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}



