@charset "utf-8";

.containers-space {
	padding: 0 20px 20px 20px;
	}
	
	
/* ---------------------------------------------------------
DefaultTitle
--------------------------------------------------------- */
.DefaultTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.DefaultTitle .Title {
	width:100%;
	background: url(images/defaulttitle-right.gif) left top no-repeat;
	height:24px;
	line-height:24px;
}
.DefaultTitle .Title h2 {
	width:100%;
	float:left;
	height:24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-indent: 0;
}
.DefaultTitle .Title .Head {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-indent: 0;
}
.DefaultTitle .Contents {
	clear:both;
	padding: 10px 0;
	margin: 0;
	color: #333333;
}

/* ---------------------------------------------------------
DefaultIconTitle
--------------------------------------------------------- */
.DefaultIconTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.DefaultIconTitle .Title {
	width:100%;
}
.DefaultIconTitle .Title h2 {
	width:100%;
	float:left;
	padding: 0;
	margin: 0;
}
.DefaultIconTitle .Title .Head {
	padding: 0;
	margin: 0;
}
.DefaultIconTitle .Contents {
	clear:both;
	padding: 0;
	margin: 0;
	color: #333333;
}


/* ---------------------------------------------------------
CheckTitle
--------------------------------------------------------- */
.CheckTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.CheckTitle .Title {
	width:100%;
	background: url(images/checktitle-right.gif) right top repeat-x;
	height:40px;
	line-height:40px;
}
.CheckTitle .Title h2 {
	width:100%;
	float:left;
	height:40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.CheckTitle .Title .Head {
	font-size: 12px;
	color: #ffffff;
	line-height: 40px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-indent: 0;
}
.CheckTitle .Contents {
	clear:both;
	padding: 10px 0;
	margin: 0;
	color: #333333;
}


/* ---------------------------------------------------------
Default
--------------------------------------------------------- */
.Default .Contents {
	clear:both;
	padding: 10px 0;
	margin: 0;
	color: #333333;
}


/* ---------------------------------------------------------
NoSpace
--------------------------------------------------------- */
.NoSpace {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}


