@charset "utf-8";
/* ---------------------------------------------------------
PageTitle
--------------------------------------------------------- */
.PageTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	margin:0;
	padding:0;
}
.PageTitle .Title {
	width:100%;
		background:url(images/pagetitle-left.gif) left top no-repeat;

	height:67px;
	line-height:67px;
}
.PageTitle .Title h2 {
	width:100%;
	float:left;
	height:67px;
	line-height: 67px;
	padding: 0;
	margin: 0;
	background: url(images/pagetitle-right.gif) right top no-repeat;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-indent: 0;
}
.PageTitle .Title .Head {
	font-size: 16px;
	color: #333333;
	line-height: 67px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-indent: 0;
}
.PageTitle .Contents {
	clear:both;
	padding: 10px 0;
	margin: 0;
	color: #333333;
}
/* ---------------------------------------------------------
DefaultTitle
--------------------------------------------------------- */
.DefaultTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.DefaultTitle .Title {
	width:100%;
	background:url(images/defaulttitle-left.gif) left top no-repeat;
	height:41px;
	line-height:41px;
}
.DefaultTitle .Title h2 {
	width:100%;
	float:left;
	height:34px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	background: url(images/defaulttitle-right.gif) right top no-repeat;	
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-indent: 0;
}
.DefaultTitle .Title .Head {
	font-size: 12px;
	color: #333333;
	line-height: 34px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-indent: 0;
}
.DefaultTitle .Contents {
	clear:both;
	padding: 10px 10px 0;
	margin: 0;
	color: #333333;
}
/* ---------------------------------------------------------
DefaultTitleBox
--------------------------------------------------------- */
.DefaultTitleBox {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
	background: url(images/defaulttitlebox-left02.gif) left top repeat-y;
}
.DefaultTitleBox .Title-left {
	background:url(images/defaulttitlebox-right02.gif) right top repeat-y;
}
.DefaultTitleBox .Title {
	width:100%;
	background: url(images/defaulttitlebox-left01.gif) left top no-repeat;
	height:41px;
}
.DefaultTitleBox .Title h2 {
	width:100%;
	float:left;
	height:41px;
	line-height: 41px;
	padding: 0;
	margin: 0;
	background:url(images/defaulttitlebox-right01.gif) right top no-repeat;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-indent: 0;
}
.DefaultTitleBox .Title .Head {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #333333;
	line-height: 41px;
	font-weight: bold;
	text-indent: 0;
}
.DefaultTitleBox .Contents {
	clear:both;
	background:url(images/defaulttitlebox-right03.gif) right bottom no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.DefaultTitleBox .contents-left {
	background:url(images/defaulttitlebox-left03.gif) left bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}
/* ---------------------------------------------------------
IconTitle
--------------------------------------------------------- */
.IconTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.IconTitle .Title {
	width:100%;
	margin: 0;
}
.IcontTitle .Title h2 {
	width:100%;
	padding:0;
	margin:0;
}
.IconTitle .Title .Head {
	font-size: 12px;
	color: #333333;
	line-height: 34px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-indent: 0;
}
.IconTitle .Contents {
	clear:both;
	padding: 10px 0 0;
	margin: 0;
	color: #333333;
}
/* ---------------------------------------------------------
IconTitleBox
--------------------------------------------------------- */
.IconTitleBox {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
	background: url(images/defaulttitlebox-left02.gif) left top repeat-y;
}
.IconTitleBox .Title-left {
	background:url(images/defaulttitlebox-right02.gif) right top repeat-y;
}
.IconTitleBox .Title {
	width:100%;
	margin: 0;
}
.IconTitleBox .Title h2 {
	width:100%;
	padding:0;
	margin:0;
}
.IconTitleBox .Title .Head {
	padding: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-indent: 0;
}
.IconTitleBox .Contents {
	clear:both;
	background:url(images/defaulttitlebox-right03.gif) right bottom no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.IconTitleBox .contents-left {
	background:url(images/defaulttitlebox-left03.gif) left bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}


