@charset "utf-8";

/**
 * レイアウト
 */

.functions #container{
	margin-bottom: 0px;
}

/**
 * 機能一覧
 */

#functionArea{
	margin-bottom: 20px;
}
#functionArea h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_functions.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#functionArea h4{
	margin-bottom: 20px;
	font-size: 16px;
	color: #0082bf;
}

#functionArea table{
	border: 1px solid #006699;
	border-collapse: collapse;
	width: 620px;
}

#functionArea th{
	border: 1px solid #006699;
	background-color: #0082bf;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
}

#functionArea td{
	border: 1px solid #006699;
	padding: 5px;
	line-height: 150%;
}

#functionArea .finding{
	background-color: #FFFFFF;
}
#functionArea .bg{
	background-color: #e4f1fe;
}