@charset "UTF-8";




#menu1,
#menu3,
#menu4,
#menu5,
#menu6,
#menu7,
#menu2 { 
display: none;
 }




#menu8 { 
display: inline;
 }


 .web-new p.text {
line-height: 2.2;
	margin-top:20px;
	
}
	
p.text strong {
font-weight: bold;
	
}


table {
	border:none;
	border-collapse:collapse;
	border-right:1px solid #D8DACC;
	border-bottom:1px solid #D8DACC;
	width:100%;
	margin-top:20px;
	
}
table th{
	background-color:#eeeeee;
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	vertical-align:top;
	padding:3px 6px;
	width:13%;
}
table td{
	vertical-align:top;
	text-align:left;
	padding:3px 6px;
	border-top:1px solid #D8DACC;
}

thead{
	font-weight: 600;
	font-size: medium;
	background-color: #FCFFE7;
}
