@charset "utf-8";

/* ---------------------------------------------------------
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 h2{
	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;
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
