/* CSS Document */

table {
        width: 400px;
}

td.left {
	padding: 5px;
	background-color: #FFFFCC;
	width: 260px;
}

td.right {
	padding: 5px;
	background-color: #FFCCFF;
	width: 140px;
}


#title_consulting {
	width: 530px;
	background-image: url(/support/images/title_consulting.jpg);
	height: 40px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
}

#title_license {
	width: 530px;
	background-image: url(/support/images/title_license.jpg);
	height: 40px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
}

#title_promotion {
	width: 530px;
	background-image: url(/support/images/title_promotion.jpg);
	height: 40px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
}

#title_rental {
	width: 530px;
	background-image: url(/support/images/title_rental.jpg);
	height: 40px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
}

#title_support {
	width: 530px;
	background-image: url(/support/images/title_support.jpg);
	height: 40px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
}

.link_navi {
	background-color: #CCCCFF;
	border: 3px double #999999;
	width: 520px;
	padding-left: 10px;
	padding-right: 10px;
}
