/* ---------------------------------------------------------
BlueBox
--------------------------------------------------------- */
.bluebox { 
	margin-bottom: 10px;
}
.bluebox .title {
}
.bluebox .title .Head{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.bluebox .content {
	color: #666666;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	padding: 10px;
}

/* ---------------------------------------------------------
Title1stBox
--------------------------------------------------------- */
.title1stbox { 
	margin-bottom: 10px;
}
.title1stbox .title {
	padding: 10px;
	border-right: 1px solid #4392CE;
}
.title1stbox .title .Head{
	color: #4392CE;
	font-size: 16px;
	font-weight: bold;
}
.title1stbox .content {
	color: #4392CE;
	font-size: 12px;
	padding: 10px;
}


/* ---------------------------------------------------------
Title2ndBox
--------------------------------------------------------- */
.title2ndbox { 
	margin-bottom: 10px;
}
.title2ndbox .title {
	padding-top: 7px;
	color: #488BBF;
	font-size: 16px;
	font-weight: bold;
}
.title2ndbox .title .Normal{
	color: #488BBF;
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------------------------
Title3rdBox
--------------------------------------------------------- */
.title3rdbox {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.title3rdbox .title {
	color: #FF9139;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
}
.title3rdbox .title .Normal{
	color: #FF9139;
	font-size: 12px;
	font-weight: bold;
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.notitle { 
	margin-bottom: 10px;
	color: #666666;
}
.notitle .content {
	color: #666666;
	font-size: 12px;
}

.notitle .content td{
	color: #666666;
	font-size: 12px;
}














