@charset "UTF-8";
/* CSS Document */

.CLV{ 
	width: 730px;
	text-align: left;
	color: #505050;
	font-size: 116%;
	}
.CLV span{
	font-size: 133%;
	font-weight: bold;
}
	
.CLV p{
	font-weight: bold;
	color: #005BAB;
	font-size:158%;
	margin-bottom:15px;
} 

.CLV p.section01{
	width: 353px;
	color: #505050;
	font-size: 86%;
	font-weight: normal;
	float: left;
	margin:15px auto 15px 0;
	}
.CLV p.section02{
	width: 351px;
	color: #505050;
	font-size: 86%;
	font-weight: normal;
	float: right;
	margin:15px 0 15px auto;
	}
	
.CLV_title{
	font-weight: bold;
	color: #005BAB;
	font-size:158%;
	padding: 3px;
	text-align: left;
	border-left: solid 5px #005BAB;
	border-bottom: solid 1px #005BAB;
	text-indent: 7px;
}